Add a workaround for a Sockets issue on Unix.
Adding an explicit reference to System.Net.NameResolution in our dotnet-projectmodel-server.Tests. The current build of Roslyn references an old version of System.Net.NameResolution which is the version that gets used during the test. Explicitly referencing the current CoreFX version for now. This should be reverted when the underlying bug gets fixed, or Roslyn moves to a newer CoreFX version.
This commit is contained in:
parent
6468b14e1d
commit
8e06989c8f
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@
|
|||
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
||||
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
||||
"xunit": "2.1.0",
|
||||
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
||||
"dotnet-test-xunit": "1.0.0-dev-79755-47",
|
||||
|
||||
"System.Net.NameResolution": "4.0.0-rc2-23901"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandardapp1.5": {
|
||||
|
|
Loading…
Add table
Reference in a new issue