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 047c52a commit 658ca72Copy full SHA for 658ca72
Dev/Warewolf.Security/Warewolf.Security.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>net48</TargetFramework>
@@ -30,8 +30,8 @@
30
<PackageReference Include="Newtonsoft.Json">
31
<Version>13.0.1</Version>
32
</PackageReference>
33
- <PackageReference Include="System.Drawing.Common" Version="4.5.1" />
+ <PackageReference Include="System.Drawing.Common" Version="4.7.2" />
34
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="4.5.0" />
35
</ItemGroup>
36
37
-</Project>
+</Project>
0 commit comments