Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a224449

Browse filesBrowse files
Update dependency System.Text.Json to v8 [SECURITY]
1 parent 4d9be90 commit a224449
Copy full SHA for a224449

File tree

3 files changed

+4
-4
lines changed
Filter options

3 files changed

+4
-4
lines changed

‎Source/Schema.NET.Pending/Schema.NET.Pending.csproj

Copy file name to clipboardExpand all lines: Source/Schema.NET.Pending/Schema.NET.Pending.csproj
+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup Label="Package References">
17-
<PackageReference Include="System.Text.Json" Version="7.0.0" />
17+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
1818
<PackageReference Include="System.Memory" Version="4.5.5" />
1919
<ProjectReference Include="../../Tools/Schema.NET.Tool/Schema.NET.Tool.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
2020
</ItemGroup>

‎Source/Schema.NET/Schema.NET.csproj

Copy file name to clipboardExpand all lines: Source/Schema.NET/Schema.NET.csproj
+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup Label="Package References">
17-
<PackageReference Include="System.Text.Json" Version="7.0.0" />
17+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
1818
<PackageReference Include="System.Memory" Version="4.5.5" />
1919
<ProjectReference Include="../../Tools/Schema.NET.Tool/Schema.NET.Tool.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
2020
</ItemGroup>

‎Tools/Schema.NET.Tool/Schema.NET.Tool.csproj

Copy file name to clipboardExpand all lines: Tools/Schema.NET.Tool/Schema.NET.Tool.csproj
+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" GeneratePathProperty="true" PrivateAssets="all" />
2727
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" GeneratePathProperty="true" PrivateAssets="all" />
2828
<PackageReference Include="System.Text.Encodings.Web" Version="7.0.0" GeneratePathProperty="true" PrivateAssets="all" />
29-
<PackageReference Include="System.Text.Json" Version="7.0.2" GeneratePathProperty="true" PrivateAssets="all" />
29+
<PackageReference Include="System.Text.Json" Version="8.0.4" GeneratePathProperty="true" PrivateAssets="all" />
3030
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" GeneratePathProperty="true" PrivateAssets="all" />
3131
</ItemGroup>
3232

@@ -37,7 +37,7 @@
3737
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" GeneratePathProperty="true" PrivateAssets="all" />
3838
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" GeneratePathProperty="true" PrivateAssets="all" />
3939
<PackageReference Include="System.Text.Encodings.Web" Version="7.0.0" GeneratePathProperty="true" PrivateAssets="all" />
40-
<PackageReference Include="System.Text.Json" Version="7.0.2" GeneratePathProperty="true" PrivateAssets="all" />
40+
<PackageReference Include="System.Text.Json" Version="8.0.4" GeneratePathProperty="true" PrivateAssets="all" />
4141
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" GeneratePathProperty="true" PrivateAssets="all" />
4242
</ItemGroup>
4343

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.