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

Commit 2cbd72f

Browse files
committed
Updating CoreFx \ CoreCLR package references
1 parent cec0e20 commit 2cbd72f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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.1": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
16-
"version": "1.1.3-servicing-001611-00",
16+
"version": "1.1.3",
1717
"type": "platform"
1818
}
1919
}

samples/HotAddSample/project.json

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

samples/SelfHostServer/project.json

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

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.1": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.1.3-servicing-001611-00",
17+
"version": "1.1.3",
1818
"type": "platform"
1919
},
20-
"System.Net.Http.WinHttpHandler": "4.3.2-servicing-25629-01",
20+
"System.Net.Http.WinHttpHandler": "4.3.2",
2121
"System.Net.WebSockets.Client": "4.3.1"
2222
}
2323
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"version": "1.1.1"
1919
},
2020
"Microsoft.NETCore.App": {
21-
"version": "1.1.3-servicing-001611-00",
21+
"version": "1.1.3",
2222
"type": "platform"
2323
},
24-
"System.Net.Http.WinHttpHandler": "4.3.2-servicing-25629-01",
24+
"System.Net.Http.WinHttpHandler": "4.3.2",
2525
"System.Net.WebSockets.Client": "4.3.1"
2626
}
2727
},

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.1": {
1010
"dependencies": {
1111
"Microsoft.NETCore.App": {
12-
"version": "1.1.3-servicing-001611-00",
12+
"version": "1.1.3",
1313
"type": "platform"
1414
}
1515
}

0 commit comments

Comments
 (0)