Skip to content

Commit 6a325f8

Browse files
Clean up versions of referenced packages
1 parent 51650f4 commit 6a325f8

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

samples/angular/MusicStore/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-*",
1717
"EntityFramework.SQLite": "7.0.0-rc1-*",
1818
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-rc1-*",
19-
"Microsoft.AspNet.AngularServices": "1.0.0-alpha7",
19+
"Microsoft.AspNet.AngularServices": "1.0.0-*",
2020
"AutoMapper": "4.1.1"
2121
},
2222
"commands": {

samples/misc/ES2015Transpilation/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Microsoft.AspNet.Tooling.Razor": "1.0.0-rc1-*",
1515
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-*",
1616
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-*",
17-
"Microsoft.AspNet.NodeServices": "1.0.0-alpha7"
17+
"Microsoft.AspNet.NodeServices": "1.0.0-*"
1818
},
1919
"commands": {
2020
"web": "Microsoft.AspNet.Server.Kestrel"

samples/misc/Webpack/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
2121
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
2222
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
23-
"Microsoft.AspNet.SpaServices": "1.0.0-alpha7-1"
23+
"Microsoft.AspNet.SpaServices": "1.0.0-*"
2424
},
2525

2626
"commands": {

samples/react/MusicStore/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
2222
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
2323
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-rc1-*",
24-
"Microsoft.AspNet.ReactServices": "1.0.0-alpha7",
24+
"Microsoft.AspNet.ReactServices": "1.0.0-*",
2525
"EntityFramework.SQLite": "7.0.0-rc1-*",
2626
"AutoMapper": "4.1.1"
2727
},

samples/react/ReactGrid/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Microsoft.AspNet.Tooling.Razor": "1.0.0-rc1-*",
1515
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-*",
1616
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-*",
17-
"Microsoft.AspNet.ReactServices": "1.0.0-alpha7"
17+
"Microsoft.AspNet.ReactServices": "1.0.0-*"
1818
},
1919
"commands": {
2020
"web": "Microsoft.AspNet.Server.Kestrel"

templates/Angular2Spa/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
2121
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
2222
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
23-
"Microsoft.AspNet.AngularServices": "1.0.0-alpha7"
23+
"Microsoft.AspNet.AngularServices": "1.0.0-*"
2424
},
2525

2626
"commands": {
@@ -34,7 +34,7 @@
3434

3535
"exclude": [
3636
"wwwroot",
37-
"node_modules",
37+
"node_modules"
3838
],
3939
"publishExclude": [
4040
"node_modules",

templates/KnockoutSpa/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
2121
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
2222
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
23-
"Microsoft.AspNet.SpaServices": "1.0.0-alpha7-1"
23+
"Microsoft.AspNet.SpaServices": "1.0.0-*"
2424
},
2525

2626
"commands": {

templates/ReactReduxSpa/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
2121
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
2222
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
23-
"Microsoft.AspNet.ReactServices": "1.0.0-alpha7"
23+
"Microsoft.AspNet.ReactServices": "1.0.0-*"
2424
},
2525

2626
"commands": {
@@ -34,7 +34,7 @@
3434

3535
"exclude": [
3636
"wwwroot",
37-
"node_modules",
37+
"node_modules"
3838
],
3939
"publishExclude": [
4040
"node_modules",

templates/ReactSpa/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Microsoft.Extensions.Logging": "1.0.0-rc1-final",
2121
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
2222
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
23-
"Microsoft.AspNet.ReactServices": "1.0.0-alpha7"
23+
"Microsoft.AspNet.ReactServices": "1.0.0-*"
2424
},
2525

2626
"commands": {

templates/WebApplicationBasic/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
"exclude": [
3535
"wwwroot",
36-
"node_modules",
36+
"node_modules"
3737
],
3838
"publishExclude": [
3939
"node_modules",

0 commit comments

Comments
 (0)