Created
June 16, 2017 17:13
-
-
Save WernerMairl/e8f2728d7717869c8ab3816c68fbe0a0 to your computer and use it in GitHub Desktop.
cli-issue
This file contains hidden or 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>netcoreapp2.0</TargetFramework> | |
</PropertyGroup> | |
<ItemGroup> | |
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0-preview-20170601-03" /> | |
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" /> | |
<PackageReference Include="xunit" Version="2.3.0-beta3-build3705" /> | |
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.0-beta3-build3705" /> | |
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta2-build3683" /> | |
</ItemGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment