Commit Graph

1021 Commits

Author SHA1 Message Date
dotnet-maestro-bot f1fac6c7d4 Upgrade to .NET Core 2.2.0-preview1-26613-06 (#1209) 2018-06-13 12:47:39 -07:00
dotnet-maestro-bot 1063f95fe7 Upgrade to .NET Core 2.2.0-preview1-26613-01 (#1208) 2018-06-13 07:48:56 -07:00
dotnet-maestro-bot 6345cfd098 Upgrade to .NET Core 2.2.0-preview1-26612-04 (#1206) 2018-06-12 16:00:26 -07:00
dotnet-maestro-bot 38e7104b2e Upgrade to .NET Core 2.2.0-preview1-26609-01 (#1205) 2018-06-09 10:06:15 -07:00
Nate McMaster 10dff2410f
Fix tests on linux-musl-x64 2018-06-08 16:58:48 -07:00
Mikael Mengistu d3ceb777ef
Adding Microsoft.AspNetCoreSignalR.Specification.Tests (#1204) 2018-06-08 16:30:58 -07:00
John Luo f0b5f73c73 Merge branch 'release/2.1' into dev 2018-06-08 11:24:44 -07:00
John Luo 25bbb466db Create compressed delta lzma for antares
- The delta lzma is packaged as a zip
- Only new content that's not present in the LKG lzma is included
- Xmls are removed
2018-06-08 11:08:09 -07:00
Nate McMaster b1b92385c0
Add unit tests for the shared framework
Changes:
* Add a test project with simple unit tests for the shared framework
* Add root-level Directory.Build.props/targets files
* Cleanup .csproj files to reduce duplication
2018-06-08 10:33:31 -07:00
Nate McMaster ca73b4aa18
Merge branch 'release/2.1' into dev 2018-06-08 10:30:32 -07:00
Nate McMaster 9a7ca64138
Gather and merge sign requests from repo builds 2018-06-07 12:06:06 -07:00
Nate McMaster 2037090030
Revert "Adding Microsoft.AspNetCore.SignalR.Specification.Tests (#1202)"
This reverts commit 707f6b3e28.
2018-06-07 11:57:41 -07:00
Nate McMaster cf24fb23e7
Fix bug in generating .version file in the shared frameworks 2018-06-07 11:42:27 -07:00
Mikael Mengistu 707f6b3e28
Adding Microsoft.AspNetCore.SignalR.Specification.Tests (#1202) 2018-06-07 10:33:41 -07:00
dotnet-maestro-bot e80a6f0f05 Upgrade to .NET Core 2.2.0-preview1-26604-04 (#1196)
New versions:
    MicrosoftExtensionsDependencyModelPackageVersion
    MicrosoftNETCoreAppPackageVersion
    MicrosoftNETCoreDotNetAppHostPackageVersion
2018-06-07 08:29:11 -07:00
Nate McMaster e1f56d1cae
Consume a new version of System.Net.WebSockets.WebSocketProtocol 2018-06-06 15:25:33 -07:00
Nate McMaster 1c3245abc8
List external dependency for Microsoft.NETCore.DotNetAppHost 2.1.0 2018-06-05 18:32:35 -07:00
Nate McMaster 2a63b00218
Remove dependency on PreinstallBundledPackages target 2018-06-05 18:15:39 -07:00
Nate McMaster a373d7e5d7
React to changes in corefx
New package versions incoming to this patch causes a cascading change to preserve transitive dependencies

* System.Data.SqlClient
* System.Memory
* System.Runtime.CompilerServices.Unsafe
* System.Threading.Tasks.Extensions
2018-06-05 09:19:06 -07:00
Nate McMaster 451c7036a6
Merge branch 'release/2.1' into dev 2018-06-04 13:05:46 -07:00
Nate McMaster 6586c921f0
Fix compiler error introduced by merge conflict 2018-06-04 10:39:30 -07:00
dotnet-maestro-bot afbd7d4ef3 Upgrade to .NET Core 2.2.0-preview1-26604-01 2018-06-04 08:42:14 -07:00
dotnet-maestro-bot 168be585d6 Upgrade to .NET Core 2.2.0-preview1-26603-04 2018-06-03 20:36:16 -07:00
Nate McMaster d5d1246c46
Fixup bad changes from merge 2018-06-01 17:16:43 -07:00
Nate McMaster ca4e81b975
Merge branch 'release/2.0' into release/2.1 2018-06-01 17:08:08 -07:00
Nate McMaster 5fc61022bc
Don't expect the site extension zip to exist in build output if AzureIntegration is not patching 2018-05-31 22:52:09 -07:00
Nate McMaster a03ef8b5f5
Merge branch 'release/2.1' into dev 2018-05-31 17:56:48 -07:00
Nate McMaster 5f0b4e1322
Refactor property names for computing .deb/.rpm file names and dependencies 2018-05-31 17:49:19 -07:00
dotnet-maestro-bot 6dbe179476 Upgrade to NETCore.App 2.2.0-preview1-26531-03 (#1184) 2018-05-31 16:24:02 -07:00
Nate McMaster b8d742a850
Merge branch 'release/2.1' into dev 2018-05-31 15:13:55 -07:00
Nate McMaster c801671fbf
Stop producing old-style rpm/deb installers (#1191) 2018-05-31 15:01:28 -07:00
Nate McMaster f9e6ebfd51
Merge branch 'release/2.1' into dev 2018-05-31 12:42:06 -07:00
Nate McMaster 309e9e3077
Widen dependency version range on Microsoft.AspNetCore.App to allow patch updates (#1186)
Originally, we thought using exact version ranges on the dependencies of Microsoft.AspNetCore.App
would help protect consumers from lifting binaries out of the shared framework. However,
this makes it difficult for consumers to use packages that share a dependency with .App.
When users tried to mix Microsoft.EntityFramework.SQLite 2.1.1 with Microsoft.AspNetCore.App 2.1.0,
NuGet errors and warnings made it difficult to reason about what was wrong, and how to resolve it.

This changes the dependency version range to allow uses to upgrade within the major.minor patch family
without needing to override NuGet warnings. This removes some of the protections against users
unintentionally lifting to a binary newer than the shared framework, however, after lots of discussion,
we believe this is a better user experience.
2018-05-31 12:40:52 -07:00
Nate McMaster d6017ab253
Remove Proxy and WebHooks from explicit build order list 2018-05-30 18:06:07 -07:00
Nate McMaster a39e0b8d6d
Merge branch 'release/2.1' into dev 2018-05-30 17:43:42 -07:00
Nate McMaster 4935711bce
Add trailing slash to <DotNetAssetRootUrl> 2018-05-30 17:13:42 -07:00
Nate McMaster f126871a4c
[2.1.x] Remove WebHooks and Proxy from servicing (#1189)
These repos do not produce packages that will ship in 2.1.x.
2018-05-30 15:16:22 -07:00
Nate McMaster da8ca36fe8
Pin to stable 2.1.0 corefx packages (#1188)
* Pin to stable 2.1.0 corefx packages
* Ensures ProdCon overrides passed to us match our expectations about which variables will be set
2018-05-30 13:42:36 -07:00
Nate McMaster 71fb3b2f6a
Fix version coherence check to filter out non-package artifacts 2018-05-30 11:34:03 -07:00
Nate McMaster faf600ce71
Fixup the effect of cascading versions (#1187)
The PR #1175 was incomplete. This fixes the cascading effect of patching to 2.1.1

Changes:
 - add CheckRepoGraph (ported directly from the release/2.0 branch)
 - Update submodules
2018-05-30 10:58:10 -07:00
John Luo 9459a73784 Merge branch 'release/2.1' into dev 2018-05-29 17:11:35 -07:00
John Luo 3c72da941f Update WebApi.Client package version 2018-05-29 16:49:33 -07:00
Nate McMaster 81355b508b
Add Razor to the list of patching repos 2018-05-29 13:51:42 -07:00
Doug Bunting 0a257ed86d
Add Microsoft.AspNetCore.WebHooks.Receivers.AzureContainerRegistry package
- react to aspnet/WebHooks@b69532741f
2018-05-29 11:27:45 -07:00
dotnet-maestro-bot 0769734e67 Update to NETCore.App 2.2.0-preview1-26529-01 (#1183) 2018-05-29 08:57:29 -07:00
dotnet-maestro-bot 75b479eace Updating NETCore.App to 2.2.0-preview1-26526-03 (#1182) 2018-05-26 12:36:18 -07:00
dotnet-maestro-bot eb175b8291 Updating external dependencies (#1181) 2018-05-25 10:46:14 -07:00
Nate McMaster ff5b69fd5e
Updating external dependencies (#1179) 2018-05-25 09:03:47 -07:00
Nate McMaster ebb81670b4
Revert "Updating external dependencies (#1179)"
This reverts commit 4e41cf6a84.
2018-05-25 09:00:00 -07:00
dotnet-maestro-bot 4e41cf6a84 Updating external dependencies (#1179) 2018-05-24 23:41:54 -07:00