Skip to content

Commit 785dd3b

Browse files
committed
Updating to 4.4 CoreFx packages
1 parent df96d17 commit 785dd3b

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"test"
55
],
66
"sdk": {
7-
"version": "1.0.0-preview2-1-003177"
7+
"version": "1.0.0-preview2-1-003180"
88
}
99
}

src/Microsoft.VisualStudio.Web.BrowserLink.Loader/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"net451": {},
1919
"netstandard1.5": {
2020
"dependencies": {
21-
"Microsoft.Win32.Registry": "4.0.0",
22-
"System.Text.Encoding": "4.0.11",
23-
"System.Threading": "4.0.11",
24-
"System.Net.Sockets": "4.1.0",
25-
"System.Collections": "4.0.11",
26-
"System.Runtime.Loader": "4.0.0"
21+
"Microsoft.Win32.Registry": "4.4.0-*",
22+
"System.Text.Encoding": "4.4.0-*",
23+
"System.Threading": "4.4.0-*",
24+
"System.Net.Sockets": "4.4.0-*",
25+
"System.Collections": "4.4.0-*",
26+
"System.Runtime.Loader": "4.4.0-*"
2727
}
2828
}
2929
}

src/Microsoft.VisualStudio.Web.BrowserLink/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"net451": {},
2626
"netstandard1.5": {
2727
"dependencies": {
28-
"System.Net.Sockets": "4.1.0",
29-
"System.Net.Primitives": "4.0.11",
30-
"System.IO.MemoryMappedFiles": "4.0.0",
31-
"System.Diagnostics.Tools": "4.0.1"
28+
"System.Net.Sockets": "4.4.0-*",
29+
"System.Net.Primitives": "4.4.0-*",
30+
"System.IO.MemoryMappedFiles": "4.4.0-*",
31+
"System.Diagnostics.Tools": "4.4.0-*"
3232
}
3333
}
3434
}

test/Microsoft.VisualStudio.Web.BrowserLink.Test/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
1919
"type": "platform",
20-
"version": "1.0.0"
20+
"version": "1.2.0-*"
2121
},
22-
"System.Diagnostics.StackTrace": "4.0.1"
22+
"System.Diagnostics.StackTrace": "4.4.0-*"
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)