|
@@ -1,6 +1,6 @@
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
- <TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks>
|
|
|
|
|
|
+ <TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
|
|
<RootNamespace>Terminal.Gui</RootNamespace>
|
|
<RootNamespace>Terminal.Gui</RootNamespace>
|
|
<AssemblyName>Terminal.Gui</AssemblyName>
|
|
<AssemblyName>Terminal.Gui</AssemblyName>
|
|
<DocumentationFile>bin\Release\Terminal.Gui.xml</DocumentationFile>
|
|
<DocumentationFile>bin\Release\Terminal.Gui.xml</DocumentationFile>
|