Skip to content

Commit 2e23187

Browse files
committed
Releasing version v8.0.0-rc.1
1 parent 62c880a commit 2e23187

File tree

29 files changed

+165
-131
lines changed

29 files changed

+165
-131
lines changed

KGySoft.Drawing.Core.PerformanceTest/KGySoft.Drawing.Core.PerformanceTest.csproj

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<!--<TargetFrameworks>net35;net40;net45;net46;netcoreapp2.0;netcoreapp3.0;net5.0;net6.0</TargetFrameworks>-->
5-
<TargetFrameworks>net7.0</TargetFrameworks>
4+
<TargetFrameworks>net35;net40;net45;net46;netcoreapp2.0;netcoreapp3.0;net5.0;net6.0;net8.0</TargetFrameworks>
5+
<!--<TargetFrameworks>net8.0</TargetFrameworks>-->
66

77
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
88
<RootNamespace>KGySoft.Drawing</RootNamespace>
@@ -15,15 +15,18 @@
1515
<OutputType>Exe</OutputType>
1616
<GenerateProgramFile>false</GenerateProgramFile>
1717

18-
<!--Suppression NETSDK1138: The target framework 'netcoreapp2.0'/'netcoreapp2.1'/'netcoreapp3.0' is out of support - this is not an application but a library so targeting the lowest possible versions is intended -->
19-
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
18+
<!--Suppressions
19+
- NETSDK1138: The target framework 'netcoreapp2.0'/'netcoreapp3.0' is out of support - the unit test requires to target the supported versions
20+
- NU1903: netcoreapp2.0 has known vulnerabilities - the unit test requires to target the supported versions
21+
-->
22+
<NoWarn>$(NoWarn);NETSDK1138;NU1903</NoWarn>
2023
</PropertyGroup>
2124

2225
<!-- Common NuGet references -->
2326
<ItemGroup>
24-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
25-
<PackageReference Include="NUnit" Version="3.13.2" />
26-
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0">
27+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
28+
<PackageReference Include="NUnit" Version="3.14.0" />
29+
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0">
2730
<NoWarn>NU1701</NoWarn>
2831
</PackageReference>
2932
</ItemGroup>

KGySoft.Drawing.Core.UnitTest/KGySoft.Drawing.Core.UnitTest.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<!--<TargetFrameworks>net35;net40;net45;net46;netcoreapp2.0;netcoreapp3.0;net5.0;net6.0;net8.0</TargetFrameworks>-->
5-
<TargetFrameworks>net7.0</TargetFrameworks>
4+
<TargetFrameworks>net35;net40;net45;net46;netcoreapp2.0;netcoreapp3.0;net5.0;net6.0;net8.0</TargetFrameworks>
5+
<!--<TargetFrameworks>net8.0</TargetFrameworks>-->
66

77
<!--For UnitTesting the .NET Standard versions-->
88
<!--<TargetFrameworks>netcoreapp2.0;netcoreapp3.0</TargetFrameworks>-->
@@ -22,7 +22,7 @@
2222
<GenerateProgramFile>false</GenerateProgramFile>
2323

2424
<!--Suppressions
25-
- NETSDK1138: The target framework 'netcoreapp2.0'/'netcoreapp2.1'/'netcoreapp3.0' is out of support - the unit test requires to target the supported versions
25+
- NETSDK1138: The target framework 'netcoreapp2.0'/'netcoreapp3.0' is out of support - the unit test requires to target the supported versions
2626
- NU1903: netcoreapp2.0 has known vulnerabilities - the unit test requires to target the supported versions
2727
-->
2828
<NoWarn>$(NoWarn);NETSDK1138;NU1903</NoWarn>
@@ -34,8 +34,8 @@
3434

3535
<!-- Common NuGet references -->
3636
<ItemGroup>
37-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
38-
<PackageReference Include="NUnit" Version="3.13.3" />
37+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
38+
<PackageReference Include="NUnit" Version="3.14.0" />
3939
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0">
4040
<NoWarn>NU1701</NoWarn>
4141
</PackageReference>

KGySoft.Drawing.Core/.nuspec/KGySoft.Drawing.Core.nuspec

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>KGySoft.Drawing.Core</id>
5-
<version>8.0.0-preview.1</version>
5+
<version>8.0.0-rc.1</version>
66
<title>KGy SOFT Drawing Core Libraries</title>
77
<authors>György Kőszeg</authors>
88
<owners>György Kőszeg</owners>
@@ -39,37 +39,37 @@ SkiaSharp specific libraries: https://www.nuget.org/packages/KGySoft.Drawing.Ski
3939
<repository type="git" url="https://github.com/koszeggy/KGySoft.Drawing" />
4040
<dependencies>
4141
<group targetFramework=".NETFramework3.5">
42-
<dependency id="KGySoft.CoreLibraries" version="8.0.0-rc.1" />
42+
<dependency id="KGySoft.CoreLibraries" version="8.0.0" />
4343
</group>
4444
<group targetFramework=".NETFramework4.0">
45-
<dependency id="KGySoft.CoreLibraries" version="8.0.0-rc.1" />
45+
<dependency id="KGySoft.CoreLibraries" version="8.0.0" />
4646
</group>
4747
<group targetFramework=".NETFramework4.5">
48-
<dependency id="KGySoft.CoreLibraries" version="8.0.0-rc.1" />
48+
<dependency id="KGySoft.CoreLibraries" version="8.0.0" />
4949
</group>
5050
<group targetFramework=".NETFramework4.6">
51-
<dependency id="KGySoft.CoreLibraries" version="8.0.0-rc.1" />
51+
<dependency id="KGySoft.CoreLibraries" version="8.0.0" />
5252
</group>
5353
<group targetFramework="netstandard2.0" >
54-
<dependency id="KGySoft.CoreLibraries" version="8.0.0-rc.1" />
54+
<dependency id="KGySoft.CoreLibraries" version="8.0.0" />
5555
</group>
5656
<group targetFramework="netstandard2.1" >
57-
<dependency id="KGySoft.CoreLibraries" version="8.0.0-rc.1" />
57+
<dependency id="KGySoft.CoreLibraries" version="8.0.0" />
5858
</group>
5959
<group targetFramework="netcoreapp2.0" >
60-
<dependency id="KGySoft.CoreLibraries" version="8.0.0-rc.1" />
60+
<dependency id="KGySoft.CoreLibraries" version="8.0.0" />
6161
</group>
6262
<group targetFramework="netcoreapp3.0" >
63-
<dependency id="KGySoft.CoreLibraries" version="8.0.0-rc.1" />
63+
<dependency id="KGySoft.CoreLibraries" version="8.0.0" />
6464
</group>
6565
<group targetFramework="net5.0" >
66-
<dependency id="KGySoft.CoreLibraries" version="8.0.0-rc.1" />
66+
<dependency id="KGySoft.CoreLibraries" version="8.0.0" />
6767
</group>
6868
<group targetFramework="net6.0" >
69-
<dependency id="KGySoft.CoreLibraries" version="8.0.0-rc.1" />
69+
<dependency id="KGySoft.CoreLibraries" version="8.0.0" />
7070
</group>
7171
<group targetFramework="net8.0" >
72-
<dependency id="KGySoft.CoreLibraries" version="8.0.0-rc.1" />
72+
<dependency id="KGySoft.CoreLibraries" version="8.0.0" />
7373
</group>
7474
</dependencies>
7575
</metadata>

KGySoft.Drawing.Core/.nuspec/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Thank you for installing KGy SOFT Drawing Core Libraries 8.0.0-preview.1
1+
Thank you for installing KGy SOFT Drawing Core Libraries 8.0.0-rc.1
22
KGy SOFT Drawing Core Libraries offer advanced drawing features for completely managed bitmap data on multiple platforms.
33

44
Release Notes: https://github.com/koszeggy/KGySoft.Drawing/blob/master/KGySoft.Drawing.Core/changelog.txt

KGySoft.Drawing.Core/KGySoft.Drawing.Core.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<!--<TargetFrameworks>net35;net40;net45;net46;netstandard2.0;netstandard2.1;netcoreapp2.0;netcoreapp3.0;net5.0;net6.0;net8.0</TargetFrameworks>-->
5-
<TargetFrameworks>net7.0</TargetFrameworks>
5+
<TargetFrameworks>net8.0</TargetFrameworks>
66

77
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
88
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
@@ -20,8 +20,8 @@
2020
<Nullable>enable</Nullable>
2121

2222
<!--Suppressions
23-
- NETSDK1138: The target framework 'netcoreapp2.0'/'netcoreapp2.1'/'netcoreapp3.0' is out of support - this is not an application but a library so targeting the lowest possible versions is intended
24-
- NU1903: netcoreapp2.0 has known vulnerabilities - it's a targeted plartform and not a referenced package. A consumer of this library can also pick newer supported platforms.
23+
- NETSDK1138: The target framework 'netcoreapp2.0'/'netcoreapp3.0' is out of support - this is not an application but a library so targeting the lowest possible versions is intended
24+
- NU1903: netcoreapp2.0 has known vulnerabilities - it's a targeted platform and not a referenced package. A consumer of this library can also pick newer supported platforms.
2525
-->
2626
<NoWarn>$(NoWarn);NETSDK1138;NU1903</NoWarn>
2727
</PropertyGroup>
@@ -37,7 +37,7 @@
3737
</ItemGroup>
3838

3939
<ItemGroup>
40-
<PackageReference Include="KGySoft.CoreLibraries" Version="8.0.0-rc.1" />
40+
<PackageReference Include="KGySoft.CoreLibraries" Version="8.0.0" />
4141
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
4242
<PrivateAssets>all</PrivateAssets>
4343
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

KGySoft.Drawing.Core/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
[assembly: AssemblyVersion("8.0.0.0")]
3535
[assembly: AssemblyFileVersion("8.0.0.0")]
36-
[assembly: AssemblyInformationalVersion("8.0.0-preview.1")]
36+
[assembly: AssemblyInformationalVersion("8.0.0-rc.1")]
3737

3838
[assembly: NeutralResourcesLanguage("en")]
3939
[assembly: InternalsVisibleTo("KGySoft.Drawing.Core.UnitTest, PublicKey=00240000048000009400000006020000002400005253413100040000010001003928BADFAA8C02789566AB7AC64A59DCDE30B798589A68EF92CBB04C9DED3FCBFE41F644D424DCF82F8A13F9148D45EE15785450318388E01AA8C4CF645E81C772E39DCA0D14B33CF48167B70F5C34A0E7B763141ED3AFDDAD0373D9FCD2E153E78D201C5C4EB61DBBD586EC6291EABFBE11879865C3776088605FA8820387C2")]

Specific/GdiPlus/KGySoft.Drawing.PerformanceTest/KGySoft.Drawing.PerformanceTest.csproj

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<!--<TargetFrameworks>net35;net40;netcoreapp2.0;netcoreapp3.0;net5.0;net7.0</TargetFrameworks>-->
5-
<TargetFrameworks>net7.0</TargetFrameworks>
4+
<TargetFrameworks>net35;net40;netcoreapp2.0;netcoreapp3.0;net5.0;net7.0</TargetFrameworks>
5+
<!--<TargetFrameworks>net8.0</TargetFrameworks>-->
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
77
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
88
<RootNamespace>KGySoft.Drawing</RootNamespace>
@@ -15,8 +15,11 @@
1515
<OutputType>Exe</OutputType>
1616
<GenerateProgramFile>false</GenerateProgramFile>
1717

18-
<!--Suppression NETSDK1138: The target framework 'netcoreapp2.0'/'netcoreapp2.1'/'netcoreapp3.0' is out of support - this is not an application but a library so targeting the lowest possible versions is intended -->
19-
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
18+
<!--Suppressions
19+
- NETSDK1138: The target framework 'netcoreapp2.0'/'netcoreapp3.0' is out of support - the unit test requires to target the supported versions
20+
- NU1903: netcoreapp2.0 has known vulnerabilities - the unit test requires to target the supported versions
21+
-->
22+
<NoWarn>$(NoWarn);NETSDK1138;NU1903</NoWarn>
2023

2124
<IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows>
2225
</PropertyGroup>
@@ -27,9 +30,9 @@
2730

2831
<!-- Common NuGet references -->
2932
<ItemGroup>
30-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
31-
<PackageReference Include="NUnit" Version="3.13.2" />
32-
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0">
33+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
34+
<PackageReference Include="NUnit" Version="3.14.0" />
35+
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0">
3336
<NoWarn>NU1701</NoWarn>
3437
</PackageReference>
3538
</ItemGroup>

Specific/GdiPlus/KGySoft.Drawing.UnitTest/KGySoft.Drawing.UnitTest.csproj

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<!--<TargetFrameworks>net35;net40;netcoreapp2.0;netcoreapp3.0;net5.0;net7.0</TargetFrameworks>-->
5-
<TargetFrameworks>net7.0</TargetFrameworks>
4+
<TargetFrameworks>net35;net40;net46;netcoreapp2.0;netcoreapp3.0;net5.0;net7.0</TargetFrameworks>
5+
<!--<TargetFrameworks>net8.0</TargetFrameworks>-->
66

77
<!--For UnitTesting the .NET Standard versions-->
88
<!--<TargetFrameworks>netcoreapp2.0;netcoreapp3.0</TargetFrameworks>-->
@@ -21,8 +21,11 @@
2121
<OutputType>Exe</OutputType>
2222
<GenerateProgramFile>false</GenerateProgramFile>
2323

24-
<!--Suppression NETSDK1138: The target framework 'netcoreapp2.0'/'netcoreapp2.1'/'netcoreapp3.0' is out of support - this is not an application but a library so targeting the lowest possible versions is intended -->
25-
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
24+
<!--Suppressions
25+
- NETSDK1138: The target framework 'netcoreapp2.0'/'netcoreapp3.0' is out of support - the unit test requires to target the supported versions
26+
- NU1903: netcoreapp2.0 has known vulnerabilities - the unit test requires to target the supported versions
27+
-->
28+
<NoWarn>$(NoWarn);NETSDK1138;NU1903</NoWarn>
2629
</PropertyGroup>
2730

2831
<PropertyGroup Condition="'$(IsWindows)'=='true'">
@@ -31,9 +34,9 @@
3134

3235
<!-- Common NuGet references -->
3336
<ItemGroup>
34-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
35-
<PackageReference Include="NUnit" Version="3.13.2" />
36-
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0">
37+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
38+
<PackageReference Include="NUnit" Version="3.14.0" />
39+
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0">
3740
<NoWarn>NU1701</NoWarn>
3841
</PackageReference>
3942
</ItemGroup>

Specific/GdiPlus/KGySoft.Drawing/.nuspec/KGySoft.Drawing.nuspec

+11-11
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>KGySoft.Drawing</id>
5-
<version>8.0.0-preview.1</version>
5+
<version>8.0.0-rc.1</version>
66
<title>KGy SOFT Drawing Libraries</title>
77
<authors>György Kőszeg</authors>
88
<owners>György Kőszeg</owners>
@@ -43,37 +43,37 @@ SkiaSharp specific libraries: https://www.nuget.org/packages/KGySoft.Drawing.Ski
4343
<repository type="git" url="https://github.com/koszeggy/KGySoft.Drawing" />
4444
<dependencies>
4545
<group targetFramework=".NETFramework3.5">
46-
<dependency id="KGySoft.Drawing.Core" version="8.0.0-preview.1" />
46+
<dependency id="KGySoft.Drawing.Core" version="8.0.0-rc.1" />
4747
</group>
4848
<group targetFramework=".NETFramework4.0">
49-
<dependency id="KGySoft.Drawing.Core" version="8.0.0-preview.1" />
49+
<dependency id="KGySoft.Drawing.Core" version="8.0.0-rc.1" />
5050
</group>
5151
<group targetFramework=".NETFramework4.6">
52-
<dependency id="KGySoft.Drawing.Core" version="8.0.0-preview.1" />
52+
<dependency id="KGySoft.Drawing.Core" version="8.0.0-rc.1" />
5353
</group>
5454
<group targetFramework="netcoreapp2.0" >
55-
<dependency id="KGySoft.Drawing.Core" version="8.0.0-preview.1" />
55+
<dependency id="KGySoft.Drawing.Core" version="8.0.0-rc.1" />
5656
<dependency id="System.Drawing.Common" version="5.0.3" />
5757
</group>
5858
<group targetFramework="netcoreapp3.0" >
59-
<dependency id="KGySoft.Drawing.Core" version="8.0.0-preview.1" />
59+
<dependency id="KGySoft.Drawing.Core" version="8.0.0-rc.1" />
6060
<dependency id="System.Drawing.Common" version="5.0.3" />
6161
</group>
6262
<group targetFramework="netstandard2.0" >
63-
<dependency id="KGySoft.Drawing.Core" version="8.0.0-preview.1" />
63+
<dependency id="KGySoft.Drawing.Core" version="8.0.0-rc.1" />
6464
<dependency id="System.Drawing.Common" version="5.0.3" />
6565
</group>
6666
<group targetFramework="netstandard2.1" >
67-
<dependency id="KGySoft.Drawing.Core" version="8.0.0-preview.1" />
67+
<dependency id="KGySoft.Drawing.Core" version="8.0.0-rc.1" />
6868
<dependency id="System.Drawing.Common" version="5.0.3" />
6969
</group>
7070
<group targetFramework="net5.0" >
71-
<dependency id="KGySoft.Drawing.Core" version="8.0.0-preview.1" />
71+
<dependency id="KGySoft.Drawing.Core" version="8.0.0-rc.1" />
7272
<dependency id="System.Drawing.Common" version="6.0.0" />
7373
</group>
7474
<group targetFramework="net7.0" >
75-
<dependency id="KGySoft.Drawing.Core" version="8.0.0-preview.1" />
76-
<dependency id="System.Drawing.Common" version="7.0.0 " />
75+
<dependency id="KGySoft.Drawing.Core" version="8.0.0-rc.1" />
76+
<dependency id="System.Drawing.Common" version="8.0.0 " />
7777
</group>
7878
</dependencies>
7979
</metadata>

Specific/GdiPlus/KGySoft.Drawing/.nuspec/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Thank you for installing KGy SOFT Drawing Libraries 7.2.0
1+
Thank you for installing KGy SOFT Drawing Libraries 8.0.0-rc.1
22
KGy SOFT Drawing Libraries offer advanced drawing features for System.Drawing types.
33

44
⚠️ Warning: Version 7.0.0 introduced several breaking changes. Most importantly, the technology-agnostic and

Specific/GdiPlus/KGySoft.Drawing/KGySoft.Drawing.csproj

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<!--<TargetFrameworks>net35;net40;net46;netstandard2.0;netstandard2.1;netcoreapp2.0;netcoreapp3.0;net5.0;net7.0</TargetFrameworks>-->
5-
<TargetFrameworks>net7.0</TargetFrameworks>
4+
<TargetFrameworks>net35;net40;net46;netstandard2.0;netstandard2.1;netcoreapp2.0;netcoreapp3.0;net5.0;net7.0</TargetFrameworks>
5+
<!--<TargetFrameworks>net8.0</TargetFrameworks>-->
66

77
<!--For UnitTesting the .NET Standard versions-->
88
<!--<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>-->
@@ -22,8 +22,11 @@
2222
<Authors>György Kőszeg</Authors>
2323
<Nullable>enable</Nullable>
2424

25-
<!--Suppression NETSDK1138: The target framework 'netcoreapp2.0'/'netcoreapp3.0' is out of support - this is not an application but a library so targeting the lowest possible versions is intended -->
26-
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>
25+
<!--Suppressions
26+
- NETSDK1138: The target framework 'netcoreapp2.0'/'netcoreapp3.0' is out of support - this is not an application but a library so targeting the lowest possible versions is intended
27+
- NU1903: netcoreapp2.0 has known vulnerabilities - it's a targeted platform and not a referenced package. A consumer of this library can also pick newer supported platforms.
28+
-->
29+
<NoWarn>$(NoWarn);NETSDK1138;NU1903</NoWarn>
2730
</PropertyGroup>
2831

2932
<ItemGroup>
@@ -50,12 +53,12 @@
5053

5154
<!-- Release only package references -->
5255
<ItemGroup Condition="'$(Configuration)' == 'RELEASE'">
53-
<PackageReference Include="KGySoft.Drawing.Core" Version="8.0.0-preview.1" />
56+
<PackageReference Include="KGySoft.Drawing.Core" Version="8.0.0-rc.1" />
5457
</ItemGroup>
5558

5659
<!-- .NET 7.0 or newer references: Unix is no longer supported -->
5760
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
58-
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
61+
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />
5962
</ItemGroup>
6063

6164
<!-- .NET 5.0 or newer references: Unix is supported only by an app context switch (initialized by DrawingModule) -->
@@ -67,7 +70,7 @@
6770
<!-- Note for .NET Standard targets: They are theoretically supported by 6.0.0 but in practice that causes a .dll hell even just from unit tests
6871
because if targeting .NET Core 2.0/3.0 from test project (to be able to test the .NET Standard 2.0 versions, then version conflicts
6972
and package downgrade errors are appearing) -->
70-
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netcoreapp2.0' OR '$(TargetFramework)' == 'netcoreapp3.0'">
73+
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1' OR '$(TargetFramework)' == 'netcoreapp2.0' OR '$(TargetFramework)' == 'netcoreapp3.0'">
7174
<PackageReference Include="System.Drawing.Common" Version="5.0.3" />
7275
</ItemGroup>
7376

Specific/GdiPlus/KGySoft.Drawing/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
[assembly: AssemblyVersion("8.0.0.0")]
3535
[assembly: AssemblyFileVersion("8.0.0.0")]
36-
[assembly: AssemblyInformationalVersion("8.0.0-preview.1")]
36+
[assembly: AssemblyInformationalVersion("8.0.0-rc.1")]
3737

3838
[assembly: NeutralResourcesLanguage("en")]
3939
[assembly: InternalsVisibleTo("KGySoft.Drawing.UnitTest, PublicKey=00240000048000009400000006020000002400005253413100040000010001003928BADFAA8C02789566AB7AC64A59DCDE30B798589A68EF92CBB04C9DED3FCBFE41F644D424DCF82F8A13F9148D45EE15785450318388E01AA8C4CF645E81C772E39DCA0D14B33CF48167B70F5C34A0E7B763141ED3AFDDAD0373D9FCD2E153E78D201C5C4EB61DBBD586EC6291EABFBE11879865C3776088605FA8820387C2")]

0 commit comments

Comments
 (0)