summaryrefslogtreecommitdiff
path: root/tests/src/baseservices
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/baseservices')
-rw-r--r--tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json2
-rw-r--r--tests/src/baseservices/exceptions/AccessViolationException/project.json2
-rw-r--r--tests/src/baseservices/exceptions/StackTracePreserve/project.json2
-rw-r--r--tests/src/baseservices/exceptions/generics/project.json2
-rw-r--r--tests/src/baseservices/exceptions/regressions/v1.0/project.json2
-rw-r--r--tests/src/baseservices/exceptions/regressions/v4.0/640474/project.json2
-rw-r--r--tests/src/baseservices/exceptions/regressions/v4.0/706099/project.json2
-rw-r--r--tests/src/baseservices/exceptions/regressions/whidbeyM3.2/project.json2
-rw-r--r--tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json2
-rw-r--r--tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json2
-rw-r--r--tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/project.json2
-rw-r--r--tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/project.json2
-rw-r--r--tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/project.json2
-rw-r--r--tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json2
-rw-r--r--tests/src/baseservices/exceptions/simple/project.json2
-rw-r--r--tests/src/baseservices/exceptions/unittests/project.json2
-rw-r--r--tests/src/baseservices/finalization/project.json2
-rw-r--r--tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json2
-rw-r--r--tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json2
-rw-r--r--tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json2
-rw-r--r--tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json2
-rw-r--r--tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/project.json2
-rw-r--r--tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/project.json2
-rw-r--r--tests/src/baseservices/regression/v1/seh/vc/chain/project.json2
-rw-r--r--tests/src/baseservices/regression/v1/threads/functional/thread/project.json2
-rw-r--r--tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/project.json2
-rw-r--r--tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/project.json2
-rw-r--r--tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/project.json2
-rw-r--r--tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/project.json2
-rw-r--r--tests/src/baseservices/threading/currentculture/project.json2
-rw-r--r--tests/src/baseservices/threading/generics/syncdelegate/project.json2
-rw-r--r--tests/src/baseservices/threading/generics/threadstart/project.json2
-rw-r--r--tests/src/baseservices/threading/interlocked/add/project.json2
-rw-r--r--tests/src/baseservices/threading/interlocked/compareexchange/project.json2
-rw-r--r--tests/src/baseservices/threading/interlocked/exchange/project.json2
-rw-r--r--tests/src/baseservices/threading/monitor/enter/project.json2
-rw-r--r--tests/src/baseservices/threading/monitor/exit/project.json2
-rw-r--r--tests/src/baseservices/threading/monitor/pulse/project.json2
-rw-r--r--tests/src/baseservices/threading/monitor/pulseall/project.json2
-rw-r--r--tests/src/baseservices/threading/monitor/unownedlock/project.json2
-rw-r--r--tests/src/baseservices/threading/paramthreadstart/project.json2
-rw-r--r--tests/src/baseservices/threading/readerwriterlockslim/project.json2
-rw-r--r--tests/src/baseservices/threading/regressions/17360/project.json2
-rw-r--r--tests/src/baseservices/threading/regressions/576463/project.json2
-rw-r--r--tests/src/baseservices/threading/regressions/6906/project.json2
-rw-r--r--tests/src/baseservices/threading/stress/sudoku/project.json2
-rw-r--r--tests/src/baseservices/threading/threadstatic/project.json2
-rw-r--r--tests/src/baseservices/tools/roundtrip/dlls/project.json2
-rw-r--r--tests/src/baseservices/visibility/project.json2
49 files changed, 49 insertions, 49 deletions
diff --git a/tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json b/tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json
+++ b/tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/exceptions/AccessViolationException/project.json b/tests/src/baseservices/exceptions/AccessViolationException/project.json
index ae6918ba5d..7370062a13 100644
--- a/tests/src/baseservices/exceptions/AccessViolationException/project.json
+++ b/tests/src/baseservices/exceptions/AccessViolationException/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/exceptions/StackTracePreserve/project.json b/tests/src/baseservices/exceptions/StackTracePreserve/project.json
index ae6918ba5d..7370062a13 100644
--- a/tests/src/baseservices/exceptions/StackTracePreserve/project.json
+++ b/tests/src/baseservices/exceptions/StackTracePreserve/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/exceptions/generics/project.json b/tests/src/baseservices/exceptions/generics/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/exceptions/generics/project.json
+++ b/tests/src/baseservices/exceptions/generics/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/exceptions/regressions/v1.0/project.json b/tests/src/baseservices/exceptions/regressions/v1.0/project.json
index ae6918ba5d..7370062a13 100644
--- a/tests/src/baseservices/exceptions/regressions/v1.0/project.json
+++ b/tests/src/baseservices/exceptions/regressions/v1.0/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/exceptions/regressions/v4.0/640474/project.json b/tests/src/baseservices/exceptions/regressions/v4.0/640474/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/exceptions/regressions/v4.0/640474/project.json
+++ b/tests/src/baseservices/exceptions/regressions/v4.0/640474/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/exceptions/regressions/v4.0/706099/project.json b/tests/src/baseservices/exceptions/regressions/v4.0/706099/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/exceptions/regressions/v4.0/706099/project.json
+++ b/tests/src/baseservices/exceptions/regressions/v4.0/706099/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/exceptions/regressions/whidbeyM3.2/project.json b/tests/src/baseservices/exceptions/regressions/whidbeyM3.2/project.json
index ae6918ba5d..7370062a13 100644
--- a/tests/src/baseservices/exceptions/regressions/whidbeyM3.2/project.json
+++ b/tests/src/baseservices/exceptions/regressions/whidbeyM3.2/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json b/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json
+++ b/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json b/tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json
+++ b/tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/project.json b/tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/project.json
+++ b/tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/project.json b/tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/project.json
+++ b/tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/project.json b/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/project.json
+++ b/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json b/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json
+++ b/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/exceptions/simple/project.json b/tests/src/baseservices/exceptions/simple/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/exceptions/simple/project.json
+++ b/tests/src/baseservices/exceptions/simple/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/exceptions/unittests/project.json b/tests/src/baseservices/exceptions/unittests/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/exceptions/unittests/project.json
+++ b/tests/src/baseservices/exceptions/unittests/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/finalization/project.json b/tests/src/baseservices/finalization/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/finalization/project.json
+++ b/tests/src/baseservices/finalization/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json b/tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json
+++ b/tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json
+++ b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json
+++ b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json
+++ b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/project.json b/tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/project.json
+++ b/tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/project.json b/tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/project.json
+++ b/tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/regression/v1/seh/vc/chain/project.json b/tests/src/baseservices/regression/v1/seh/vc/chain/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/regression/v1/seh/vc/chain/project.json
+++ b/tests/src/baseservices/regression/v1/seh/vc/chain/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/regression/v1/threads/functional/thread/project.json b/tests/src/baseservices/regression/v1/threads/functional/thread/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/regression/v1/threads/functional/thread/project.json
+++ b/tests/src/baseservices/regression/v1/threads/functional/thread/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/project.json b/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/project.json
+++ b/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/project.json b/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/project.json
+++ b/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/project.json b/tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/project.json
+++ b/tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/project.json b/tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/project.json
+++ b/tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/currentculture/project.json b/tests/src/baseservices/threading/currentculture/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/currentculture/project.json
+++ b/tests/src/baseservices/threading/currentculture/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/generics/syncdelegate/project.json b/tests/src/baseservices/threading/generics/syncdelegate/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/generics/syncdelegate/project.json
+++ b/tests/src/baseservices/threading/generics/syncdelegate/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/generics/threadstart/project.json b/tests/src/baseservices/threading/generics/threadstart/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/generics/threadstart/project.json
+++ b/tests/src/baseservices/threading/generics/threadstart/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/interlocked/add/project.json b/tests/src/baseservices/threading/interlocked/add/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/interlocked/add/project.json
+++ b/tests/src/baseservices/threading/interlocked/add/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/interlocked/compareexchange/project.json b/tests/src/baseservices/threading/interlocked/compareexchange/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/interlocked/compareexchange/project.json
+++ b/tests/src/baseservices/threading/interlocked/compareexchange/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/interlocked/exchange/project.json b/tests/src/baseservices/threading/interlocked/exchange/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/interlocked/exchange/project.json
+++ b/tests/src/baseservices/threading/interlocked/exchange/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/monitor/enter/project.json b/tests/src/baseservices/threading/monitor/enter/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/monitor/enter/project.json
+++ b/tests/src/baseservices/threading/monitor/enter/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/monitor/exit/project.json b/tests/src/baseservices/threading/monitor/exit/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/monitor/exit/project.json
+++ b/tests/src/baseservices/threading/monitor/exit/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/monitor/pulse/project.json b/tests/src/baseservices/threading/monitor/pulse/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/monitor/pulse/project.json
+++ b/tests/src/baseservices/threading/monitor/pulse/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/monitor/pulseall/project.json b/tests/src/baseservices/threading/monitor/pulseall/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/monitor/pulseall/project.json
+++ b/tests/src/baseservices/threading/monitor/pulseall/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/monitor/unownedlock/project.json b/tests/src/baseservices/threading/monitor/unownedlock/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/monitor/unownedlock/project.json
+++ b/tests/src/baseservices/threading/monitor/unownedlock/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/paramthreadstart/project.json b/tests/src/baseservices/threading/paramthreadstart/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/paramthreadstart/project.json
+++ b/tests/src/baseservices/threading/paramthreadstart/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/readerwriterlockslim/project.json b/tests/src/baseservices/threading/readerwriterlockslim/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/readerwriterlockslim/project.json
+++ b/tests/src/baseservices/threading/readerwriterlockslim/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/regressions/17360/project.json b/tests/src/baseservices/threading/regressions/17360/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/regressions/17360/project.json
+++ b/tests/src/baseservices/threading/regressions/17360/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/regressions/576463/project.json b/tests/src/baseservices/threading/regressions/576463/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/regressions/576463/project.json
+++ b/tests/src/baseservices/threading/regressions/576463/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/regressions/6906/project.json b/tests/src/baseservices/threading/regressions/6906/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/regressions/6906/project.json
+++ b/tests/src/baseservices/threading/regressions/6906/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/stress/sudoku/project.json b/tests/src/baseservices/threading/stress/sudoku/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/stress/sudoku/project.json
+++ b/tests/src/baseservices/threading/stress/sudoku/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/threading/threadstatic/project.json b/tests/src/baseservices/threading/threadstatic/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/threading/threadstatic/project.json
+++ b/tests/src/baseservices/threading/threadstatic/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/tools/roundtrip/dlls/project.json b/tests/src/baseservices/tools/roundtrip/dlls/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/tools/roundtrip/dlls/project.json
+++ b/tests/src/baseservices/tools/roundtrip/dlls/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",
diff --git a/tests/src/baseservices/visibility/project.json b/tests/src/baseservices/visibility/project.json
index 9947ca7f9c..623c871bb1 100644
--- a/tests/src/baseservices/visibility/project.json
+++ b/tests/src/baseservices/visibility/project.json
@@ -6,7 +6,7 @@
"System.Collections.Specialized": "4.0.1-rc2-23816",
"System.ComponentModel": "4.0.1-rc2-23816",
"System.Console": "4.0.0-rc2-23816",
- "System.Diagnostics.Process": "4.0.0-rc2-23816",
+ "System.Diagnostics.Process": "4.1.0-rc2-23816",
"System.Globalization": "4.0.10",
"System.Globalization.Calendars": "4.0.0",
"System.IO": "4.0.10",