Update 30-to-31.md (#22741)
parent
f5b20de0bb
commit
c3ae159fb3
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue