Skip to content

Commit

Permalink
Resolve WFO1000 build warnings
Browse files Browse the repository at this point in the history
Resolve build warning/error (new in `net9.0`):

> Error WFO1000: Property 'ABC' does not configure the code serialization for its property content
  • Loading branch information
nil4 committed Sep 18, 2024
1 parent fb02773 commit 80baab3
Show file tree
Hide file tree
Showing 4 changed files with 486 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>RoyalApps.Community.Rdp.Demo</RootNamespace>
Expand Down
Loading

0 comments on commit 80baab3

Please sign in to comment.