Skip to content

Commit

Permalink
Moved to asp.net 1.1 and updated version infos
Browse files Browse the repository at this point in the history
  • Loading branch information
frankabbruzzese committed Nov 27, 2016
1 parent 1a7b476 commit f2f7e08
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 51 deletions.
89 changes: 43 additions & 46 deletions src/ControlsTest/project.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,51 @@
{
"userSecretsId": "aspnet-ControlsTest-c104ff49-90b5-4271-9b0c-1ce61dcb8a09",

"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0",
"type": "platform"
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0",
"type": "platform"
},
"Microsoft.AspNetCore.Razor.Tools": {
"version": "1.0.0-preview2-final",
"type": "build"
},
"Microsoft.EntityFrameworkCore.Tools": {
"version": "1.0.0-preview2-final",
"type": "build"
},
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
"version": "1.0.0-preview2-final",
"type": "build"
},
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": {
"version": "1.0.0-preview2-final",
"type": "build"
},
"MvcControlsToolkit.ControlsCore": "1.1.5",
"BundlerMinifier.Core": "2.2.306",
"Microsoft.ApplicationInsights.AspNetCore": "1.0.2",
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0",
"Microsoft.AspNetCore.Diagnostics": "1.1.0",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0",
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0",
"Microsoft.EntityFrameworkCore.SqlServer.Design": "1.1.0",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
"Microsoft.Extensions.Configuration.Json": "1.1.0",
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0",
"Microsoft.Extensions.Logging": "1.1.0",
"Microsoft.Extensions.Logging.Console": "1.1.0",
"Microsoft.Extensions.Logging.Debug": "1.1.0",
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.1.0"
},
"Microsoft.ApplicationInsights.AspNetCore": "1.0.0",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0",
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Razor.Tools": {
"version": "1.0.0-preview2-final",
"type": "build"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.1",
"Microsoft.EntityFrameworkCore.SqlServer.Design": {
"version": "1.0.1",
"type": "build"
},
"Microsoft.EntityFrameworkCore.Tools": {
"version": "1.0.0-preview2-final",
"type": "build"
},
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
"Microsoft.Extensions.Configuration.Json": "1.0.0",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0",
"Microsoft.Extensions.Logging": "1.0.0",
"Microsoft.Extensions.Logging.Console": "1.0.0",
"Microsoft.Extensions.Logging.Debug": "1.0.0",
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
"Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0",
"Microsoft.VisualStudio.Web.CodeGeneration.Tools": {
"version": "1.0.0-preview2-final",
"type": "build"
},
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": {
"version": "1.0.0-preview2-final",
"type": "build"
},
"MvcControlsToolkit.ControlsCore": "1.1.2"
},

"tools": {
"BundlerMinifier.Core": "2.0.238",
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final",
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final",
Expand All @@ -62,7 +59,7 @@
},

"frameworks": {
"netcoreapp1.0": {
"netcoreapp1.1": {
"imports": [
"dotnet5.6",
"portable-net45+win8"
Expand Down
10 changes: 5 additions & 5 deletions src/MvcControlsToolkit.ControlsCore/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"title": " Mvc Controls Toolkit controls definitions",
"copyright": "Mvc Controls Toolkit Team",
"description": "Core code for Mvc Controls Toolkit controls definitions",
"version": "1.1.4.8",
"version": "1.1.5",
"authors": [ "Francesco Abbruzzese", "Mvc Controls Toolkit Team" ],
"buildOptions": {
"embed": "Views/**"
},
"packOptions": {
"projectUrl": "https://github.com/MvcControlsToolkit/MvcControlsToolkit.Core",
"requireLicenseAcceptance": true,
"releaseNotes": "Added Batch Grid, Immediate Grid, Detail form, Autocomplete, and CrudController and Server Controls TagHelper provider",
"releaseNotes": "Fixed minor bugs, DeafultTagHelperProvider now accepts extensions, moved to asp.net 1.1",
"iconUrl": "https://avatars2.githubusercontent.com/u/15634526?v=3&s=200",
"owners": [ "Francesco Abbruzzese", "Mvc Controls Toolkit Team" ],
"licenseUrl": "https://github.com/MvcControlsToolkit/Home/blob/master/LICENSE.txt",
Expand All @@ -36,10 +36,10 @@
}
},
"dependencies": {
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0",
"MvcControlsToolkit.Core": "1.1.3.9"
"Microsoft.Extensions.FileProviders.Embedded": "1.1.0",
"MvcControlsToolkit.Core": "1.1.5"
},
"scripts": {
"postcompile": [ "dotnet pack --no-build --output /LocalNugetFeed --configuration %compile:Configuration% %project:Directory%" ]
"postcompile": [ "dotnet pack --no-build --output /Nuget --configuration %compile:Configuration% %project:Directory%" ]
}
}

0 comments on commit f2f7e08

Please sign in to comment.