Add explicit reference to 'System.Text.RegularExpressions' to 'dotnet' project.json
Crossgen is failing in the CI machines with the below error. So trying to add an explicit reference to see if this issue goes away. 17:53:44 Error: Could not load file or assembly 'System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) 17:53:44 Error compiling /mnt/resource/j/workspace/dotnet_cli/rel_1.0.0/debug_debian8.2_x64_prtest/artifacts/debian.8-x64/stage1/sdk/1.0.0-preview2-002767/dotnet.dll: Could not find or load a specific file. (Exception from HRESULT: 0x80131621)
This commit is contained in:
parent
baf28233f4
commit
73b2c3158d
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
|||
"System.Resources.Writer": "4.0.0-rc3-24109-00",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24113-00",
|
||||
"System.Private.DataContractSerialization": "4.1.1-rc3-24113-00",
|
||||
"System.Text.RegularExpressions": "4.1.0-rc3-24113-00",
|
||||
"Microsoft.Win32.Registry": {
|
||||
"version": "4.0.0-rc3-24113-00",
|
||||
"exclude": "compile"
|
||||
|
|
Loading…
Add table
Reference in a new issue