|
|
|
@ -1,7 +1,6 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>netstandard2.0</TargetFrameworks> |
|
|
|
<TargetFrameworks Condition="$(Configuration) == 'Debug'">netstandard2.0;netcoreapp3.1</TargetFrameworks> |
|
|
|
<TargetFramework>netstandard2.0</TargetFramework> |
|
|
|
<OutputType>exe</OutputType> |
|
|
|
<GenerateDocumentationFile>false</GenerateDocumentationFile> |
|
|
|
<BuildOutputTargetFolder>tools</BuildOutputTargetFolder> |
|
|
|
|