Created
March 1, 2017 21:37
-
-
Save phil-scott-78/13e3cbd64ce530f3949476839c3bbbfe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Project Sdk="Microsoft.NET.Sdk"> | |
<PropertyGroup> | |
<TargetFramework>netcoreapp1.1</TargetFramework> | |
</PropertyGroup> | |
<ItemGroup> | |
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" /> | |
<PackageReference Include="Shouldly" Version="2.8.2" /> | |
<PackageReference Include="xunit" Version="2.2.0" /> | |
<PackageReference Include="xunit.runner.console" Version="2.2.0" /> | |
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" /> | |
</ItemGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment