Added netcore 3.0 and netstandard2.0 to target frameworks.

This commit is contained in:
2019-10-20 14:33:38 +02:00
parent b1fd1aa497
commit a9a7a9b3e2
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFrameworks>netcoreapp2.1;net48</TargetFrameworks>
<TargetFrameworks>netcoreapp2.1;net48;netstandard2.0;netcoreapp3.0</TargetFrameworks>
<ApplicationIcon />
<StartupObject />
<Version>1.0.5</Version>