We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2880e commit fb1c56dCopy full SHA for fb1c56d
src/Shared/Shared.csproj
@@ -17,6 +17,9 @@
17
<PackageReference Include="Microsoft.Azure.DurableTask.Core" />
18
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
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"/>
23
</ItemGroup>
24
25
</Project>
0 commit comments