Add Microsoft.DotNet.InternalAbstractions to fix tests
This commit is contained in:
parent
6ccd09d6e5
commit
2c74c50a9e
|
|
@ -5,6 +5,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
||||||
|
"Microsoft.Dotnet.InternalAbstractions": "1.0.0",
|
||||||
"MusicStore": "1.1.0-*",
|
"MusicStore": "1.1.0-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue