Skip to content

Commit 9dab5ae

Browse files
committed
Change project.json to let CI manage build quality
1 parent 8a412a5 commit 9dab5ae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Microsoft.AspNet.AngularServices/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha7-*",
2+
"version": "1.0.0-*",
33
"description": "Helpers for building Angular 2 applications on ASP.NET 5.",
44
"compilationOptions": {
55
"keyFile": "../../tools/Key.snk"

src/Microsoft.AspNet.NodeServices/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha7-*",
2+
"version": "1.0.0-*",
33
"description": "Invoke Node.js modules at runtime in ASP.NET 5 applications.",
44
"compilationOptions": {
55
"keyFile": "../../tools/Key.snk"

src/Microsoft.AspNet.ReactServices/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha7-*",
2+
"version": "1.0.0-*",
33
"description": "Helpers for building React applications on ASP.NET 5.",
44
"compilationOptions": {
55
"keyFile": "../../tools/Key.snk"

src/Microsoft.AspNet.SpaServices/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha7-*",
2+
"version": "1.0.0-*",
33
"description": "Microsoft.AspNet.SpaServices",
44
"compilationOptions": {
55
"keyFile": "../../tools/Key.snk"

0 commit comments

Comments
 (0)