Browse Source

Revert "allow building on .net 6 machines."

This reverts commit 92239a1fc2.
pull/6902/head
Dan Walmsley 5 years ago
parent
commit
ae5ce83fd5
  1. 2
      nukebuild/_build.csproj

2
nukebuild/_build.csproj

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RootNamespace></RootNamespace>
<IsPackable>False</IsPackable>

Loading…
Cancel
Save