We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc56c9 commit 1d9766fCopy full SHA for 1d9766f
Modio/Modio.csproj
@@ -27,11 +27,11 @@
27
</ItemGroup>
28
29
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
30
- <PackageReference Include="System.Text.Json" Version="5.0.2" />
31
- <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
+ <PackageReference Include="System.Text.Json" Version="8.0.4" />
+ <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
32
33
34
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
35
36
37
</Project>
0 commit comments