Because of CI there cant be net5. sad.

This commit is contained in:
JFronny 2020-11-19 19:43:47 +01:00
parent cae077a5cf
commit 5b5e359efb
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>8</LangVersion> <LangVersion>8</LangVersion>
</PropertyGroup> </PropertyGroup>

View File

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<RootNamespace>CC_Functions.W32.Test</RootNamespace> <RootNamespace>CC_Functions.W32.Test</RootNamespace>
<AssemblyName>CC_Functions.W32.Test</AssemblyName> <AssemblyName>CC_Functions.W32.Test</AssemblyName>

View File

@ -5,7 +5,7 @@
<AssemblyName>CC-Functions.W32</AssemblyName> <AssemblyName>CC-Functions.W32</AssemblyName>
<LangVersion>8</LangVersion> <LangVersion>8</LangVersion>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<Deterministic>false</Deterministic> <Deterministic>false</Deterministic>
<Authors>JFronny</Authors> <Authors>JFronny</Authors>
<Description>W32 Additions for CC-Functions</Description> <Description>W32 Additions for CC-Functions</Description>