2017-01-31 13:09:35 -08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2017-03-02 12:46:21 -08:00
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
2017-01-31 13:09:35 -08:00
|
|
|
|
<DebugType>portable</DebugType>
|
|
|
|
|
<AssemblyName>ProjectA</AssemblyName>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<PackageId>ProjectA</PackageId>
|
2017-06-14 00:27:26 -07:00
|
|
|
|
<AssetTargetFallback>$(AssetTargetFallback);dnxcore50</AssetTargetFallback>
|
2017-01-31 13:09:35 -08:00
|
|
|
|
<RuntimeFrameworkVersion>1.0.3</RuntimeFrameworkVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|