Skip to content

Commit

Permalink
Specify LangVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeminutillo committed Sep 20, 2024
1 parent 722e585 commit 51dda58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsAspireHost>true</IsAspireHost>
<LangVersion>12.0</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsAspireSharedProject>true</IsAspireSharedProject>
<LangVersion>12.0</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 51dda58

Please sign in to comment.