
* 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
8 lines
193 B
XML
8 lines
193 B
XML
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp1.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|