Merge branch 'rel/1.0.0' into wrong_global_json_folders

This commit is contained in:
Livar 2017-02-01 15:53:10 -08:00 committed by GitHub
commit 408a0afe8e
4 changed files with 65 additions and 7 deletions

View file

@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.5</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Something.Nonexistent" Version="1.1.1" />
</ItemGroup>
</Project>