Update 30-to-31.md (#22741)

pull/22792/head
Rick Anderson 2021-07-21 11:24:25 -07:00 committed by GitHub
parent f5b20de0bb
commit c3ae159fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -87,6 +87,15 @@ The `SameSite` attribute implementations for HTTP cookies changed between ASP.NE
* [aspnet/Announcements#390](https://github.com/aspnet/Announcements/issues/390)
* [Upcoming SameSite cookie changes in ASP.NET and ASP.NET Core](https://devblogs.microsoft.com/aspnet/upcoming-samesite-cookie-changes-in-asp-net-and-asp-net-core/)
## Publish with Visual Studio
In the `.pubxml` file update the `TargetFramework` to 3.1:
```xml
- <TargetFramework>netcoreapp3.0</TargetFramework>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
```
## Review breaking changes
Review 3.0-to-3.1 breaking changes across .NET Core, ASP.NET Core, and Entity Framework Core at [Breaking changes for migration from version 3.0 to 3.1](/dotnet/core/compatibility/3.0-3.1).