Make projects future .net compatible

pull/16/head
Miepee 3 years ago
parent 0daa22887c
commit e8374daf9c

@ -4,6 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<OutputType>WinExe</OutputType>
<RollForward>LatestMajor</RollForward>
</PropertyGroup>
<ItemGroup>

@ -4,6 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<OutputType>WinExe</OutputType>
<RollForward>LatestMajor</RollForward>
</PropertyGroup>
<ItemGroup>

@ -6,6 +6,7 @@
<OutputType>WinExe</OutputType>
<LangVersion>10</LangVersion>
<ApplicationIcon>icon64.ico</ApplicationIcon>
<RollForward>LatestMajor</RollForward>
</PropertyGroup>
<ItemGroup>

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>10</LangVersion>
<RollForward>LatestMajor</RollForward>
</PropertyGroup>
<ItemGroup>

@ -5,6 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<LangVersion>10</LangVersion>
<RollForward>LatestMajor</RollForward>
</PropertyGroup>
<ItemGroup>

Loading…
Cancel
Save