dotnet-maestro[bot]
d0f09018c0
[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime ( #28087 )
...
[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime
- Merge branch 'release/5.0' into darc-release/5.0-d4478e43-6d04-47a1-8a7c-c6c2dcd90d64
- Tweak tests
- Remove Extensions.Internal.Transport from Runtime
- Microsoft.AspNetCore.App.Runtime project does not expect compilation-only references
- !fixup! Rearrange a `Condition`
- slight change to 49cc13cb5ac6 workaround
- Do not compile against assemblies with newer assembly versions
- avoid problems with e.g. System.Extensions.DependencyInjection in 5.0.1
- Revert "Remove package version pinning for ref/ assemblies in servicing (#25851 )"
- dotnet/runtime assembly versions are unexpectedly changing in servicing
This reverts commit bfc1ec6792 .
- Update `SharedFxTests` to handle dotnet/runtime version changes
- assemblies with non-0.0 versions end up in Microsoft.AspNetCore.App
- future-proofs these tests because more dotnet/runtime versions may change
- !fixup! Revert of bfc1ec6792 messed up `RepoTasks`
- need the RTM-versioned packages on all platforms
- we only target `net472` on Windows
2020-11-30 03:46:55 +00:00
Pranav K
5c1f6ffc8c
Update compiler version to 3.8.0 ( #28125 )
...
Razor requires referencing two different versions of Roslyn
Razor compiler (rzc) that ships as part of the SDK. rzc ships copies of compiler binaries (Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.Common).
Razor runtime compilation is shipped as a NuGet package and needs to reference a version of Roslyn that ships as a NuGet package.
Roslyn doesn't follow the runtime ship schedule so to reliably the 2nd item, ASP.NET Core manually updates this package version. As part of 5.0.1, it was discovered that there's two different versions of these binaries in the SDK (a 3.8.0 version carried by the compiler and a 3.7.0 version carried by Razor). This is a bit vexxing, more so in source build which only builds the newer version.
Fixes #28096
Description
Update the Roslyn version referenced by Razor to 3.8.0
Customer impact
Razor compilation uses a newer version of the compiler consistent with the rest of the SDK.
Users updating to the 5.0.1 version of runtime compilation package will now use a newer version of the compiler. While it's slightly unusual to update a reference by a minor version as part of a patch release, we do not see users taking a hard dependency on the compiler version to be affected by this.
Regression
No
Risk
Low.
2020-11-24 19:38:35 -08:00
Matt Mitchell
4b46b26896
[release/5.0] Fixup 5.0.0 Package shas to be 5.0 RTM ( #27915 )
...
* Fixup 5.0.0 Package shas to be 5.0 RTM
* Fixup
Co-authored-by: William Godbe <wigodbe@microsoft.com>
2020-11-23 11:29:52 -08:00
dotnet-maestro[bot]
cdd67cb443
Update dependencies from https://github.com/dotnet/runtime build 20201120.12 ( #28043 )
...
[release/5.0] Update dependencies from dotnet/runtime
2020-11-21 05:28:23 +00:00
dotnet-maestro[bot]
d14b644036
[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime ( #27916 )
...
[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime
- Merge branch 'release/5.0' into darc-release/5.0-791b1942-3e97-4e92-ac7c-8a0d7da35321
2020-11-20 16:42:38 +00:00
Safia Abdalla
222a218187
Bump Selenium dependency versions ( #27947 ) ( #28001 )
...
* Bump Selenium dependency versions (#27947 )
* Fix up package references for Selenium deps
2020-11-19 17:24:52 -08:00
dotnet-maestro[bot]
becdf3b27d
[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime ( #27827 )
...
[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime
- Return to RTM version of a package
- dotnet/runtime is not currently producing a useful Microsoft.Extensions.Internal.Transport
- quickest way to ignore the bad stuff is to pin the package here
- Update eng/Version.Details.xml
- Update eng/Version.Details.xml
- Update eng/Version.Details.xml
- Unpin Microsoft.Extensions.Internal.Transport
2020-11-17 02:17:36 +00:00
dotnet-maestro[bot]
a3cef5f604
[release/5.0] Update dependencies from dotnet/arcade ( #27683 )
...
[release/5.0] Update dependencies from dotnet/arcade
- Merge branch 'release/5.0' into darc-release/5.0-2a6d939a-e51f-4bb6-bbbd-50a66b29c1e7
2020-11-12 19:46:20 +00:00
William Godbe
c0edc35406
Update 3.1 SiteExtensions version ( #27691 )
2020-11-11 11:58:35 -08:00
dotnet-maestro[bot]
c2e75cb822
[release/5.0] Update dependencies from dotnet/efcore ( #27684 )
...
[release/5.0] Update dependencies from dotnet/efcore
2020-11-11 04:57:25 +00:00
Doug Bunting
a986885bc8
Revert "Update dependencies from https://github.com/dotnet/runtime build 20201029.3 ( #27353 )" ( #27697 )
...
- do _not_ restore feeds in NuGet.config that aren't needed post-release
This reverts commit bc6c953506 .
2020-11-10 19:05:04 -08:00
Doug Bunting
352ad1a980
Rebrand and update for 5.0.1 ( #27406 )
...
* Move to 5.0.1 versions
* Move to GA .NET SDK
- required for some tests to pass
* Remove feeds that won't be needed after 5.0.0 is GA
* Cherry-pick `$(CrossgenOutput)` and Directory.Build.*.in changes from master
- [master] Update dependencies from dotnet/runtime dotnet/efcore (#26788 )
- 219ecd688012
- when project template tests run test assets, need latest shared Fx bits
- hit `BadImageFormatException`s otherwise
- test projects build against uploaded packages
- those packages reference the 5.0.1 shared framework
- the ASP.NET parts of the 5.0.1 shared Fx are `crossgen`ed to target Windows
- Use runtime and ref/ assemblies matching repo in Helix testing
- add Directory.Build.*.in files based on project template test infrastructure
- use files as import boundary where the project doesn't create its own Directory.Build.* files
- ensure `dotnet-watch` tests also use the latest runtime and ref/ assemblies
- Extend Helix Directory.Build.* workarounds
- generate Directory.Build.* files when restoring any projects
- include generated files in Helix runs needing the latest runtime
- copy generated files when testing `dotnet-watch` locally
- include generated content in Microsoft.NET.Sdk.BlazorWebAssembly.IntegrationTests test assets
- remove duplicate settings from existing Directory.Build.* files
- ensure shared framework and targeting packs are laid out under .dotnet/ before test assets restore
- Disable `crossgen` when building for Helix runs
- make `$(CrossgenOutput)` property override-able
- use override in CI jobs that submit to other platforms
- for now, leave the ARM64 Helix jobs alone (build on Ubuntu, run in Debian)
* Correct an `$(IsTestAssetProject)` setting
- affected projects are all test assets or provide test support
- without this, a number of the projects are incorrectly marked as shipping
* Baseline released 5.0.0 packages
- this is a complete rewrite of eng/Baseline.xml
- based on the 5.0.0 MergedManifest.xml file
* Add 5.0.0 PackageOverrides.txt and PlatformManifest.txt files
- need consistent versions when servicing targeting packs
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
2020-11-10 09:51:47 -08:00
dotnet-maestro[bot]
bc6c953506
Update dependencies from https://github.com/dotnet/runtime build 20201029.3 ( #27353 )
...
System.ComponentModel.Annotations , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Http , Microsoft.Extensions.Configuration.Xml , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Security.Cryptography.Pkcs , System.Security.Cryptography.Xml , System.Security.Permissions , System.Security.Principal.Windows , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Security.Cryptography.Cng , System.Runtime.CompilerServices.Unsafe , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , System.DirectoryServices.Protocols , System.Drawing.Common , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Resources.Extensions , System.IO.Pipelines
From Version 5.0.0 -> To Version 5.0.0
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-10-29 12:38:54 -07:00
dotnet-maestro[bot]
074069f9c9
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore ( #27063 )
...
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
2020-10-21 05:07:12 +00:00
dotnet-maestro[bot]
145c51bf60
Update dependencies from https://github.com/dotnet/runtime build 20201017.6 ( #27013 )
...
[release/5.0] Update dependencies from dotnet/runtime
2020-10-17 23:52:47 +00:00
dotnet-maestro[bot]
5f2390b990
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore ( #26944 )
...
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
2020-10-15 22:33:37 +00:00
Safia Abdalla
73690b27ae
Update Microsoft.Identity.Web packages to pick up bugfixes ( #26652 )
2020-10-15 10:51:24 -07:00
dotnet-maestro[bot]
bf288c40b3
Update dependencies from https://github.com/dotnet/runtime build 20201014.6 ( #26909 )
...
System.ComponentModel.Annotations , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Http , Microsoft.Extensions.Configuration.Xml , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.Win32.SystemEvents , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Security.Cryptography.Pkcs , System.Security.Cryptography.Xml , System.Security.Permissions , System.Security.Principal.Windows , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Security.Cryptography.Cng , System.Runtime.CompilerServices.Unsafe , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , System.DirectoryServices.Protocols , System.Drawing.Common , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Resources.Extensions , System.IO.Pipelines
From Version 5.0.0 -> To Version 5.0.0
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-10-14 22:53:25 +00:00
dotnet-maestro[bot]
45c02cd347
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore ( #26873 )
...
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
2020-10-14 21:47:17 +00:00
dotnet-maestro[bot]
aa50176707
[release/5.0] Update dependencies from dotnet/arcade ( #26817 )
...
[release/5.0] Update dependencies from dotnet/arcade
- `NETCOREAPP5_0` -> `NET5_0`
- Add PublishIISAssets To Fix Test
2020-10-14 04:35:26 +00:00
dotnet-maestro[bot]
3f18586cf8
Update dependencies from https://github.com/dotnet/runtime build 20201012.4 ( #26851 )
...
[release/5.0] Update dependencies from dotnet/runtime
2020-10-13 18:17:44 +00:00
Doug Bunting
16543d4716
Stabilize package Versions for 5.0.0 ( #26650 )
...
- remove `$(DisableServicingFeatures)` property; `$(IsServicingBuild)` works now
2020-10-12 15:03:47 -07:00
dotnet-maestro[bot]
944c964339
Update dependencies from https://github.com/dotnet/efcore build 20201012.2 ( #26816 )
...
Microsoft.EntityFrameworkCore.Tools , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer
From Version 5.0.0-rtm.20509.3 -> To Version 5.0.0
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-10-12 12:54:27 -07:00
dotnet-maestro[bot]
b2175f1141
Update dependencies from https://github.com/dotnet/runtime build 20201010.7 ( #26792 )
...
[release/5.0] Update dependencies from dotnet/runtime
2020-10-11 18:36:00 +00:00
dotnet-maestro[bot]
d694724475
Update dependencies from https://github.com/dotnet/efcore build 20201009.3 ( #26764 )
...
[release/5.0] Update dependencies from dotnet/efcore
2020-10-10 01:04:07 +00:00
dotnet-maestro[bot]
af0939aa30
Update dependencies from https://github.com/dotnet/runtime build 20201009.6 ( #26755 )
...
[release/5.0] Update dependencies from dotnet/runtime
2020-10-09 22:22:41 +00:00
dotnet-maestro[bot]
d7dcac32f6
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore ( #26732 )
...
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
2020-10-09 14:28:18 +00:00
dotnet-maestro[bot]
8f75023d16
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore ( #26722 )
...
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
2020-10-09 04:47:07 +00:00
dotnet-maestro[bot]
5995774f8c
Update dependencies from https://github.com/dotnet/efcore build 20201008.5 ( #26721 )
...
[release/5.0] Update dependencies from dotnet/efcore
2020-10-09 01:38:49 +00:00
dotnet-maestro[bot]
2fec54f539
Update dependencies from https://github.com/dotnet/efcore build 20201008.4 ( #26717 )
...
[release/5.0] Update dependencies from dotnet/efcore
2020-10-09 00:27:57 +00:00
dotnet-maestro[bot]
fb8ffbecda
Update dependencies from https://github.com/dotnet/runtime build 20201008.4 ( #26710 )
...
[release/5.0] Update dependencies from dotnet/runtime
2020-10-08 22:24:08 +00:00
dotnet-maestro[bot]
f35b9c243b
Update dependencies from https://github.com/dotnet/efcore build 20201008.1 ( #26703 )
...
[release/5.0] Update dependencies from dotnet/efcore
2020-10-08 19:32:00 +00:00
dotnet-maestro[bot]
95b05188da
[release/5.0] Update dependencies from dotnet/arcade dotnet/runtime ( #26694 )
...
[release/5.0] Update dependencies from dotnet/arcade dotnet/runtime
2020-10-08 16:57:59 +00:00
dotnet-maestro[bot]
8f17d4a6bd
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore ( #26639 )
...
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
2020-10-08 00:25:01 +00:00
dotnet-maestro[bot]
503ab6de61
[release/5.0] Update dependencies from dotnet/efcore ( #26623 )
...
[release/5.0] Update dependencies from dotnet/efcore
2020-10-06 17:56:21 +00:00
James Newton-King
51c63c4c67
Update gRPC template package to 2.32.0 ( #26621 )
2020-10-06 10:43:52 -07:00
dotnet-maestro[bot]
a3767eedb0
Update dependencies from https://github.com/dotnet/efcore build 20201002.6 ( #26569 )
...
[release/5.0] Update dependencies from dotnet/efcore
2020-10-03 04:09:21 +00:00
dotnet-maestro[bot]
9bfe5a8760
Update dependencies from https://github.com/dotnet/runtime build 20201002.8 ( #26568 )
...
[release/5.0] Update dependencies from dotnet/runtime
2020-10-03 01:46:56 +00:00
dotnet-maestro[bot]
ec9cfe1e5e
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore ( #26551 )
...
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore
2020-10-03 00:03:28 +00:00
John Luo
6f6e19240f
Update to Identity.Web RTM versions ( #26511 )
2020-10-02 13:53:04 -07:00
dotnet-maestro[bot]
242701ca40
Update dependencies from https://github.com/dotnet/efcore build 20201002.1 ( #26532 )
...
[release/5.0] Update dependencies from dotnet/efcore
2020-10-02 11:32:58 +00:00
dotnet-maestro[bot]
0c77189d4b
[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime ( #26517 )
...
[release/5.0] Update dependencies from dotnet/efcore dotnet/runtime
2020-10-02 07:53:39 +00:00
dotnet-maestro[bot]
3fc1e62d3f
[release/5.0] Update dependencies from dotnet/runtime dotnet/efcore dotnet/arcade ( #26502 )
...
* Update dependencies from https://github.com/dotnet/runtime build 20200929.8
System.ComponentModel.Annotations , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Logging , Microsoft.Extensions.Primitives , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Http , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.Xml , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , Microsoft.Win32.SystemEvents , System.Diagnostics.DiagnosticSource , System.Security.Cryptography.Pkcs , System.Security.Cryptography.Xml , System.Security.Permissions , System.Security.Principal.Windows , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Security.Cryptography.Cng , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Diagnostics.EventLog , System.DirectoryServices.Protocols , System.Drawing.Common , System.Runtime.CompilerServices.Unsafe , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Resources.Extensions
From Version 5.0.0-rc.2.20475.5 -> To Version 5.0.0-rtm.20479.8
* Update dependencies from https://github.com/dotnet/efcore build 20200929.2
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-rtm.20479.1 -> To Version 5.0.0-rtm.20479.2
* Update dependencies from https://github.com/dotnet/efcore build 20200929.3
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-rtm.20479.2 -> To Version 5.0.0-rtm.20479.3
* Update dependencies from https://github.com/dotnet/arcade build 20200928.3
Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
From Version 5.0.0-beta.20474.4 -> To Version 5.0.0-beta.20478.3
* Update dependencies from https://github.com/dotnet/runtime build 20200930.7
System.ComponentModel.Annotations , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Logging , Microsoft.Extensions.Primitives , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Http , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.Xml , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.Extensions.Hosting , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.Platforms , Microsoft.Win32.Registry , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , Microsoft.Win32.SystemEvents , System.Diagnostics.DiagnosticSource , System.Security.Cryptography.Pkcs , System.Security.Cryptography.Xml , System.Security.Permissions , System.Security.Principal.Windows , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Security.Cryptography.Cng , System.Text.Json , System.Threading.Channels , System.Windows.Extensions , System.Diagnostics.EventLog , System.DirectoryServices.Protocols , System.Drawing.Common , System.Runtime.CompilerServices.Unsafe , System.IO.Pipelines , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.Resources.Extensions
From Version 5.0.0-rtm.20479.8 -> To Version 5.0.0-rtm.20480.7
* Update dependencies from https://github.com/dotnet/runtime build 20200930.9
System.ComponentModel.Annotations , Microsoft.Win32.SystemEvents , Microsoft.Win32.Registry , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Configuration , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Logging.EventLog , Microsoft.Extensions.Logging.EventSource , Microsoft.Extensions.Logging.TraceSource , Microsoft.Extensions.Options , Microsoft.Extensions.Options.ConfigurationExtensions , Microsoft.Extensions.Internal.Transport , Microsoft.Extensions.Options.DataAnnotations , Microsoft.Extensions.Primitives , Microsoft.Extensions.Http , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Hosting , Microsoft.Extensions.Caching.Abstractions , Microsoft.Extensions.Caching.Memory , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Binder , Microsoft.Extensions.Configuration.CommandLine , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.FileExtensions , Microsoft.Extensions.Configuration.Ini , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.Configuration.UserSecrets , Microsoft.Extensions.Configuration.Xml , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileProviders.Composite , Microsoft.Extensions.FileProviders.Physical , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.HostFactoryResolver.Sources , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.NETCore.BrowserDebugHost.Transport , Microsoft.NETCore.App.Internal , Microsoft.NETCore.App.Ref , System.Security.Cryptography.Cng , System.Security.Cryptography.Pkcs , System.Security.Cryptography.Xml , System.Security.Permissions , System.Security.Principal.Windows , System.ServiceProcess.ServiceController , System.Text.Encodings.Web , System.Threading.Channels , System.Windows.Extensions , System.Text.Json , System.Runtime.CompilerServices.Unsafe , System.Resources.Extensions , System.Diagnostics.DiagnosticSource , System.Diagnostics.EventLog , System.DirectoryServices.Protocols , System.Drawing.Common , System.Net.Http.Json , System.Net.Http.WinHttpHandler , System.Net.WebSockets.WebSocketProtocol , System.Reflection.Metadata , System.IO.Pipelines
From Version 5.0.0-rtm.20480.7 -> To Version 5.0.0-rtm.20480.9
* Update dependencies from https://github.com/dotnet/efcore build 20200930.4
Microsoft.EntityFrameworkCore.Tools , Microsoft.EntityFrameworkCore.SqlServer , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.InMemory
From Version 5.0.0-rtm.20479.3 -> To Version 5.0.0-rtm.20480.4
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-10-01 16:02:48 -07:00
dotnet-maestro[bot]
0f7e8ec979
[release/5.0] Update dependencies from dotnet/efcore ( #26404 )
...
[release/5.0] Update dependencies from dotnet/efcore
- Merge branch 'release/5.0' into darc-release/5.0-cd3ac28b-1262-4c6f-889e-95f85fe56750
2020-10-01 17:57:55 +00:00
msftbot[bot]
99d1089946
Merge pull request #26439 from dotnet-maestro-bot/merge/release/5.0-rc2-to-release/5.0
...
[automated] Merge branch 'release/5.0-rc2' => 'release/5.0'
2020-09-29 22:36:45 +00:00
Javier Calvarro Nelson
bca44b6bfa
Update identity server versions ( #26405 )
2020-09-29 11:10:15 -07:00
Pranav K
90f4cdad9e
Update Swashbuckle.AspNetCore package version to 5.6.3 ( #26391 )
...
Fixes #26301
As part of 5.0-preview8, we added Swashbuckle to ASP.NET Core's API project templates. Swashbuckle's developer
team has been active of late and has issued a new minor version that has enhancements and bug fixes. We'd like
to pick this up.
Users currently see a package update prompt on a brand new template. Missing useful bug fixes with the current version.
No
Low. This a minor version update that is recommended by Swashbuckle. I verified the update locally, our tests verify that the template builds and is usable with this change.
We have CTI coverage for end-to-end scenarios with Swashbuckle.
2020-09-28 15:46:58 -07:00
dotnet-maestro[bot]
9df997c89e
Update dependencies from https://github.com/dotnet/arcade build 20200924.4 ( #26380 )
...
[release/5.0] Update dependencies from dotnet/arcade
2020-09-28 17:27:40 +00:00
dotnet-maestro[bot]
25bd01f17d
Update dependencies from https://github.com/dotnet/efcore build 20200925.6 ( #26350 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-26 06:46:21 +00:00
dotnet-maestro[bot]
6c40689d1a
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime ( #26342 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime
2020-09-26 02:44:41 +00:00
dotnet-maestro[bot]
5fe40f1216
Update dependencies from https://github.com/dotnet/runtime build 20200924.11 ( #26336 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime
2020-09-25 22:06:18 +00:00
Pranav K
fe23ee757c
Reorganize Versions files to indicate compilers is not automated ( #26329 )
2020-09-25 14:41:39 -07:00
Doug Bunting
40cc4e4a3d
Update branding to 5.0.0-rtm
2020-09-25 14:15:08 -07:00
dotnet-maestro[bot]
284a270583
Update dependencies from https://github.com/dotnet/efcore build 20200924.5 ( #26309 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-25 03:30:44 +00:00
dotnet-maestro[bot]
06dad454d8
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime ( #26293 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime
2020-09-25 01:31:21 +00:00
dotnet-maestro[bot]
61d740ba61
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime ( #26263 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime
2020-09-24 20:31:55 +00:00
dotnet-maestro[bot]
230daab5b6
Update dependencies from https://github.com/dotnet/runtime build 20200923.9 ( #26260 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime
2020-09-24 05:43:18 +00:00
dotnet-maestro[bot]
650bbeb8f5
Update dependencies from https://github.com/dotnet/efcore build 20200923.5 ( #26257 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-24 03:26:21 +00:00
dotnet-maestro[bot]
82fea485ed
Update dependencies from https://github.com/dotnet/runtime build 20200923.5 ( #26251 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime
2020-09-24 01:22:12 +00:00
dotnet-maestro[bot]
1564ca328c
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore ( #26209 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore
- Use non-obsolete `GetColumnName(...)` overload
- react to EF breaking change
- Add missing `using`
2020-09-23 23:25:06 +00:00
dotnet-maestro[bot]
7caa0d43d1
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore ( #26208 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore
2020-09-23 02:25:38 +00:00
dotnet-maestro[bot]
40cbbfbcb9
[release/5.0-rc2] Update dependencies from dotnet/efcore ( #26200 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-23 00:23:11 +00:00
dotnet-maestro[bot]
cd4297ae80
Update dependencies from https://github.com/dotnet/runtime build 20200922.3 ( #26190 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime
2020-09-22 20:34:53 +00:00
dotnet-maestro[bot]
c0bd50075a
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore ( #26171 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore
2020-09-22 17:47:32 +00:00
dotnet-maestro[bot]
f66a1daeda
Update dependencies from https://github.com/dotnet/efcore build 20200921.10 ( #26168 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-22 09:37:36 +00:00
dotnet-maestro[bot]
3e115b7530
Update dependencies from https://github.com/dotnet/runtime build 20200921.12 ( #26166 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime
2020-09-22 07:40:18 +00:00
dotnet-maestro[bot]
8063c97373
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore ( #26160 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore
2020-09-22 04:57:06 +00:00
Doug Bunting
e0ea513ca2
Include commit SHA in `[AssemblyInformationalVersion]` value ( #26150 )
...
- see dotnet/arcade#5866 discussion
- leaving redundant `[AssemblyMetadata("CommitHash", ...)]` because it's used in this repo
- e.g. src\Components\benchmarkapps\Wasm.Performance\Driver\Program.cs
- also consistent with native images
2020-09-21 18:53:15 -07:00
dotnet-maestro[bot]
9a4d5f01b3
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime ( #26143 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime
2020-09-22 00:41:12 +00:00
dotnet-maestro[bot]
382cd90d14
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime ( #26134 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime
2020-09-21 20:08:35 +00:00
dotnet-maestro[bot]
a5a2551b02
Update dependencies from https://github.com/dotnet/efcore build 20200919.6 ( #26102 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-21 15:26:44 +00:00
dotnet-maestro[bot]
55b9d2532b
[release/5.0-rc2] Update dependencies from dotnet/efcore ( #26100 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-20 01:06:36 +00:00
dotnet-maestro[bot]
7afaf45b54
Update dependencies from https://github.com/dotnet/runtime build 20200918.4 ( #26070 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime
2020-09-18 21:55:40 +00:00
dotnet-maestro[bot]
7e0e801bb4
[release/5.0-rc2] Update dependencies from dotnet/arcade dotnet/efcore ( #26058 )
...
[release/5.0-rc2] Update dependencies from dotnet/arcade dotnet/efcore
- Update installers task location
2020-09-18 19:58:16 +00:00
dotnet-maestro[bot]
6186134956
Update dependencies from https://github.com/dotnet/runtime build 20200917.14 ( #26042 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime
2020-09-18 05:06:35 +00:00
Doug Bunting
6418c8f78a
Pin PackageOverrides.txt Extensions versions at Major.Minor.0 in servicing ( #25986 )
...
- set the package version of Extensions assemblies using NETCore.App version
- ignore Microsoft.Extensions.Internal.Transport package version
- transport package has a non-stable version and isn't shipped
- just got lucky this worked before versions stabilize
- update test expectations when checking PackageOverrides.txt
- use NuGet.Versioning to make this easier
2020-09-17 21:02:46 -07:00
dotnet-maestro[bot]
0287b259d8
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime ( #25993 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime
2020-09-17 21:15:30 +00:00
dotnet-maestro[bot]
e51468db03
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime ( #25985 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime
2020-09-17 03:26:11 +00:00
dotnet-maestro[bot]
9675fdb455
[release/5.0-rc2] Update dependencies from dotnet/arcade ( #25963 )
...
[release/5.0-rc2] Update dependencies from dotnet/arcade
- Update create light/light command package drop task
- Create output directory
2020-09-16 22:08:01 +00:00
dotnet-maestro[bot]
70bc346d25
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore ( #25937 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore
2020-09-16 07:37:25 +00:00
dotnet-maestro[bot]
b7862d51fb
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore ( #25925 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore
2020-09-16 02:45:53 +00:00
dotnet-maestro[bot]
f3f7b9f9ed
Update dependencies from https://github.com/dotnet/efcore build 20200915.2 ( #25921 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-15 21:53:25 +00:00
dotnet-maestro[bot]
17e04b70b0
Update dependencies from https://github.com/dotnet/efcore build 20200914.7 ( #25896 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-15 06:07:47 +00:00
dotnet-maestro[bot]
38c9fe7437
Update dependencies from https://github.com/dotnet/runtime build 20200914.8 ( #25895 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime
2020-09-15 03:33:16 +00:00
John Luo
d14e273015
[5.0.0-rc2] Backport Fix chrome/selenium tests ( #25330 ) ( #25840 )
...
* Fix chrome/selenium tests (#25330 )
* Revert "Disable failing/hanging tests due to Chrome/Selenium issue (#25323 )"
This reverts commit 332f1504128a63431cb67830703922cdeefee525.
* Update Selenium to latest
* Update API
* Try specifying a version
* Update Selenium to 4.0.0-beta5
* Disable browser log tests
* Fix components e2e tests and disable blazor standalone template test
* Disable tests using browser log
* Disable template test
* Avoid using .NET formatted strings in tests
* Annotate BasicTestApp suggesting that it needs the all globalization data
* Culture specific formatting relies on the ICU data carried by the OS. This
causes issues in our tests if WebAssembly carries a different set than the OS. Instead
updating these tests to use hardcoded strings.
* Additionally fixing an issue where some projects in the solution were using tasks from
the .dotnet SDK rather than the local copy of the SDK. This was causing issues building locally.
Co-authored-by: Pranav K <prkrishn@hotmail.com>
2020-09-14 18:43:42 -07:00
dotnet-maestro[bot]
45dade2b36
Update dependencies from https://github.com/dotnet/efcore build 20200914.4 ( #25886 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-15 00:01:45 +00:00
dotnet-maestro[bot]
7f1ca16b58
Update dependencies from https://github.com/dotnet/efcore build 20200914.2 ( #25876 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-14 21:48:52 +00:00
Pranav K
a6f667bbb3
Add SkipAnalyzers=true to component declaration compilation ( #25736 )
...
* Update to latest SDK
* React to platform compatibility analyzer warnings
* React to new warnings
* Add platform compatibility attributes
* Add SkipAnalyzers=true to component declaration compilation
Fixes https://github.com/dotnet/aspnetcore/issues/25365
* Update eng/Version.Details.xml
* Update Versions.props
* Update Version.Details.xml
* Update Versions.props
* Update Version.Details.xml
2020-09-14 12:41:37 -07:00
Brennan
6b8ce801e8
Revert 2.2 site extension version update ( #25879 )
2020-09-14 10:48:50 -07:00
John Luo
472e8297a7
Update identity web templates ( #25834 )
...
* Update identity web templates
* Do not generate scopeRequiredByApi if not needed
2020-09-14 07:58:03 -07:00
Doug Bunting
bfc1ec6792
Remove package version pinning for ref/ assemblies in servicing ( #25851 )
...
- dotnet/runtime now keeps `$(AssemblyVersion)` values consistent
- remove all use of the System.Security.AccessControl package
2020-09-13 14:24:23 -07:00
dotnet-maestro[bot]
f0c9f60903
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore ( #25856 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore
2020-09-13 09:26:31 +00:00
James Newton-King
340ee72715
Update gRPC version in template to 2.32.0-pre1 ( #25587 )
...
* Update gRPC version in template to 2.32.0-pre1
* Log server timeout detail
* Only run interop tests on windows queues
Co-authored-by: John Luo <johluo@microsoft.com>
2020-09-11 20:23:16 -07:00
Doug Bunting
326507bb01
Correct `$(SharedFxVersion)` and `$(TargetingPackVersion)` values ( #25790 )
...
* Correct `$(SharedFxVersion)` and `$(TargetingPackVersion)` values
- Ensure `$(SharedFxVersion)` doesn't change in `$(NoSemVer20)` projects
- Ignore current project's `$(VersionSuffix)` in `$(TargetingPackVersion)`
- Never assume `$(AspNetCoreBaselineVersion)` matches released targeting pack
- Stabilize both versions correctly
- Use these properties more widely
- Remove other mechanisms to get the same values
- Reduce use of the `_GetPackageVersionInfo` target
- Reduce use of `$(SharedFxVersion)` for the targeting pack
nits:
- Correct comments about old RTMVersions.csproj project
- Fix or remove a few other comments
* Do not pass package filenames on Helix command Lines
- remove parsing of these command-line arguments from `RuntestOptions`
- instead craft the names using passed `$(SharedFxVersion)`
- restore `$(DotNetRuntimeSourceFeedKey)` on Helix command line
- lost somewhere along the line
- correct argument count in runtests.sh
- treated 11th argument as both Helix timeout and feed credential
- count was messed up somewhere alone the line
nits:
- update C# syntax in `RuntestOptions` e.g. remove unused `public` setters
- sort and group properties and their assignments
2020-09-11 19:17:28 -07:00
dotnet-maestro[bot]
c1b0fb5765
Update dependencies from https://github.com/dotnet/efcore build 20200911.2 ( #25824 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-11 22:59:01 +00:00
dotnet-maestro[bot]
a1276de34d
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore ( #25816 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore
2020-09-11 20:46:42 +00:00
dotnet-maestro[bot]
e03d8e7613
Update dependencies from https://github.com/dotnet/efcore build 20200910.11 ( #25808 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-11 08:27:44 +00:00
dotnet-maestro[bot]
f9a18fdb15
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore ( #25804 )
...
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore
2020-09-11 07:06:12 +00:00
Doug Bunting
5f04dfc3ef
Bundle latest 2.2 and 3.1 site extension packages ( #25778 )
...
- part of dotnet/aspnetcore-internal#3676
2020-09-10 23:08:16 -07:00
dotnet-maestro[bot]
7a74a1bb68
[release/5.0-rc2] Update dependencies from dotnet/efcore ( #25800 )
...
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-11 04:23:10 +00:00