Commit Graph

2269 Commits

Author SHA1 Message Date
William Godbe a4f30aeec3
Make sure SharedFx & TargetingPack msi names match (#28298)
* Make sure SharedFx & TargetingPack msi names match

* Insert packageVersion into OutputName when available

* Move props around again
2020-12-08 14:14:21 -08:00
William Godbe 637ca31d20
[release/5.0] Upload ProductVersion.txt to blob feed (#28482)
* Upload ProductVersion.txt to blob feed

* Only upload file during Winx64/x86 build

* Deduplicate prop name
2020-12-08 14:13:54 -08:00
William Godbe 462cb8955a
Update branding to 5.0.2 (#28515) 2020-12-08 14:13:30 -08:00
dotnet-maestro[bot] f255fad942
Update dependencies from https://github.com/dotnet/efcore build 20201125.9 (#28260)
[release/5.0] Update dependencies from dotnet/efcore
2020-12-01 00:09:29 +00:00
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
Jan Vorlicek 045882af9d
[release/5.0] Enable MUSL ARM support (#27942)
This change adds support for building MUSL ARM packages of ASP.NET Core.
2020-11-23 11:49:10 -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] 20e2c6fcae
Update dependencies from https://github.com/dotnet/efcore build 20201121.1 (#28046)
[release/5.0] Update dependencies from dotnet/efcore
2020-11-21 10:50:52 +00: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] 65192fa534
Update dependencies from https://github.com/dotnet/efcore build 20201116.4 (#27898)
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.1 -> To Version 5.0.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-11-16 21:03:11 -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] cb77fe2fc6
[release/5.0] Update dependencies from dotnet/efcore (#27789)
[release/5.0] Update dependencies from dotnet/efcore
2020-11-13 18:50:44 +00:00
dotnet-maestro[bot] d694d2914c
Update dependencies from https://github.com/dotnet/efcore build 20201112.1 (#27786)
[release/5.0] Update dependencies from dotnet/efcore
2020-11-12 23:00:35 +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
Doug Bunting 415875625c
[release/5.0] Update API baseline files (#27653)
* Move all PublicAPI.Unshipped.txt files to PublicAPI.Shipped.txt
- we have now shipped this API surface

* Add eng/PublicAPI.empty.txt file
- make it easier to add new implementation projects

* Add missing public API baseline files
- #26784 part 1/2
- a few unexpected files turned up missing beyond the #26784 list&hellip;

* Reference Microsoft.CodeAnalysis.PublicApiAnalyzers more often
- #27484 part 2/2
- emit errors when API baseline files are missing
- update categorization of some projects
  - specification tests are not implementation projects
    - but _were_ project reference providers (keep that)
  - correct `$(IsTestAssetProject)` setting for Razor shims et cetera
  - correct `$(IsSampleProject)` setting for casing of some Sample directories
  - Microsoft.AspNetCore.Analyzer.Testing should be treated as test asset
- add `$(AddPublicApiAnalyzers)` property to support overrides
  - e.g. for `msbuild` task projects and tools

nit:
- remove useless `$(IsTestProject)` setting in a specification test project
- wrap some long `Condition`s

* Do not run public API analyzer in `RazorCoreCompile` target

* Remove old `$(EnableApiCheck)` settings
- property does nothing
- also remove a dangling ApiCheck comment
2020-11-12 10:28:52 -08:00
William Godbe c0edc35406
Update 3.1 SiteExtensions version (#27691) 2020-11-11 11:58:35 -08:00
dotnet-maestro[bot] 5a3fc183c3
Update dependencies from https://github.com/dotnet/efcore build 20201110.8 (#27708)
[release/5.0] Update dependencies from dotnet/efcore
2020-11-11 06:20:15 +00: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
Doug Bunting ca8cc104f4
[release/5.0] Target 5.0.0 shared framework in global tools (#27599)
- #19108
- ensure the packaged runtimeconfig.json file uses the 5.0.0 shared framework
  - disable `$(TargetLatestDotNetRuntime)` in tool projects
  - skip `@(FrameworkReference)` item update if `$(TargetLatestDotNetRuntime)` is disabled

nit: Move `$(PackAsTool)` settings together
2020-11-10 09:46:06 -08:00
dotnet-maestro[bot] 80f8669450
Update dependencies from https://github.com/dotnet/efcore build 20201029.1 (#27356)
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 -> To Version 5.0.0

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2020-10-29 13:34:55 -07: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] 371a26f07b
[release/5.0] Update dependencies from dotnet/efcore (#27189)
[release/5.0] Update dependencies from dotnet/efcore


 - Quarantine flaky test
2020-10-26 22:25:32 +00: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] c7d42cf37b
Update dependencies from https://github.com/dotnet/efcore build 20201017.2 (#27014)
[release/5.0] Update dependencies from dotnet/efcore
2020-10-18 05:25:34 +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] cee17d5b3b
Update dependencies from https://github.com/dotnet/efcore build 20201015.3 (#26951)
[release/5.0] Update dependencies from dotnet/efcore
2020-10-16 03:59:14 +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] 8b66c99886
[release/5.0] Update dependencies from dotnet/efcore (#26913)
[release/5.0] Update dependencies from dotnet/efcore
2020-10-15 05:38:09 +00: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
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