Add Microsoft.DotNet.InternalAbstractions to fix tests

This commit is contained in:
Pranav K 2016-10-04 10:18:30 -07:00
parent 6ccd09d6e5
commit 2c74c50a9e
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
"Microsoft.Dotnet.InternalAbstractions": "1.0.0",
"MusicStore": "1.1.0-*",
"xunit": "2.2.0-*"
},