Pinning versions for 1.1.0 release

This commit is contained in:
Pranav K 2016-11-18 12:13:32 -08:00
parent e7003b0eaf
commit 3db35194c9
9 changed files with 47 additions and 46 deletions

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<clear />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
<add key="AspNetCore" value="https://dotnet.myget.org/f/aspnetcore-master/api/v3/index.json" />
</packageSources>
</configuration>
</configuration>

View File

@ -1,8 +1,8 @@
{
"dependencies": {
"Microsoft.AspNetCore.Routing": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*"
"Microsoft.AspNetCore.Routing": "1.1.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0"
},
"buildOptions": {
"emitEntryPoint": true,
@ -13,7 +13,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
}
}

View File

@ -1,6 +1,6 @@
{
"description": "ASP.NET Core abstractions for routing requests to application logic and for generating links.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Routing.IRouteHandler\r\nMicrosoft.AspNetCore.Routing.RouteData.",
"version": "1.1.0-*",
"version": "1.1.0",
"packOptions": {
"repository": {
"type": "git",
@ -20,12 +20,12 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0",
"Microsoft.Extensions.PropertyHelper.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.1.0-rtm-22752"
},
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},

View File

@ -16,7 +16,7 @@
"net451": {},
"netstandard1.3": {
"dependencies": {
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.1"
}
}
}

View File

@ -1,6 +1,6 @@
{
"description": "ASP.NET Core middleware for routing requests to application logic and for generating links.\r\nCommonly used types:\r\n Microsoft.AspNetCore.Routing.Route\r\nMicrosoft.AspNetCore.Routing.RouteCollection",
"version": "1.1.0-*",
"version": "1.1.0",
"packOptions": {
"repository": {
"type": "git",
@ -20,28 +20,28 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
"Microsoft.AspNetCore.Routing.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.1.0",
"Microsoft.AspNetCore.Routing.Abstractions": "1.1.0",
"Microsoft.AspNetCore.Routing.DecisionTree.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.1.0-rtm-22752"
},
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.1.0-rtm-22752"
},
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.ObjectPool": "1.1.0-*",
"Microsoft.Extensions.Options": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0",
"Microsoft.Extensions.ObjectPool": "1.1.0",
"Microsoft.Extensions.Options": "1.1.0",
"Microsoft.Extensions.PropertyHelper.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.1.0-rtm-22752"
},
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"version": "1.1.0-rtm-22752",
"type": "build"
},
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},

View File

@ -5,8 +5,8 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Routing.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.AspNetCore.Routing.Abstractions": "1.1.0",
"Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},
@ -14,10 +14,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.3.0"
}
},
"net451": {}

View File

@ -4,19 +4,19 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Routing": "1.1.0-*",
"Microsoft.AspNetCore.Routing": "1.1.0",
"Microsoft.AspNetCore.Routing.DecisionTree.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.1.0-rtm-22752"
},
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
}
}

View File

@ -5,9 +5,9 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Routing": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.AspNetCore.Routing": "1.1.0",
"Microsoft.AspNetCore.TestHost": "1.1.0",
"Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Moq": "4.6.36-*",
"RoutingSample.Web": "1.0.0-*",
"xunit": "2.2.0-*"
@ -16,10 +16,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.3.0"
}
},
"net451": {}

View File

@ -5,13 +5,13 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*",
"Microsoft.AspNetCore.Routing": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.Extensions.Logging": "1.1.0-*",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
"Microsoft.Extensions.WebEncoders": "1.1.0-*",
"Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Routing": "1.1.0",
"Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.Extensions.DependencyInjection": "1.1.0",
"Microsoft.Extensions.Logging": "1.1.0",
"Microsoft.Extensions.Logging.Testing": "1.1.0-rtm-22752",
"Microsoft.Extensions.WebEncoders": "1.1.0",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},
@ -19,10 +19,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.3.0-*"
"System.Diagnostics.TraceSource": "4.3.0"
}
},
"net451": {}