target framework change

This commit is contained in:
Hasan Manzak 2023-02-23 02:49:04 +03:00
parent b94c98662e
commit f20abb97f2
No known key found for this signature in database
GPG Key ID: C1573806B673A138

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace></RootNamespace>
<NoWarn>CS0649;CS0169</NoWarn>
<NukeRootDirectory>..</NukeRootDirectory>