Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit caef89b

Browse files
committed
Updating CoreFx \ CoreCLR package references
1 parent 2d7cbd8 commit caef89b

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

samples/CookieSample/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/CookieSessionSample/project.json

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

samples/JwtBearerSample/project.json

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

samples/OpenIdConnect.AzureAdSample/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
}

samples/OpenIdConnectSample/project.json

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

samples/SocialSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"netcoreapp1.0": {
2323
"dependencies": {
2424
"Microsoft.NETCore.App": {
25-
"version": "1.0.6-servicing-004974-00",
25+
"version": "1.0.6",
2626
"type": "platform"
2727
}
2828
}

src/Microsoft.AspNetCore.Authentication/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"netstandard1.3": {
4242
"dependencies": {
43-
"System.Net.Http": "4.1.3-servicing-25629-01"
43+
"System.Net.Http": "4.1.3"
4444
}
4545
}
4646
}

test/Microsoft.AspNetCore.Authentication.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"netcoreapp1.0": {
2020
"dependencies": {
2121
"Microsoft.NETCore.App": {
22-
"version": "1.0.6-servicing-004974-00",
22+
"version": "1.0.6",
2323
"type": "platform"
2424
},
2525
"System.Diagnostics.Process": "4.1.0"

test/Microsoft.AspNetCore.Authorization.Test/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
"System.Diagnostics.Process": "4.1.0"

test/Microsoft.AspNetCore.CookiePolicy.Test/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
"System.Diagnostics.Process": "4.1.0"

0 commit comments

Comments
 (0)