Nate McMaster
294b5f2928
Merge branch 'release/2.2'
2018-11-20 09:47:59 -08:00
Nate McMaster
bfba741326
Merge aspnet/Hosting release/2.2
2018-11-20 09:35:34 -08:00
Nate McMaster
feb68c1382
Merge branch 'release/2.1' into release/2.2
2018-11-20 09:13:55 -08:00
Nate McMaster
3f025e3a38
Make Microsoft.AspNetCore.Server.IntegrationTesting a temporary external dependency
2018-11-19 23:38:13 -08:00
Nate McMaster
7ccb8dbfe1
Account for the relocation of Microsoft.AspNetCore.Hosting.WebHostBuilderFactory.Sources
2018-11-19 22:50:46 -08:00
Nate McMaster
05b8745172
Remove aspnet/Hosting submodule and update targets and projects
2018-11-19 22:25:43 -08:00
Nate McMaster
7c6bf7f75d
Merge branch 'release/2.2'
2018-11-19 21:00:19 -08:00
Nate McMaster
21b142b65d
Merge branch 'release/2.1' into release/2.2
2018-11-19 17:04:13 -08:00
Nate McMaster
4173f23e3e
Remove the HttpClientFactory submodule ( #4085 )
2018-11-19 12:05:39 -08:00
Nate McMaster
137a72f85d
React to the removal of Microsoft.AspNetCore.ApplicationInsights.HostingStartup
2018-11-19 09:43:13 -08:00
Nate McMaster
0e12274a8e
Flatten the dependency graph of Microsoft.AspNetCore.App ( #4061 )
...
This changes the way Microsoft.AspNetCore.App works to follow patterns set by Microsoft.NETCore.App. Instead of being a metapackage with dozens of dependencies, this package has no dependencies. It uses RID-splitting to deliver standalone assets for self-contained deployments.
Changes:
* Implements RID-split packages for Microsoft.AspNetCore.App.
* Update shared fx deps.json generation to only include entries for the RID-specific metapackages
* Include platform-specific packages in publish output
* Remove all nuspec dependencies of Microsoft.AspNetCore.App and collect all references into the package.
2018-11-16 15:16:15 -08:00
Nate McMaster
68cc5e7846
Merge release/2.2 and aspnet/KestrelHttpServer
...
* Merges latest changes from the master branch of aspnet/KestrelHttpServer
* Merges changes on release/2.2
2018-11-15 08:41:55 -08:00
Nate McMaster
6cc9f6f130
Merge release/2.2 and replace submodules
...
* Replace the aspnet/JsonPatch git submodule and merge the master branch of its source to this repo
* Likewise for aspnet/DotNetTools
* And aspnet/HtmlAbstractions
* merge latest infrastructure changes from the release/2.2 branch
2018-11-14 22:57:10 -08:00
Nate McMaster
0271428dbe
Merge aspnet/KestrelHttpServer release/2.2 and release/2.1
2018-11-14 21:33:33 -08:00
Nate McMaster
51c9b7355d
Create Kestrel.sln, update documentation and README, and ensure all Kestrel test projects have the test logger installed
2018-11-14 13:14:47 -08:00
Pranav K
fe981c108b
Add Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X
2018-11-14 11:32:20 -08:00
Nate McMaster
c1c7d711b6
Merge branch 'release/2.1' into release/2.2
2018-11-14 09:27:23 -08:00
Nate McMaster
bb6901141c
Remove the HtmlAbstractions git submodule and merge Html.Abstractions into this repo
2018-11-13 09:29:27 -08:00
Pranav K
116f31362a
Remove WebApiCompatShim
2018-11-09 14:32:18 -08:00
Nate McMaster
34999a804e
Remove submodules for repos that merged to aspnet/Extensions ( #3671 )
...
Builds of the packages in aspnet/Extensions repo go through ProdCon instead of building as a submodule of this repo.
2018-11-09 08:48:42 -08:00
Pavel Krymets
723257ea80
Fix skip condition for artifact ( #3983 )
2018-11-08 15:58:29 -08:00
Pavel Krymets
89a3526769
Move runtime site extension to installers ( #3954 )
2018-11-08 14:13:07 -08:00
Nate McMaster
b75fa54ad2
Remove the EntityFrameworkCore submodule ( #3964 )
...
This removes EntityFrameworkCore as a git submodule. The EFCore repo will build on its own, and the AspNetCore repo will consume EFCore via PackageReference.
2018-11-07 14:00:19 -08:00
Nate McMaster
0e3260f2b4
Merge branch 'release/2.2'
2018-11-06 21:47:30 -08:00
Nate McMaster
302d8d59dd
Remove the aspnet/Caching submodule
2018-11-06 21:20:06 -08:00
Nate McMaster
011cf21a5c
Merge branch 'release/2.2'
2018-11-06 17:42:44 -08:00
Nate McMaster
3cf8a41e4a
Remove the aspnet/Logging submodule
2018-11-06 17:30:26 -08:00
Nate McMaster
e8aab7ae34
Merge branch 'release/2.2'
2018-11-06 12:36:51 -08:00
Nate McMaster
355c6d3a83
Remove the aspnet/Options submodule
2018-11-06 12:28:45 -08:00
Nate McMaster
df46dfee73
Merge branch 'release/2.2'
2018-11-06 12:13:05 -08:00
Nate McMaster
67c3a099ec
Remove the aspnet/Configuration submodule ( #3948 )
2018-11-06 12:04:36 -08:00
Nate McMaster
f8a1e14921
Merge branch 'release/2.2'
2018-11-05 16:35:20 -08:00
Nate McMaster
62b24f930e
Remove the aspnet/FileSystem submodule ( #3884 )
2018-11-05 14:19:19 -08:00
Nate McMaster
cb85ffa8f6
Merge branch 'release/2.2'
2018-11-02 10:10:49 -07:00
Nate McMaster
c92536a21a
Remove the DependencyInjection submodule
2018-11-02 09:58:20 -07:00
Nate McMaster
5abb3f1f57
Merge branch 'release/2.2'
2018-11-01 14:15:50 -07:00
Justin Kotalik
83fe4c089b
Remove M.A.Server.IIS package from 2.1. Fix signing issues ( #3859 )
2018-11-01 11:30:31 -07:00
Javier Calvarro Nelson
f170981fec
Add auth server package
2018-11-01 11:24:41 -07:00
BrennanConroy
18664f4e63
Remove old redis packages ( #3779 )
2018-10-31 15:43:07 -07:00
Nate McMaster
ba87c3fbd1
Remove Microsoft.AspNetCore.All ( #3761 )
...
This shared framework and metapackage are obsolete. The recommended replacement is Microsoft.AspNetCore.App.
2018-10-31 12:13:05 -07:00
Nate McMaster
908a8b3013
Merge branch 'release/2.2'
2018-10-30 17:18:22 -07:00
Nate McMaster
eb79d8f75e
Remove the EventNotification submodule
2018-10-30 17:10:11 -07:00
Nate McMaster
9b98b5679a
Merge branch 'release/2.2'
2018-10-30 15:43:15 -07:00
Nate McMaster
a705aae147
Merge branch 'release/2.1' into release/2.2
2018-10-30 15:07:46 -07:00
Pranav K
3dcf5a04b8
Remove Microsoft.AspNetCore.Razor.Design
2018-10-30 14:30:23 -07:00
Arthur Vickers
21135444c5
Mark cosmos as ship again for 3.0 ( #3749 )
2018-10-30 09:49:27 -07:00
Nate McMaster
5e4166f940
Merge branch 'release/2.2'
2018-10-29 16:05:19 -07:00
Nate McMaster
546e746c9f
Remove identity service packages from artifacts.props ( #3732 )
2018-10-26 14:07:40 -07:00
Nate McMaster
ee11d10f04
Remove BrowserLink and Scaffolding gitsubmodules ( #3730 )
...
As a part of simplifying the way we build ASP.NET Core, the BrowserLink and Scaffolding repos and the packages they produce will be independent from aspnet/AspNetCore.
2018-10-26 10:17:57 -07:00
Nate McMaster
ae122d9bc0
Include rid-specific runtime packages in the list of artifacts
2018-10-25 14:42:00 -07:00