Skip to content

Commit

Permalink
Updating build to .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Renaud committed Dec 7, 2021
1 parent da884b9 commit 9f1f621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit 9f1f621

Please sign in to comment.