update NuGet.Packaging reference

This commit is contained in:
Andrew Stanton-Nurse 2015-11-11 12:43:49 -08:00
parent 2590e75475
commit 9718a4818c
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="dotnet-core" value="https://www.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="nugetbuild" value="https://www.myget.org/F/nugetbuild/api/v3/index.json" />
<add key="AspNetCIDev" value="https://www.myget.org/F/aspnetcidev/api/v3/index.json" />
<add key="roslyn-nightly" value="https://www.myget.org/F/roslyn-nightly/api/v3/index.json" />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />

View file

@ -11,7 +11,7 @@
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23504",
"System.Security.Cryptography.Algorithms": "4.0.0-beta-23504",
"NuGet.Packaging": "3.2.0",
"NuGet.Packaging": "3.3.0-*",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15791",
"Microsoft.Extensions.JsonParser.Sources": {