Resolve mysterious runtime errors caused because Microsoft.Extensions.DependencyModel v1.0.1-beta-000933 does not exist on NuGet.org

This commit is contained in:
Nate McMaster 2016-11-21 17:30:33 -08:00
parent 40d4670463
commit 46136e91ab
No known key found for this signature in database
GPG Key ID: BD729980AA6A21BD
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
"dependencies": {
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview3-004056",
"Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.DotNet.InternalAbstractions": "1.0.500-preview2-1-003177",
"Microsoft.AspNetCore.Testing": "1.0.0",
"Microsoft.DotNet.Watcher.Tools": "1.0.0-*",
"Microsoft.DotNet.Watcher.Tools.Tests": "1.0.0-*",

View File

@ -6,7 +6,7 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.DotNet.InternalAbstractions": "1.0.500-preview2-1-003177",
"Microsoft.Extensions.SecretManager.Tools": "1.0.0-*",
"xunit": "2.2.0-beta3-build3402"
},