dotnet-maestro-bot
7d12e6bb13
Updating external dependencies ( #1268 )
...
New versions:
MicrosoftNETCoreDotNetAppHostPackageVersion
MicrosoftNETCoreAppPackageVersion
2018-07-19 17:31:53 -07:00
dotnet-maestro-bot
8260ed6c46
Update to NETCore.App 2.1.3-servicing-26718-02
2018-07-18 19:47:18 -07:00
Smit Patel
e5864f7bef
Merge branch 'release/2.2'
2018-07-16 15:58:31 -07:00
Smit Patel
7c6a60b62b
EFCore: Upgrade IX-Async
2018-07-16 15:28:34 -07:00
Nate McMaster
e69a47f230
Implement patch policies per repo and set default to ProductChangesOnly
...
Our policy since 1.0.0 has been to always cascade version updates in the packages we own. e.g. if Logging has a product change in 2.1.x, then Kestrel, EF Core, Mvc, etc also re-ship with the updated Logging dependency. This has been done for a variety of reasons:
* NuGet does not show updates for transitive dependencies, only direct ones
* NuGet does resolves the lowest compatible transitive dependencies
* ASP.NET Core ships to both .NET Framework (where transitive dependency version matters) and .NET Core (where it matters less if you use the shared framework)
While transitive dependencies is still an important scenario, this practice of always patching has led to bigger issues.
* High probability users will unintentionally upgrade out of the shared framework: #3307
* Conflicts with metapackages that attempt to use exact version constraints: aspnet/Universe#1180
* A quality perception issue: the high volume of new versions in servicing updates with only metadata changes has created the impression that new versions of packages may not be very important. It's also made it appear like there are more issues product than there really are.
* High volume of packages changing with only metadata changes. Of the last 301 packages published in a servicing update, only 11 contained actual changes to the implementation assemblies. (3.5%)
This change implements a system to verify a new, non-cascading versioning policy for servicing updates. This required changes to repos to pin version variables to that matter per-repo,
and to remove some of the restrictions and checks.
Incidentally, this should make defining new patches easier because it automatically determines which packages are or are not patching in the release.
2018-07-12 21:33:50 -07:00
Nate McMaster
683e327637
Pin Microsoft.Extensions.DependencyModel to 2.1.0
2018-07-11 12:11:17 -07:00
Nate McMaster
1aa529ddf6
Merge branch 'release/2.2'
2018-07-10 16:22:44 -07:00
Nate McMaster
d50f75ac21
Merge branch 'release/2.1' into release/2.2
2018-07-10 16:17:44 -07:00
dotnet-maestro-bot
4f81f75777
Updating external dependencies ( #1249 )
2018-07-10 12:45:52 -07:00
dotnet-maestro-bot
dc5b382853
Upgrade to .NET Core 3.0.0-preview1-26710-03 ( #1248 )
2018-07-10 12:04:46 -07:00
dotnet-maestro-bot
867ce87140
Upgrade to .NET Core 3.0.0-preview1-26709-03 ( #1241 )
2018-07-09 18:23:31 -07:00
Nate McMaster
9ad9ada9ea
Pin to the latest stable 2.1.x corefx packages
2018-07-09 18:16:57 -07:00
Nate McMaster
9276602279
Merge branch 'release/2.1' into release/2.2
2018-07-06 13:43:43 -07:00
Nate McMaster
d7721fdff4
Merge branch 'release/2.0' into release/2.1
2018-07-05 20:12:24 -07:00
Nate McMaster
fb7a5b92cc
Merge branch 'release/2.2'
2018-07-05 15:18:12 -07:00
Nate McMaster
fbf445b7b7
Merge branch 'release/2.1' into release/2.2
2018-07-05 15:00:11 -07:00
Nate McMaster
cd449cef2b
Update xunit.runner.visualstudio to 2.4.0-rc.1.build4038
2018-07-05 14:56:52 -07:00
Nate McMaster
71de7a98f5
Merge branch 'release/2.1' into release/2.2
2018-07-05 10:21:51 -07:00
Nate McMaster
55e0fd5677
Fix the version override check for ProdCon builds
2018-07-02 17:02:30 -07:00
Nate McMaster
1895502c48
Update the LZMA to include NETStandard.Library 2.0.3
2018-07-02 16:45:20 -07:00
Justin Kotalik
8b39e98477
Add web.administation to universe ( #1233 )
2018-07-02 13:03:48 -07:00
Nate McMaster
3fdfb217aa
Upgrade NETCore.App to 3.0.0-preview1-26629-04 without updating corefx packages
2018-06-29 18:48:12 -07:00
Nate McMaster
8dcff453d4
Revert corefx package updates
2018-06-29 18:19:36 -07:00
Ryan Brandenburg
5b0f8118ea
Upgrade to .NET Core 3.0.0-preview1-26629-04 ( #1240 )
...
* Upgrade to .NET Core 3.0.0-preview1-26629-04
2018-06-29 16:27:55 -07:00
John Luo
1b0781cf20
Merge branch 'release/2.1' into dev
2018-06-27 16:54:10 -07:00
John Luo
96c5b3c2ae
Update StackExchange.Redis.StrongName version
2018-06-27 15:38:23 -07:00
John Luo
e17f426e92
Update DotnetArchive version
2018-06-27 15:27:28 -07:00
Nate McMaster
91a1d2de50
Add unit tests for the shared framework ( #1228 )
...
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-27 14:56:10 -07:00
Doug Bunting
928a81155e
Add external dependencies used only in MVC benchmarks apps
...
- part of aspnet/Mvc#7805
2018-06-22 16:46:42 -07:00
Chris Ross (ASP.NET)
c2874d923d
Add Microsoft.Internal.AspNetCore.H2Spec.All dependency
2018-06-21 11:21:20 -07:00
John Luo
ea5ed2250d
Pin aspnetcore runtime version for LZMA generation
2018-06-20 18:02:07 -07:00
John Luo
ccfd5f80b7
Pin runtime version for LZMA generation
2018-06-18 20:11:20 -07:00
dotnet-maestro-bot
25b0d25df4
Upgrade to .NET Core 2.2.0-preview1-26618-02 ( #1215 )
2018-06-18 10:48:27 -07:00
dotnet-maestro-bot
02f32d94d4
Upgrade to .NET Core 2.2.0-preview1-26615-02 ( #1213 )
2018-06-15 12:30:44 -07:00
dotnet-maestro-bot
3c9dea12f0
Upgrade to .NET Core 2.2.0-preview1-26614-02 ( #1212 )
2018-06-14 11:45:15 -07:00
dotnet-maestro-bot
ed8c98ce15
Upgrade to .NET Core 2.2.0-preview1-26614-01 ( #1211 )
2018-06-13 23:33:07 -07:00
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
Nate McMaster
c3989f8477
Update to .NET Core App 2.0.9-servicing-26612-03
2018-06-12 15:29:54 -07:00
Nate McMaster
e4e3551a1e
Prepare 2.1.2 patch
2018-06-12 15:18:36 -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
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
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
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
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
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
a39e0b8d6d
Merge branch 'release/2.1' into dev
2018-05-30 17:43:42 -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
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
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
dotnet-maestro-bot
176704fe50
Updating external dependencies ( #1177 )
2018-05-24 07:19:58 -07:00
Nate McMaster
6cf45a4f8a
Prepare the 2.1.1 patch
2018-05-23 15:38:16 -07:00
Nate McMaster
1dea860997
Prepare the 2.0.9 patch
...
Prepare the release/2.0 branch to produce 2.0.9.
2018-05-23 11:18:16 -07:00
dotnet-maestro-bot
61376db9aa
Updating external dependencies ( #1173 )
2018-05-23 10:52:33 -07:00
dotnet-maestro-bot
5c69566b8b
Updating external dependencies ( #1172 )
2018-05-23 07:07:45 -07:00
dotnet-maestro-bot
76bd523092
Updating external dependencies ( #1122 )
2018-05-22 13:03:13 -07:00
N. Taylor Mullen
9817985268
Use VS15.8 Preview 2 version of Roslyn for tooling.
...
- This only impacts Razor tooling scenarios (they rely on the `VSIX_` props here).
2018-05-21 10:49:41 -07:00
dotnet-maestro-bot
bb348bb93c
Updating external dependencies ( #1162 )
2018-05-14 09:41:46 -07:00
dotnet-maestro-bot
8cbc4375d8
Updating external dependencies
2018-05-09 12:08:26 -07:00
Nate McMaster
6beb419a02
Upgrade metapackages, shared framework, and installers to netcoreapp2.2
2018-05-09 11:51:06 -07:00
dotnet-maestro-bot
904626800a
Updating external dependencies ( #1157 )
2018-05-08 21:11:52 -07:00
Nate McMaster
fd9ee2f4b2
Merge tag '2.0.8' into release/2.0
2018-05-08 13:14:51 -07:00
Ryan Brandenburg
6f211b9bbf
Use rc1
2018-05-07 14:58:18 -07:00
Ryan Brandenburg
7e35c9f909
Include MicrosoftNETCoreApp22packageVersion
2018-05-07 14:58:18 -07:00
Ryan Nowak
bc58489935
Bump Roslyn version to 2.8.0
...
(cherry picked from commit db39d7e0e0 )
(cherry picked from commit 0c7d7d2e1d )
2018-05-07 12:47:31 -07:00
Ryan Nowak
0c7d7d2e1d
Bump Roslyn version to 2.8.0
...
(cherry picked from commit db39d7e0e0 )
2018-05-07 12:08:55 -07:00
dotnet-maestro-bot
93186e4118
Updating external dependencies ( #1144 )
2018-05-07 09:59:08 -07:00
Ryan Nowak
59b166c98e
fix build break. These packages got renamed and it was out of sync
2018-05-07 09:21:18 -07:00
Ryan Nowak
367aa2f76d
fix build break. These packages got renamed and it was out of sync
2018-05-07 09:18:37 -07:00
Ryan Nowak
025f9695f9
Update polly dependencies
...
(cherry picked from commit b520569f23 )
2018-05-07 08:55:31 -07:00
Ryan Nowak
b520569f23
Update polly dependencies
2018-05-07 08:40:03 -07:00
Ryan Nowak
b80c0226b3
Revert "Bump Roslyn version to 2.8.0"
...
This reverts commit db39d7e0e0 .
2018-05-04 17:07:55 -07:00
Ryan Nowak
9014cf0df0
Revert "Bump Roslyn version to 2.8.0"
...
This reverts commit 3c53d4d44b .
2018-05-04 17:07:08 -07:00
Ryan Nowak
3c53d4d44b
Bump Roslyn version to 2.8.0
...
(cherry picked from commit db39d7e0e0 )
2018-05-04 16:11:46 -07:00
Ryan Nowak
db39d7e0e0
Bump Roslyn version to 2.8.0
2018-05-04 16:07:19 -07:00
Pavel Krymets
b4b85fa841
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-05-04 09:49:06 -07:00
Pavel Krymets
cf0c11c2ca
Update AzureServicesAppAuthentication to 1.0.1 ( #1143 )
2018-05-04 09:47:45 -07:00
Pavel Krymets
57593543c4
Make AzureKeyVault.HostingStartup shipping and update dependency version ( #1142 )
2018-05-04 09:47:06 -07:00
dotnet-maestro-bot
fed0f11d77
Updating external dependencies to latest prodcon build
2018-05-03 19:27:59 -07:00
Nate McMaster
3ee6600ede
Merge branch 'release/2.1' into dev
2018-05-02 17:36:42 -07:00
Nate McMaster
fd9a93a35a
Upgrade to SQLitePCLRaw 1.1.11 ( #1134 )
...
This contains support for the linux-musl-x64 RID.
2018-05-02 17:35:46 -07:00
Nate McMaster
4136039271
Merge branch 'release/2.1' into dev
2018-05-02 12:22:38 -07:00
Pavel Krymets
ad4cf2a1dc
Update MicrosoftAzureServicesAppAuthenticationPackageVersion to stable ( #1127 )
2018-05-01 08:43:44 -07:00
Nate McMaster
43cd223f2f
Revert "Update to .NET Core 2.2.0-preview1-26425-02"
...
This reverts commit a375ac31a4 .
2018-04-25 09:52:49 -07:00
Nate McMaster
a375ac31a4
Update to .NET Core 2.2.0-preview1-26425-02
2018-04-25 08:46:39 -07:00
Ryan Brandenburg
43b52b6933
Updating external dependencies
2018-04-24 12:22:35 -07:00
Nate McMaster
1d3ecc1386
Update dependencies to ProdCon build 20180423-01-1621379
2018-04-24 08:49:39 -07:00
Nate McMaster
961bf7f272
Merge branch release/2.1 into dev
2018-04-23 17:43:22 -07:00
Nate McMaster
a293d2c187
Update to NETStandard.Library 2.0.3 ( #1099 )
2018-04-23 16:55:55 -07:00