aspnetcore/src
Nate McMaster a9c358bbbd
Build MSI installers for targeting pack (#7726)
Part of #6501 

This adds a new Windows installer for the targeting pack. It places *.dll and *.xml (docs) in `[DOTNETHOME]\packs\Microsoft.AspNetCore.App.Ref\$(version)\ref\netcoreapp3.0`.

Outputs:
* aspnetcore-targeting-pack-$(version).zip
* aspnetcore-targeting-pack-$(version)-win-x64.exe (defaults to C:\Program Files\dotnet)
* aspnetcore-targeting-pack-$(version)-win-x86.exe (defaults to C:\Program Files (x86)\dotnet)

These all include the same files. These are meant to be bundled in the .NET Core SDK installer, but can be launched directly too.
2019-02-19 16:28:08 -08:00
..
Antiforgery
Azure
Components Add missing conversions on EventCallbackFactory 2019-02-19 15:48:16 -08:00
DataProtection
DefaultBuilder
Features/JsonPatch
Framework Build MSI installers for targeting pack (#7726) 2019-02-19 16:28:08 -08:00
Hosting Place limits on model binding collection size and recursion depth (#7214) 2019-02-19 15:17:56 -08:00
Html/Abstractions
Http Add test for HTTP method metadata order (#7225) 2019-02-18 09:20:12 +13:00
Identity
Installers Build MSI installers for targeting pack (#7726) 2019-02-19 16:28:08 -08:00
Middleware Place limits on model binding collection size and recursion depth (#7214) 2019-02-19 15:17:56 -08:00
MusicStore Updated missed slns 2019-02-14 17:35:48 -08:00
Mvc Improve service reference filenames and class names (#7447) 2019-02-19 16:05:54 -08:00
ProjectTemplates [Design] Harden template package installer and fix name (#7624) 2019-02-19 14:41:59 -08:00
Razor
Security
Servers Place limits on model binding collection size and recursion depth (#7214) 2019-02-19 15:17:56 -08:00
Shared Skip HttpSys.Https tests on Helix Internal/#1816 (#7578) 2019-02-15 12:33:23 -08:00
SignalR Ignore unexpected stream items and completions from client (#7511) 2019-02-19 15:25:50 -08:00
SiteExtensions
Tools
submodules