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:
parent
40d4670463
commit
46136e91ab
|
|
@ -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-*",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue