-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
End of Life for .NET Core 2.1 (August 21, 2021) #2251
Comments
4 tasks
This was referenced Jul 21, 2021
This was referenced Aug 11, 2021
Merged
This was referenced Aug 24, 2021
This was referenced Sep 15, 2021
Merged
4 tasks
This was referenced Oct 1, 2021
This was referenced Oct 13, 2021
Merged
Just to make sure I understand: is this issue only deprecating the .NET Core 2.1 runtime, or was support for ASP.NET Core 2.1 on the .NET Framework runtime (which is still under support) dropped too? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.NET Core 2.1 is officially scheduled to reach end of life on August 21, 2021
Using this Issue to track planned changes.
Remove this framework from all projects
Remove this framework from all build definitions
Individual package references should be replaced with framework references wherever possible. (https://docs.microsoft.com/en-us/aspnet/core/fundamentals/target-aspnetcore?view=aspnetcore-5.0&tabs=visual-studio)
WindowsServer.Tests.csproj
:AzureInstanceMetadataEndToEndTests
depends onAzureInstanceMetadataServiceMock
which creates an in-proc server to handle HTTP requests.This is being addressed in a separate issue AzureInstanceMetadata: replace tests #2357
Microsoft.ApplicationInsights.AspNetCore.Tests.csproj
See also: https://weblog.west-wind.com/posts/2020/Feb/26/Working-with-IWebHostEnvironment-and-IHostingEnvironment-in-dual-targeted-NET-Core-Projects
Consolidate extra dependencies in AspNetCore taken to address security issue: Component Governance: Need to upgrade dependencies. (CVE-2020-1045) (CVE-2021-26701) #2199 [SDL] update packages #2243
Verify all projects have test coverage for all supported versions of dotnet.
This is being addressed in a separate issue Test Coverage #2379
Update changelog
The text was updated successfully, but these errors were encountered: