use missing package test to verify correct package feed parsing

This commit is contained in:
jonsequitur 2017-02-01 14:12:34 -08:00
parent 667f1cf018
commit 905db127a6
3 changed files with 33 additions and 8 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>