
* Insert test platform v15.0.0-preview-20160120-03. Remove OutputType from test project templates since it is automatically determined by Microsoft.NET.Test.Sdk. * Update testplatform v15.0.0-preview-20170123-02.
13 lines
428 B
XML
13 lines
428 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp1.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170123-02" />
|
|
<PackageReference Include="xunit" Version="2.2.0-beta5-build3474" />
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-beta5-build1225" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|