File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
2626Run the command
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments