Skip to content

Commit 2f53b25

Browse files
committed
Update builld targets, update packages
1 parent 093aecd commit 2f53b25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Source/DXControl/D2Phap.DXControl.csproj

Lines changed: 3 additions & 3 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;net8.0-windows</TargetFrameworks>
4+
<TargetFrameworks>net8.0-windows;net9.0-windows</TargetFrameworks>
55
<Nullable>enable</Nullable>
66
<UseWindowsForms>true</UseWindowsForms>
77
<ImplicitUsings>enable</ImplicitUsings>
@@ -77,12 +77,12 @@
7777
</ItemGroup>
7878

7979
<ItemGroup>
80-
<PackageReference Include="DirectNStandard" Version="1.17.0" />
80+
<PackageReference Include="DirectNStandard" Version="1.17.3" />
8181
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
8282
<PrivateAssets>all</PrivateAssets>
8383
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8484
</PackageReference>
85-
<PackageReference Include="WicNet" Version="1.8.3" />
85+
<PackageReference Include="WicNet" Version="1.8.4.1" />
8686
</ItemGroup>
8787

8888
</Project>

Source/Demo/Demo.csproj

Lines changed: 1 addition & 1 deletion
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;net8.0-windows</TargetFrameworks>
5+
<TargetFrameworks>net8.0-windows;net9.0-windows</TargetFrameworks>
66
<Nullable>enable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>
88
<ImplicitUsings>enable</ImplicitUsings>

0 commit comments

Comments
 (0)