Skip to content

Commit 013bc06

Browse files
committed
System.Text.Json 7.x has been deprecated in its entirety.
1 parent c01d4ab commit 013bc06

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/Microsoft.Restier.Tests.AspNet/Microsoft.Restier.Tests.AspNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!--<PackageReference Include="Microsoft.OData.Edm" Version="7.13.*" />-->
2727
<PackageReference Include="Microsoft.OData.Edm" Version="7.*" />
2828
<PackageReference Include="Simple.OData.V4.Client" Version="6.*" />
29-
<PackageReference Include="System.Text.Json" Version="7.*" />
29+
<PackageReference Include="System.Text.Json" Version="8.*" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

src/Microsoft.Restier.Tests.AspNetCore/Microsoft.Restier.Tests.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121

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

2626
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">

src/Microsoft.Restier.Tests.AspNetCorePlusEF6/Microsoft.Restier.Tests.AspNetCorePlusEF6.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</ItemGroup>
3232

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

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

4141
<ItemGroup>
4242
<ProjectReference Include="..\Microsoft.Restier.Breakdance\Microsoft.Restier.Breakdance.csproj" />
43+
<ProjectReference Include="..\Microsoft.restier.Tests.AspNetCore.Swagger\Microsoft.Restier.Tests.AspNetCore.Swagger.csproj" />
4344
<ProjectReference Include="..\Microsoft.Restier.Tests.Shared.EntityFramework\Microsoft.Restier.Tests.Shared.EntityFramework.csproj" />
4445
</ItemGroup>
4546

0 commit comments

Comments
 (0)