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 fb1c56d commit 022a89bCopy full SHA for 022a89b
src/Shared/Shared.csproj
@@ -19,7 +19,7 @@
19
<PackageReference Include="Microsoft.Extensions.Hosting" />
20
<!-- For some reason, this project resolves this at 6.0.0 instead of the centrally defined 8.0.6.
21
Since 6.0.0 has known vulnerabilities, we override to 6.0.11 to avoid major version changes here. -->
22
- <PackageReference Include="System.Text.Json" VersionOverride="6.0.11"/>
+ <PackageReference Include="System.Text.Json"/>
23
</ItemGroup>
24
25
</Project>
0 commit comments