Add strong naming and fix DB path on IIS Express

This commit is contained in:
SteveSandersonMS
2016-02-02 15:10:15 +00:00
parent 2218212c92
commit 73e218de4e
10 changed files with 20 additions and 27 deletions

View File

@@ -1,6 +1,9 @@
{
"version": "1.0.0-alpha7",
"description": "Helpers for building Angular 2 applications on ASP.NET 5.",
"compilationOptions": {
"keyFile": "../../tools/Key.snk"
},
"authors": [ "Microsoft" ],
"repository": {
"type": "git",

View File

@@ -1,6 +1,9 @@
{
"version": "1.0.0-alpha7",
"description": "Invoke Node.js modules at runtime in ASP.NET 5 applications.",
"compilationOptions": {
"keyFile": "../../tools/Key.snk"
},
"authors": [ "Microsoft" ],
"repository": {
"type": "git",

View File

@@ -1,6 +1,9 @@
{
"version": "1.0.0-alpha7",
"description": "Helpers for building React applications on ASP.NET 5.",
"compilationOptions": {
"keyFile": "../../tools/Key.snk"
},
"authors": [ "Microsoft" ],
"repository": {
"type": "git",

View File

@@ -1,6 +1,9 @@
{
"version": "1.0.0-alpha7-1",
"description": "Microsoft.AspNet.SpaServices",
"compilationOptions": {
"keyFile": "../../tools/Key.snk"
},
"authors": [
"Microsoft"
],