diff --git a/docs/UpdatingMajorVersionAndTFM.md b/docs/UpdatingMajorVersionAndTFM.md index eb1ca2912be1..6fde9d8f98a8 100644 --- a/docs/UpdatingMajorVersionAndTFM.md +++ b/docs/UpdatingMajorVersionAndTFM.md @@ -21,8 +21,8 @@ Typically, we will update the Major Version before updating the TFM. This is bec * Mark APIs from the previous release as Shipped by running `.\eng\scripts\mark-shipped.cmd`. **Note that it's best to do this as early as possible after the API surface is finalized from the previous release** - make sure to be careful that any new API in `main` that isn't shipped as part of the previous release, stays in `PublicAPI.Unshipped.txt` files. * One way to ensure this is to check out the release branch shipping the previous release (**after API surface area has been finalized**), run `.\eng\scripts\mark-shipped.cmd` there, copy over all of the `PublicAPI.Unshipped.txt` and `PublicAPI.Shipped.txt` files into a new branch based off of `main`, and build the repo. Any failures there will tell you whether or not there are new APIs in main that need to be put back into the `PublicAPI.Unshipped.txt` files. * The result of `.\eng\scripts\mark-shipped.cmd` should be checked in to the release branch as well, as part of the RTM release. -* Update `.\eng\Baseline.xml` to reflect the set of RTM packages that were just shipped. Then, `dotnet run` `.\eng\tools\BaselineGenerator\BaselineGenerator.csproj`, which will update `.\eng\Baseline.Designer.props`. If RTM hasn't shipped yet, do this in a separate PR once it has. -* Update `.\eng\PlatformManifest.txt` and `.\eng\PackageOverrides.txt`. Download the just released RTM version of the `Microsoft.AspNetCore.App.Ref` package, and copy over the files from the `data` folder. This can be done in the same PR as the one updating `.\eng\Baseline.xml` and `.\eng\Baseline.Designer.props` (see https://github.com/dotnet/aspnetcore/pull/49269). +* Update `.\eng\Baseline.xml` to reflect the set of RTM packages that were just shipped. Then, `dotnet run` `.\eng\tools\BaselineGenerator\BaselineGenerator.csproj`, which will update `.\eng\Baseline.Designer.props`. If RTM hasn't shipped yet, do this in a separate PR once it has. See https://github.com/dotnet/aspnetcore/pull/49269. +* **In the new release branch**, add files named `.\eng\PlatformManifest.txt` and `.\eng\PackageOverrides.txt`. These files should be found by downloading the just released RTM version of the `Microsoft.AspNetCore.App.Ref` package, and copying over the files from the `data` folder. * Update [helix-matrix.yml](https://github.com/dotnet/aspnetcore/blob/436556163a671259c8b14ae1c90d72767af62d18/.azure/pipelines/helix-matrix.yml#L12-L16) to list the currently active release branches. * This should be done in `main` as well as the relevant release branch. * Update [dependabot.yml](https://github.com/dotnet/aspnetcore/blob/b43884c1b21ea71e91c539721a75e5c96b8c1263/.github/dependabot.yml#L74-L85) to list the currently active release branches for submodule updates. diff --git a/eng/PackageOverrides.txt b/eng/PackageOverrides.txt deleted file mode 100644 index eec1214fd38a..000000000000 --- a/eng/PackageOverrides.txt +++ /dev/null @@ -1,138 +0,0 @@ -Microsoft.Extensions.Caching.Abstractions|8.0.0 -Microsoft.Extensions.Caching.Memory|8.0.0 -Microsoft.Extensions.Configuration.Abstractions|8.0.0 -Microsoft.Extensions.Configuration.Binder|8.0.0 -Microsoft.Extensions.Configuration.CommandLine|8.0.0 -Microsoft.Extensions.Configuration|8.0.0 -Microsoft.Extensions.Configuration.EnvironmentVariables|8.0.0 -Microsoft.Extensions.Configuration.FileExtensions|8.0.0 -Microsoft.Extensions.Configuration.Ini|8.0.0 -Microsoft.Extensions.Configuration.Json|8.0.0 -Microsoft.Extensions.Configuration.UserSecrets|8.0.0 -Microsoft.Extensions.Configuration.Xml|8.0.0 -Microsoft.Extensions.DependencyInjection.Abstractions|8.0.0 -Microsoft.Extensions.DependencyInjection|8.0.0 -Microsoft.Extensions.Diagnostics.Abstractions|8.0.0 -Microsoft.Extensions.Diagnostics|8.0.0 -Microsoft.Extensions.FileProviders.Abstractions|8.0.0 -Microsoft.Extensions.FileProviders.Composite|8.0.0 -Microsoft.Extensions.FileProviders.Physical|8.0.0 -Microsoft.Extensions.FileSystemGlobbing|8.0.0 -Microsoft.Extensions.Hosting.Abstractions|8.0.0 -Microsoft.Extensions.Hosting|8.0.0 -Microsoft.Extensions.Http|8.0.0 -Microsoft.Extensions.Logging.Abstractions|8.0.0 -Microsoft.Extensions.Logging.Configuration|8.0.0 -Microsoft.Extensions.Logging.Console|8.0.0 -Microsoft.Extensions.Logging.Debug|8.0.0 -Microsoft.Extensions.Logging|8.0.0 -Microsoft.Extensions.Logging.EventLog|8.0.0 -Microsoft.Extensions.Logging.EventSource|8.0.0 -Microsoft.Extensions.Logging.TraceSource|8.0.0 -Microsoft.Extensions.Options.ConfigurationExtensions|8.0.0 -Microsoft.Extensions.Options.DataAnnotations|8.0.0 -Microsoft.Extensions.Options|8.0.0 -Microsoft.Extensions.Primitives|8.0.0 -System.Diagnostics.EventLog|8.0.0 -System.IO.Pipelines|8.0.0 -System.Security.Cryptography.Xml|8.0.0 -System.Threading.RateLimiting|8.0.0 -Microsoft.AspNetCore.Antiforgery|8.0.0 -Microsoft.AspNetCore.Authentication.Abstractions|8.0.0 -Microsoft.AspNetCore.Authentication.BearerToken|8.0.0 -Microsoft.AspNetCore.Authentication.Cookies|8.0.0 -Microsoft.AspNetCore.Authentication.Core|8.0.0 -Microsoft.AspNetCore.Authentication|8.0.0 -Microsoft.AspNetCore.Authentication.OAuth|8.0.0 -Microsoft.AspNetCore.Authorization|8.0.0 -Microsoft.AspNetCore.Authorization.Policy|8.0.0 -Microsoft.AspNetCore.Components.Authorization|8.0.0 -Microsoft.AspNetCore.Components|8.0.0 -Microsoft.AspNetCore.Components.Endpoints|8.0.0 -Microsoft.AspNetCore.Components.Forms|8.0.0 -Microsoft.AspNetCore.Components.Server|8.0.0 -Microsoft.AspNetCore.Components.Web|8.0.0 -Microsoft.AspNetCore.Connections.Abstractions|8.0.0 -Microsoft.AspNetCore.CookiePolicy|8.0.0 -Microsoft.AspNetCore.Cors|8.0.0 -Microsoft.AspNetCore.Cryptography.Internal|8.0.0 -Microsoft.AspNetCore.Cryptography.KeyDerivation|8.0.0 -Microsoft.AspNetCore.DataProtection.Abstractions|8.0.0 -Microsoft.AspNetCore.DataProtection|8.0.0 -Microsoft.AspNetCore.DataProtection.Extensions|8.0.0 -Microsoft.AspNetCore.Diagnostics.Abstractions|8.0.0 -Microsoft.AspNetCore.Diagnostics|8.0.0 -Microsoft.AspNetCore.Diagnostics.HealthChecks|8.0.0 -Microsoft.AspNetCore|8.0.0 -Microsoft.AspNetCore.HostFiltering|8.0.0 -Microsoft.AspNetCore.Hosting.Abstractions|8.0.0 -Microsoft.AspNetCore.Hosting|8.0.0 -Microsoft.AspNetCore.Hosting.Server.Abstractions|8.0.0 -Microsoft.AspNetCore.Html.Abstractions|8.0.0 -Microsoft.AspNetCore.Http.Abstractions|8.0.0 -Microsoft.AspNetCore.Http.Connections.Common|8.0.0 -Microsoft.AspNetCore.Http.Connections|8.0.0 -Microsoft.AspNetCore.Http|8.0.0 -Microsoft.AspNetCore.Http.Extensions|8.0.0 -Microsoft.AspNetCore.Http.Features|8.0.0 -Microsoft.AspNetCore.Http.Results|8.0.0 -Microsoft.AspNetCore.HttpLogging|8.0.0 -Microsoft.AspNetCore.HttpOverrides|8.0.0 -Microsoft.AspNetCore.HttpsPolicy|8.0.0 -Microsoft.AspNetCore.Identity|8.0.0 -Microsoft.AspNetCore.Localization|8.0.0 -Microsoft.AspNetCore.Localization.Routing|8.0.0 -Microsoft.AspNetCore.Metadata|8.0.0 -Microsoft.AspNetCore.Mvc.Abstractions|8.0.0 -Microsoft.AspNetCore.Mvc.ApiExplorer|8.0.0 -Microsoft.AspNetCore.Mvc.Core|8.0.0 -Microsoft.AspNetCore.Mvc.Cors|8.0.0 -Microsoft.AspNetCore.Mvc.DataAnnotations|8.0.0 -Microsoft.AspNetCore.Mvc|8.0.0 -Microsoft.AspNetCore.Mvc.Formatters.Json|8.0.0 -Microsoft.AspNetCore.Mvc.Formatters.Xml|8.0.0 -Microsoft.AspNetCore.Mvc.Localization|8.0.0 -Microsoft.AspNetCore.Mvc.Razor|8.0.0 -Microsoft.AspNetCore.Mvc.RazorPages|8.0.0 -Microsoft.AspNetCore.Mvc.TagHelpers|8.0.0 -Microsoft.AspNetCore.Mvc.ViewFeatures|8.0.0 -Microsoft.AspNetCore.OutputCaching|8.0.0 -Microsoft.AspNetCore.RateLimiting|8.0.0 -Microsoft.AspNetCore.Razor|8.0.0 -Microsoft.AspNetCore.Razor.Runtime|8.0.0 -Microsoft.AspNetCore.RequestDecompression|8.0.0 -Microsoft.AspNetCore.ResponseCaching.Abstractions|8.0.0 -Microsoft.AspNetCore.ResponseCaching|8.0.0 -Microsoft.AspNetCore.ResponseCompression|8.0.0 -Microsoft.AspNetCore.Rewrite|8.0.0 -Microsoft.AspNetCore.Routing.Abstractions|8.0.0 -Microsoft.AspNetCore.Routing|8.0.0 -Microsoft.AspNetCore.Server.HttpSys|8.0.0 -Microsoft.AspNetCore.Server.IIS|8.0.0 -Microsoft.AspNetCore.Server.IISIntegration|8.0.0 -Microsoft.AspNetCore.Server.Kestrel.Core|8.0.0 -Microsoft.AspNetCore.Server.Kestrel|8.0.0 -Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes|8.0.0 -Microsoft.AspNetCore.Server.Kestrel.Transport.Quic|8.0.0 -Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets|8.0.0 -Microsoft.AspNetCore.Session|8.0.0 -Microsoft.AspNetCore.SignalR.Common|8.0.0 -Microsoft.AspNetCore.SignalR.Core|8.0.0 -Microsoft.AspNetCore.SignalR|8.0.0 -Microsoft.AspNetCore.SignalR.Protocols.Json|8.0.0 -Microsoft.AspNetCore.StaticFiles|8.0.0 -Microsoft.AspNetCore.WebSockets|8.0.0 -Microsoft.AspNetCore.WebUtilities|8.0.0 -Microsoft.Extensions.Configuration.KeyPerFile|8.0.0 -Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions|8.0.0 -Microsoft.Extensions.Diagnostics.HealthChecks|8.0.0 -Microsoft.Extensions.Features|8.0.0 -Microsoft.Extensions.FileProviders.Embedded|8.0.0 -Microsoft.Extensions.Identity.Core|8.0.0 -Microsoft.Extensions.Identity.Stores|8.0.0 -Microsoft.Extensions.Localization.Abstractions|8.0.0 -Microsoft.Extensions.Localization|8.0.0 -Microsoft.Extensions.ObjectPool|8.0.0 -Microsoft.Extensions.WebEncoders|8.0.0 -Microsoft.JSInterop|8.0.0 -Microsoft.Net.Http.Headers|8.0.0 \ No newline at end of file diff --git a/eng/PlatformManifest.txt b/eng/PlatformManifest.txt deleted file mode 100644 index a90e56bbd447..000000000000 --- a/eng/PlatformManifest.txt +++ /dev/null @@ -1,141 +0,0 @@ -aspnetcorev2_inprocess.dll|Microsoft.AspNetCore.App.Ref||18.0.23305.0 -Microsoft.AspNetCore.Antiforgery.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Authentication.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Authentication.BearerToken.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Authentication.Cookies.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Authentication.Core.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Authentication.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Authentication.OAuth.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Authorization.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Authorization.Policy.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Components.Authorization.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Components.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Components.Endpoints.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Components.Forms.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Components.Server.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Components.Web.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Connections.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.CookiePolicy.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Cors.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Cryptography.Internal.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Cryptography.KeyDerivation.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.DataProtection.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.DataProtection.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.DataProtection.Extensions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Diagnostics.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Diagnostics.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Diagnostics.HealthChecks.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.HostFiltering.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Hosting.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Hosting.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Hosting.Server.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Html.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Http.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Http.Connections.Common.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Http.Connections.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Http.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Http.Extensions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Http.Features.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Http.Results.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.HttpLogging.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.HttpOverrides.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.HttpsPolicy.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Identity.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Localization.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Localization.Routing.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Metadata.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Mvc.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Mvc.ApiExplorer.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Mvc.Core.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Mvc.Cors.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Mvc.DataAnnotations.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Mvc.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Mvc.Formatters.Json.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Mvc.Formatters.Xml.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Mvc.Localization.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Mvc.Razor.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Mvc.RazorPages.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Mvc.TagHelpers.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Mvc.ViewFeatures.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.OutputCaching.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.RateLimiting.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Razor.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Razor.Runtime.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.RequestDecompression.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.ResponseCaching.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.ResponseCaching.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.ResponseCompression.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Rewrite.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Routing.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Routing.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Server.HttpSys.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Server.IIS.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Server.IISIntegration.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Server.Kestrel.Core.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Server.Kestrel.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.Session.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.SignalR.Common.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.SignalR.Core.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.SignalR.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.SignalR.Protocols.Json.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.StaticFiles.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.WebSockets.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.AspNetCore.WebUtilities.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.Extensions.Caching.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Caching.Memory.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Configuration.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Configuration.Binder.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Configuration.CommandLine.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Configuration.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Configuration.EnvironmentVariables.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Configuration.FileExtensions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Configuration.Ini.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Configuration.Json.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Configuration.KeyPerFile.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.Extensions.Configuration.UserSecrets.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Configuration.Xml.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.DependencyInjection.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.DependencyInjection.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Diagnostics.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Diagnostics.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.Extensions.Diagnostics.HealthChecks.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.Extensions.Features.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.Extensions.FileProviders.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.FileProviders.Composite.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.FileProviders.Embedded.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.Extensions.FileProviders.Physical.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.FileSystemGlobbing.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Hosting.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Hosting.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Http.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Identity.Core.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.Extensions.Identity.Stores.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.Extensions.Localization.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.Extensions.Localization.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.Extensions.Logging.Abstractions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Logging.Configuration.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Logging.Console.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Logging.Debug.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Logging.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Logging.EventLog.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Logging.EventSource.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Logging.TraceSource.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.ObjectPool.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.Extensions.Options.ConfigurationExtensions.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Options.DataAnnotations.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Options.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.Primitives.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -Microsoft.Extensions.WebEncoders.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.JSInterop.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -Microsoft.Net.Http.Headers.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53112 -System.Diagnostics.EventLog.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -System.Diagnostics.EventLog.Messages.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|0.0.0.0 -System.IO.Pipelines.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -System.Security.Cryptography.Pkcs.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -System.Security.Cryptography.Xml.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 -System.Threading.RateLimiting.dll|Microsoft.AspNetCore.App.Ref|8.0.0.0|8.0.23.53103 \ No newline at end of file