Skip to content

Commit 5bf3bb5

Browse files
committed
add support .net 8
1 parent 6647417 commit 5bf3bb5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- Supports animation drawing for both Direct2D and GDI+.
2121

2222
## Requirements:
23-
- .NET 6.0, 7.0
23+
- .NET 6.0, 7.0, 8.0
2424

2525
## Installation
2626
Run the command

Source/DXControl/D2Phap.DXControl.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0-windows;net7.0-windows</TargetFrameworks>
4+
<TargetFrameworks>net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
55
<Nullable>enable</Nullable>
66
<UseWindowsForms>true</UseWindowsForms>
77
<ImplicitUsings>enable</ImplicitUsings>
@@ -21,7 +21,7 @@
2121
<IncludeSymbols>True</IncludeSymbols>
2222
<PackageReleaseNotes>See release notes here: https://github.com/d2phap/DXControl/releases</PackageReleaseNotes>
2323
<Authors>Duong Dieu Phap</Authors>
24-
<VersionPrefix>2.6.0</VersionPrefix>
24+
<VersionPrefix>2.7.0</VersionPrefix>
2525
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2626
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2727
<EmbedUntrackedSources>true</EmbedUntrackedSources>

Source/Demo/Demo.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFrameworks>net6.0-windows;net7.0-windows</TargetFrameworks>
5+
<TargetFrameworks>net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
66
<Nullable>enable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>
88
<ImplicitUsings>enable</ImplicitUsings>
@@ -15,8 +15,8 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.1.3" />
19-
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="7.0.5" />
18+
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="13.3.0" />
19+
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="7.1.0" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

0 commit comments

Comments
 (0)