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 03449bd commit 6acffeaCopy full SHA for 6acffea
1 file changed
src/OpenAC.Net.GNRe/OpenAC.Net.GNRe.csproj
@@ -54,7 +54,8 @@
54
55
56
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net7.0' or '$(TargetFramework)' == 'net8.0' or '$(TargetFramework)' == 'net9.0' ">
57
- <PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />
+ <PackageReference Include="System.Drawing.Common" Version="8.0.8" />
58
+ <PackageReference Include="System.Security.Cryptography.Xml" Version="8.0.1" />
59
</ItemGroup>
60
61
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'net470' or '$(TargetFramework)' == 'net48' ">
0 commit comments