File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Properties/PublishProfiles Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
6
6
<PropertyGroup >
7
7
<Configuration >Release</Configuration >
8
8
<Platform >Any CPU</Platform >
9
- <PublishDir >bin\Release\net6 .0\publish\win-x64\</PublishDir >
9
+ <PublishDir >bin\Release\net8 .0\publish\win-x64\</PublishDir >
10
10
<PublishProtocol >FileSystem</PublishProtocol >
11
- <TargetFramework >net7 .0</TargetFramework >
11
+ <TargetFramework >net8 .0</TargetFramework >
12
12
<RuntimeIdentifier >win-x64</RuntimeIdentifier >
13
13
<SelfContained >true</SelfContained >
14
14
<PublishSingleFile >true</PublishSingleFile >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net7 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
<Nullable >enable</Nullable >
7
7
</PropertyGroup >
8
8
You can’t perform that action at this time.
0 commit comments