Target .NET Core App 3.0 to make these easier to run from CLI.

Console Applications have to target a specific runtime framework.
This commit is contained in:
nopjmp
2019-10-25 13:38:05 -05:00
parent 060ae94000
commit b4be05f6ca
6 changed files with 7 additions and 6 deletions

View File

@@ -7,7 +7,6 @@
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<RegisterForComInterop>False</RegisterForComInterop>
@@ -25,6 +24,7 @@
<PostBuildEvent />
<PreBuildEvent />
<PostBuildEvent />
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent />