Add dependencies that we force an update to, even that we do not use them explicitly and they seems to be taken from the framework instead of from Nuget

This commit is contained in:
Bjarke Berg
2022-10-07 10:02:33 +02:00
parent 0dc577b45f
commit fbe5ecedf9

View File

@@ -19,6 +19,10 @@
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
<PackageReference Include="System.Runtime.Caching" Version="6.0.0" />
<!-- Add dependencies that we force an update to, even that we do not use them explicitly and they seems to be taken from the framework instead of from Nuget -->
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>
<ItemGroup>