Skip to content

Commit

Permalink
Updated Build Tools to .NET 7
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Aug 8, 2022
1 parent ef0015b commit 4901fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/Build.csproj
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace></RootNamespace>
<NoWarn>CS0649;CS0169</NoWarn>
<NukeRootDirectory>..</NukeRootDirectory>
Expand Down

0 comments on commit 4901fe6

Please sign in to comment.