changed to .NET5 , + Property injection

This commit is contained in:
2020-11-29 21:15:45 +01:00
parent 5ca347fc6a
commit e2027a5f7e
6 changed files with 59 additions and 6 deletions

View File

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