Migrate to net6.0

This commit is contained in:
Oleksandr Melnyk
2022-06-02 14:13:31 +03:00
parent 4f9b00acb5
commit 7f7fb2cca7
3 changed files with 3 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
<Import Project="..\..\deps.props" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>