Workaround Microsoft.Win32.Registry problem on unix in the tests that reference the dotnet project.
This commit is contained in:
parent
3bfd86b254
commit
2378a34401
3 changed files with 12 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
|||
"dotnet": {
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.Win32.Registry": {
|
||||
"version": "4.0.0-rc2-23911",
|
||||
"exclude": "Compile"
|
||||
},
|
||||
"Microsoft.DotNet.ProjectModel": {
|
||||
"target": "project"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
"dotnet": {
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.Win32.Registry": {
|
||||
"version": "4.0.0-rc2-23911",
|
||||
"exclude": "Compile"
|
||||
},
|
||||
"Microsoft.DotNet.ProjectModel": {
|
||||
"target": "project"
|
||||
},
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue