We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b8b9a commit bde2590Copy full SHA for bde2590
test/JsonApiDotNetCoreTests/JsonApiDotNetCoreTests.csproj
@@ -21,6 +21,6 @@
21
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="$(EFCoreVersion)" />
22
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="$(EFCoreVersion)" />
23
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
24
- <PackageReference Include="System.Text.Json" Version="7.0.0-preview.5.22301.12" />
+ <PackageReference Include="System.Text.Json" Version="7.0.0-rc.1.22426.10" />
25
</ItemGroup>
26
</Project>
0 commit comments