Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit 44e1ef7

Browse files
committed
Updating CoreFx \ CoreCLR package references
1 parent eaadc7b commit 44e1ef7

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

samples/HelloWorld/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"netcoreapp1.0": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
16-
"version": "1.0.6-servicing-004974-00",
16+
"version": "1.0.6",
1717
"type": "platform"
1818
}
1919
}

samples/HotAddSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"netcoreapp1.0": {
1616
"dependencies": {
1717
"Microsoft.NETCore.App": {
18-
"version": "1.0.6-servicing-004974-00",
18+
"version": "1.0.6",
1919
"type": "platform"
2020
}
2121
}

samples/SelfHostServer/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"netcoreapp1.0": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.0.6-servicing-004974-00",
17+
"version": "1.0.6",
1818
"type": "platform"
1919
}
2020
}

src/Microsoft.Net.Http.Server/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"System.Runtime.Extensions": "4.1.0",
4646
"System.Runtime.InteropServices": "4.1.0",
4747
"System.Security.Claims": "4.0.1",
48-
"System.Security.Cryptography.X509Certificates": "4.1.1-servicing-25629-01",
48+
"System.Security.Cryptography.X509Certificates": "4.1.1",
4949
"System.Security.Principal.Windows": "4.0.0",
5050
"System.Text.Encoding.Extensions": "4.0.11",
5151
"System.Threading": "4.0.11",

test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"netcoreapp1.0": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.0.6-servicing-004974-00",
17+
"version": "1.0.6",
1818
"type": "platform"
1919
},
20-
"System.Net.Http.WinHttpHandler": "4.0.3-servicing-25629-01",
20+
"System.Net.Http.WinHttpHandler": "4.0.3",
2121
"System.Net.Requests": "4.0.11-*",
2222
"System.Net.WebHeaderCollection": "4.0.1-*",
2323
"System.Net.WebSockets.Client": "4.0.1"

test/Microsoft.Net.Http.Server.FunctionalTests/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"netcoreapp1.0": {
1111
"dependencies": {
1212
"Microsoft.NETCore.App": {
13-
"version": "1.0.6-servicing-004974-00",
13+
"version": "1.0.6",
1414
"type": "platform"
1515
},
16-
"System.Net.Http": "4.1.3-servicing-25629-01",
17-
"System.Net.Http.WinHttpHandler": "4.0.3-servicing-25629-01",
16+
"System.Net.Http": "4.1.3",
17+
"System.Net.Http.WinHttpHandler": "4.0.3",
1818
"System.Net.Requests": "4.0.11-*",
1919
"System.Net.WebSockets.Client": "4.0.1"
2020
},

test/Microsoft.Net.Http.Server.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"netcoreapp1.0": {
1010
"dependencies": {
1111
"Microsoft.NETCore.App": {
12-
"version": "1.0.6-servicing-004974-00",
12+
"version": "1.0.6",
1313
"type": "platform"
1414
}
1515
},

0 commit comments

Comments
 (0)