Skip to content

Commit c756366

Browse files
switch to .net 8
1 parent 0a190f1 commit c756366

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DataGen/DataGen.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0-windows</TargetFramework>
5+
<TargetFramework>net8.0-windows7.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<Platforms>x64;AnyCPU</Platforms>

EVEData/EVEData.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>disable</Nullable>
77
<RunAnalyzersDuringBuild>False</RunAnalyzersDuringBuild>

SMT/SMT.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net6.0-windows10.0.17763.0</TargetFramework>
3+
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
44
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
55
<OutputType>WinExe</OutputType>
66
<IsWebBootstrapper>false</IsWebBootstrapper>

0 commit comments

Comments
 (0)