Skip to content

Commit

Permalink
System.Text.Json 7.x has been deprecated in its entirety.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmclaws committed Jul 12, 2024
1 parent c01d4ab commit 013bc06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!--<PackageReference Include="Microsoft.OData.Edm" Version="7.13.*" />-->
<PackageReference Include="Microsoft.OData.Edm" Version="7.*" />
<PackageReference Include="Simple.OData.V4.Client" Version="6.*" />
<PackageReference Include="System.Text.Json" Version="7.*" />
<PackageReference Include="System.Text.Json" Version="8.*" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="System.Text.Json" Version="7.*" NoWarn="NU1608" />
<PackageReference Include="System.Text.Json" Version="8.*" NoWarn="NU1608" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="System.Text.Json" Version="7.*" />
<PackageReference Include="System.Text.Json" Version="8.*" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
Expand All @@ -40,6 +40,7 @@

<ItemGroup>
<ProjectReference Include="..\Microsoft.Restier.Breakdance\Microsoft.Restier.Breakdance.csproj" />
<ProjectReference Include="..\Microsoft.restier.Tests.AspNetCore.Swagger\Microsoft.Restier.Tests.AspNetCore.Swagger.csproj" />
<ProjectReference Include="..\Microsoft.Restier.Tests.Shared.EntityFramework\Microsoft.Restier.Tests.Shared.EntityFramework.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 013bc06

Please sign in to comment.