Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Move back to 1.0.1 of runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym committed Nov 19, 2016
1 parent 22c7cd9 commit b650efa
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 18 deletions.
1 change: 0 additions & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<configuration>
<packageSources>
<clear />
<add key="Local" value="d:\LocalNuget" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="applicationinsights" value="https://www.myget.org/F/applicationinsights/api/v3/index.json" />
</packageSources>
Expand Down
6 changes: 3 additions & 3 deletions test/EmptyApp.FunctionalTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
},
"testRunner": "xunit",
"frameworks": {
"net451": {
},
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
"version": "1.0.1"
}
}
},
"net451": {
}
}
}
2 changes: 0 additions & 2 deletions test/FunctionalTestUtils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
"Microsoft.ApplicationInsights.AspNetCore": {
"target": "project"
},
"Microsoft.AspNetCore.Hosting": "1.0.0",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"NETStandard.Library": "1.6.0",
"xunit": "2.2.0-*"
Expand Down
11 changes: 5 additions & 6 deletions test/MVCFramework45.FunctionalTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,18 @@
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0",
"Microsoft.AspNetCore.Identity": "1.0.0",
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.1",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0",
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.1",
"Microsoft.Extensions.Configuration.FileExtensions": "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.DotNet.InternalAbstractions": "1.0.0",
"xunit": "2.2.0-*"
},
"testRunner": "xunit",
Expand All @@ -48,7 +47,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
"version": "1.0.1"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Http.Extensions": "1.0.0",
"Microsoft.AspNetCore.Http.Features": "1.0.0",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0",
"Microsoft.AspNetCore.Mvc.Core": "1.0.1",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
"Microsoft.Extensions.Configuration.Json": "1.0.0",
"Microsoft.Extensions.Logging": "1.0.0",
Expand All @@ -28,7 +28,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
"version": "1.0.1"
}
}
},
Expand Down
7 changes: 3 additions & 4 deletions test/WebApiShimFw46.FunctionalTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
"FunctionalTestUtils": { "target": "project" },
"Microsoft.ApplicationInsights.AspNetCore": { "target": "project" },
"Microsoft.AspNet.WebApi.Client": "5.2.3",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.1",
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
"Microsoft.Extensions.Configuration.Json": "1.0.0",
"Microsoft.VisualStudio.Web.CodeGeneration.Utils": "1.0.0-preview3-final",
"Microsoft.DotNet.InternalAbstractions": "1.0.0",
"xunit": "2.2.0-*"
},
"frameworks": {
Expand All @@ -32,7 +31,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
"version": "1.0.1"
}
}
},
Expand Down

0 comments on commit b650efa

Please sign in to comment.