Skip to content

Commit

Permalink
Fix preview snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
BillWagner committed Jul 25, 2024
1 parent 3669e87 commit 14f6b66
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<StartupObject>Keywords.Program</StartupObject>
<LangVersion>preview</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 14f6b66

Please sign in to comment.