Add repository information to project files
This commit is contained in:
parent
864d5e0b39
commit
f135b7d8dd
|
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
"description": "ASP.NET 5 middleware and abstractions for routing requests to application logic and for generating links.",
|
"description": "ASP.NET 5 middleware and abstractions for routing requests to application logic and for generating links.",
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/aspnet/routing"
|
||||||
|
},
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"warningsAsErrors": "true"
|
"warningsAsErrors": "true"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue