Commit Graph

2233 Commits

Author SHA1 Message Date
Matt Mitchell a0ab0964d4
[release/5.0] Fix some post-build signing issues (#26506)
* Fix some post-build signing issues
This fixes some post-build signing issues that are present in the aspnetcore repo
1. Add the .msi extension to be signed by Microsoft400 - Msis must be signed. With in-build signing these get handled explicitly by the wixproj infrastructure. When we do post build signing, we must sign these files.
2. Remove the strong name exclusions. These exclusions are incorrect when applied in post-build and unnecessary for in-build signing. Most importantly, the aspnetcore PKT would not end up re-strong named (it doesn't need to be strong name signed by ESRP since it's strong named in-build) because the PKT doesn't match any of the StrongNameSignInfo specified in arcade. The rest of the entries seem to be mostly about optimization. I could not find any performance difference between these entries being present and not. I am not sure whether they actually even apply to any assets. Moreover, when doing post-build signing, they would conflict with the entries in runtime and other places.

Verification - I have a tool that I wrote which unpacks every file between two directories and compares the strong name, nuget, and authenticode certs between equivalent files. This is the same tool being used to verify post-build signing. This tool shows no difference in any aspnetcore produced asset.

Baseline: https://dev.azure.com/dnceng/internal/_build/results?buildId=836183&view=results
Diff: https://dev.azure.com/dnceng/internal/_build/results?buildId=837176&view=results

* Do not push VS packages for installers when PostBuildSign == true

* Output wix command packages to the installers output path

* Don't import microbuild signing targets from wix when PostBuildSign=true

* Tweaks:
- Don't sign wixpacks when not in post-build signing
- Generate a wixpack for both the original msi name (which the wixproj generates) AND the name we use in the final outputs. This is because while these files are the same, signing differentiates the certificate based on the file name, and wixpack lookup is also based on the file names. Aspnetcore and other repos have uses the final outputs (e.g. dotnet-aspnetcore-runtime-123.5..) as well as the internal names (e.g. AspNetCoreSharedFramework_x64.msi).
- Don't sign msi's when not post-build signing.

* Avoid generating sha512 files for wixpack zips

* Don't run xplat code sign jobs if PostBuildSign == true

* Change original target names

* Conditionalize codesign operations

* Add publishing flag for linux x64 and add deb sha512 generation

* Do not push the x64 linux runtime archive more than once
2020-10-14 10:19:10 -07: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] 2aaae9e954
Update dependencies from https://github.com/dotnet/efcore build 20201013.1 (#26857)
[release/5.0] Update dependencies from dotnet/efcore
2020-10-13 21:06:34 +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
Doug Bunting 8399c9f3f9
!!! Correct condition controlling `public` API analysis !!! (#26797)
* !!! Correct condition controlling `public` API analysis !!!
-  #26785 demonstrated analyzers were inoperable

* Remove unused `public` API files

* Update `public` API files
- three Components files were missing `#nullable enable`
- `nullable` annotations missing or out-of-date elsewhere

* Ignore `public` API files completely during source build
- do not warn about unused files

* Update more `public` API files
2020-10-12 11:07:18 -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
William Godbe bc3dc72700
Fix path data in FrameworkList.xml (#26622)
* Fix path data in FrameworkList.xml

* Move FrameworkList.xml to SharedFxRoot

* Fix targeting pack xml test

* Add test

* Add another test

* Extract .xml files to Helix as well

* Add another test

* Update TestRunner.cs

* Remove slash
2020-10-09 11:06:15 -07: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
Pranav K 6c37a763d1
Remove Microsoft.Components.Web.Extensions (#26256) (#26298)
The package was marked as non-shipping but we continued to build and test it. This change
removes it. A copy of this code exists in asplabs so all is not lost.
2020-09-25 12:14:56 -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
Doug Bunting c6787dd21c
Allow BaselineGenerator to build after updating version (#26252)
- avoid problems when re-branding in a clean clone
  - attempts to build `BaselineGenerator` failed due to out-of-date baselines
2020-09-24 16:37:54 -07: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
Doug Bunting 8d8d293b19
Remove dead-lettered Centos.7.Amd64.Open queue (#26238)
- was breaking Helix full matrix tests temporarily
- more importantly, queue is redundant given RHEL coverage
2020-09-24 12:14:15 -07: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