File tree 3 files changed +7
-2
lines changed
Properties/PublishProfiles
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
5
- <TargetFramework >net8 .0</TargetFramework >
5
+ <TargetFramework >net9 .0</TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
<PublishAot >true</PublishAot >
9
9
<UseSystemResourceKeys >true</UseSystemResourceKeys >
10
10
<InvariantGlobalization >true</InvariantGlobalization >
11
11
<PublishLzmaCompressed >true</PublishLzmaCompressed >
12
+ <ApplicationIcon >Icon.ico</ApplicationIcon >
12
13
</PropertyGroup >
13
14
15
+ <ItemGroup >
16
+ <Content Include =" Icon.ico" />
17
+ </ItemGroup >
18
+
14
19
<ItemGroup >
15
20
<PackageReference Include =" Microsoft.Windows.CsWin32" Version =" 0.3.106" >
16
21
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
9
9
<PublishDir >bin\Release\publish\</PublishDir >
10
10
<PublishProtocol >FileSystem</PublishProtocol >
11
11
<_TargetId >Folder</_TargetId >
12
- <TargetFramework >net8 .0</TargetFramework >
12
+ <TargetFramework >net9 .0</TargetFramework >
13
13
<RuntimeIdentifier >win-x64</RuntimeIdentifier >
14
14
<SelfContained >true</SelfContained >
15
15
<PublishSingleFile >false</PublishSingleFile >
You can’t perform that action at this time.
0 commit comments