Skip to content

Commit

Permalink
Add runtime coverage for .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jan 16, 2025
1 parent 7ad0c79 commit 68141ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/GenerationSandbox.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="CsWin32User.props" />

<PropertyGroup>
<TargetFrameworks>net8.0-windows7.0;net472</TargetFrameworks>
<TargetFrameworks>net9.0-windows7.0;net8.0-windows7.0;net472</TargetFrameworks>
<OutputType>Exe</OutputType>
<RootNamespace />
<PlatformTarget>x64</PlatformTarget>
Expand Down

0 comments on commit 68141ab

Please sign in to comment.