chore: bump nuke build project to .net 7

This commit is contained in:
goat 2022-12-07 23:12:49 +01:00
parent 2f4243b6d4
commit 82eebca9a9
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<Nullable>disable</Nullable>
<RootNamespace></RootNamespace>
<NoWarn>IDE0002;IDE0051;IDE1006;CS0649;CS0169</NoWarn>