.NET Core 3.0 Preview 7

This commit is contained in:
Alexander Mikhailov
2019-07-30 11:23:18 +03:00
parent 4c07de0be8
commit f961590492
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<ProjectGuid>{3932816E-D0B4-08A9-2715-8D5B7DC201D8}</ProjectGuid>
<TargetFramework>netcoreapp3.0</TargetFramework>
<UseWinForms>True</UseWinForms>
<UseWindowsForms>True</UseWindowsForms>
<OutputType>WinExe</OutputType>
<EnableDefaultItems>False</EnableDefaultItems>
<Configurations>Debug;Release</Configurations>

View File

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