Workaround Microsoft.Win32.Registry problem on unix in the tests that reference the dotnet project.

This commit is contained in:
Eric Erhardt 2016-03-14 16:54:26 -05:00
parent 3bfd86b254
commit 2378a34401
3 changed files with 12 additions and 0 deletions

View file

@ -9,6 +9,10 @@
"dotnet": {
"target": "project"
},
"Microsoft.Win32.Registry": {
"version": "4.0.0-rc2-23911",
"exclude": "Compile"
},
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},

View file

@ -3,6 +3,10 @@
"dotnet": {
"target": "project"
},
"Microsoft.Win32.Registry": {
"version": "4.0.0-rc2-23911",
"exclude": "Compile"
},
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},

View file

@ -6,6 +6,10 @@
"dotnet": {
"target": "project"
},
"Microsoft.Win32.Registry": {
"version": "4.0.0-rc2-23911",
"exclude": "Compile"
},
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-dev-91790-12",
"moq.netcore": "4.4.0-beta8",