React to changes in razor tooling

This commit is contained in:
jacalvar 2016-04-30 13:53:49 -07:00
parent df7be69e85
commit 4d198f3d8f
7 changed files with 52 additions and 27 deletions

View File

@ -7,9 +7,12 @@
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", "Microsoft.AspNetCore.Razor.Tools": {
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*", "Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*", "Microsoft.Extensions.Configuration.Json": "1.0.0-*",
@ -21,10 +24,10 @@
"wwwroot" "wwwroot"
], ],
"tools": { "tools": {
"dotnet-razor-tooling": { "Microsoft.AspNetCore.Razor.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",
"imports": [ "imports": [
"net45" "portable-net45+wp80+win8+wpa81+dnxcore50"
] ]
} }
}, },

View File

@ -5,10 +5,13 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", "Microsoft.AspNetCore.Razor.Tools": {
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
}, },
@ -37,10 +40,10 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50" "imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
}, },
"dotnet-razor-tooling": { "Microsoft.AspNetCore.Razor.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",
"imports": [ "imports": [
"net45" "portable-net45+wp80+win8+wpa81+dnxcore50"
] ]
} }
}, },

View File

@ -6,19 +6,22 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*", "Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", "Microsoft.AspNetCore.Razor.Tools": {
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "type": "build",
"version": "1.0.0-*"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
}, },
"tools": { "tools": {
"dotnet-razor-tooling": { "Microsoft.AspNetCore.Razor.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",
"imports": [ "imports": [
"net45" "portable-net45+wp80+win8+wpa81+dnxcore50"
] ]
}, },
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {

View File

@ -8,6 +8,10 @@
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Razor.Tools": {
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Session": "1.0.0-*", "Microsoft.AspNetCore.Session": "1.0.0-*",
@ -38,10 +42,10 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50" "imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
}, },
"dotnet-razor-tooling": { "Microsoft.AspNetCore.Razor.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",
"imports": [ "imports": [
"net45" "portable-net45+wp80+win8+wpa81+dnxcore50"
] ]
} }
}, },

View File

@ -6,10 +6,14 @@
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"ControllersFromServicesClassLibrary": "1.0.0", "ControllersFromServicesClassLibrary": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Razor.Tools": {
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
@ -36,10 +40,10 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50" "imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
}, },
"dotnet-razor-tooling": { "Microsoft.AspNetCore.Razor.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",
"imports": [ "imports": [
"net45" "portable-net45+wp80+win8+wpa81+dnxcore50"
] ]
} }
}, },

View File

@ -5,10 +5,14 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Razor.Tools": {
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0" "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0"
}, },
"frameworks": { "frameworks": {
@ -36,10 +40,10 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50" "imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
}, },
"dotnet-razor-tooling": { "Microsoft.AspNetCore.Razor.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",
"imports": [ "imports": [
"net45" "portable-net45+wp80+win8+wpa81+dnxcore50"
] ]
} }
}, },

View File

@ -10,6 +10,10 @@
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*", "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Razor.Tools": {
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
@ -38,10 +42,10 @@
"version": "1.0.0-*", "version": "1.0.0-*",
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50" "imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
}, },
"dotnet-razor-tooling": { "Microsoft.AspNetCore.Razor.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",
"imports": [ "imports": [
"net45" "portable-net45+wp80+win8+wpa81+dnxcore50"
] ]
} }
}, },