.NET Core 3.0 Preview 7

This commit is contained in:
Alexander Mikhailov
2019-07-30 10:45:44 +03:00
parent 8eab81fb9c
commit 176f86865b
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<UseWindowsForms>True</UseWindowsForms>
<OutputType>Library</OutputType>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>