Skip to content

Instantly share code, notes, and snippets.

@peterblazejewicz
Forked from bradwilson/1.0.0-rc3-004530.csproj
Created January 25, 2017 20:16
Show Gist options
  • Save peterblazejewicz/f4dc1cde9e6f781cdbc72ecd74500eb8 to your computer and use it in GitHub Desktop.
Save peterblazejewicz/f4dc1cde9e6f781cdbc72ecd74500eb8 to your computer and use it in GitHub Desktop.
Blank project file for xUnit.net for MSBuild v15
<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="xunit" Version="2.2.0-beta5-build3474" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-beta5-build1225" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment