Skip to content

Commit 022a89b

Browse files
committed
Remove VersionOverride
1 parent fb1c56d commit 022a89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.Extensions.Hosting" />
2020
<!-- For some reason, this project resolves this at 6.0.0 instead of the centrally defined 8.0.6.
2121
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"/>
22+
<PackageReference Include="System.Text.Json"/>
2323
</ItemGroup>
2424

2525
</Project>

0 commit comments

Comments
 (0)