Skip to content

Commit

Permalink
Remove obsolete warning
Browse files Browse the repository at this point in the history
Warning about crash on startup is no longer needed, fixed in current .NET release
  • Loading branch information
jongalloway authored Aug 1, 2023
1 parent a1b1750 commit 997786c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dotnet-desktop-guide/net/winforms/migration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ You should also review the information in the [Porting from .NET Framework to .N

This article was written in the context of upgrading the **Windows Forms Matching Game Sample** project, which you can download from the [.NET Samples GitHub repository][winforms-sample].

> [!IMPORTANT]
> Due to a bug in Windows Forms for .NET 7, the sample project crashes on startup after upgrading. This is fixed in upcoming .NET Desktop Runtime 7.0.6 release. The latest .NET 8 preview contains the same fix.
## Initiate the upgrade

If you're upgrading multiple projects, start with projects that have no dependencies. In the Matching Game sample, the **MatchingGame** project depends on the **MatchingGame.Logic** library, so **MatchingGame.Logic** should be upgraded first.
Expand Down

0 comments on commit 997786c

Please sign in to comment.