Browse Source

fix nuke build.

pull/6902/head
Dan Walmsley 4 years ago
parent
commit
e5a9776fc8
  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