
* Synchronize templates with new3, add global.json * Add runtimeconfig.template.json for web Removes global.json write during template creation * Remove global.json check from the test * making templates the same as new3 templates * Fix broken PrivateAssets, content update Sets OutputType as appropriate Alphabetizes package references * Rollback browserlink version to 1.0.0 * Downgrade 1.1.0 of browserlink to 1.0.0 as well * Add newline to the end of the console project
14 lines
443 B
XML
14 lines
443 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp1.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170106-08" />
|
|
<PackageReference Include="MSTest.TestAdapter" Version="1.1.8-rc" />
|
|
<PackageReference Include="MSTest.TestFramework" Version="1.0.8-rc" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|