Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 189dfce

Browse files
committed
Fix package restore errors
1 parent 41d85a9 commit 189dfce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/System.Transactions/ref/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"System.Runtime": "4.0.1",
3+
"System.Runtime": "4.0.10",
44
"System.Runtime.Serialization.Primitives": "4.1.1",
5-
"System.Runtime.Serialization.Formatters": "4.0.1-beta-24222-03"
5+
"System.Runtime.Serialization.Formatters": "4.0.1-beta-24222-03"
66
},
77
"frameworks": {
88
"netstandard1.4": {

src/System.Transactions/src/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"System.Collections.Specialized": "4.0.0",
99
"System.Collections.NonGeneric": "4.0.0",
1010
"System.Diagnostics.Debug": "4.0.10",
11-
"System.Diagnostics.Process": "4.0.0",
11+
"System.Diagnostics.Process": "4.1.0",
1212
"System.Diagnostics.TraceSource": "4.0.0",
1313
"System.IO": "4.0.10",
1414
"System.Resources.ResourceManager": "4.0.0",
@@ -19,7 +19,7 @@
1919
"System.Threading": "4.0.10",
2020
"System.Threading.Tasks": "4.0.10",
2121
"System.Threading.Thread": "4.0.0",
22-
"System.Threading.ThreadPool": "4.0.0",
22+
"System.Threading.ThreadPool": "4.0.10",
2323
"System.Threading.Timer": "4.0.0",
2424
"System.Xml.XPath": "4.0.0"
2525
},

0 commit comments

Comments
 (0)