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 a31f55a commit 5f24addCopy full SHA for 5f24add
src/NetVips.Extensions/NetVips.Extensions.csproj
@@ -21,10 +21,10 @@
21
</ItemGroup>
22
23
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework'">
24
- <!-- Constrain the version to 8.0.14, as later versions require .NET 8.0.
+ <!-- Constrain the version to 8.0.15, as later versions require .NET 8.0.
25
https://github.com/dotnet/winforms/issues/9851
26
-->
27
- <PackageReference Include="System.Drawing.Common" Version="[8.0.14]" />
+ <PackageReference Include="System.Drawing.Common" Version="[8.0.15]" />
28
29
30
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
0 commit comments