File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0-windows </TargetFramework >
5
+ <TargetFramework >net8 .0-windows7.0 </TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
<Platforms >x64;AnyCPU</Platforms >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >disable</Nullable >
7
7
<RunAnalyzersDuringBuild >False</RunAnalyzersDuringBuild >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0-windows10.0.17763.0</TargetFramework >
3
+ <TargetFramework >net8 .0-windows10.0.17763.0</TargetFramework >
4
4
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
5
5
<OutputType >WinExe</OutputType >
6
6
<IsWebBootstrapper >false</IsWebBootstrapper >
You can’t perform that action at this time.
0 commit comments