Skip to content

Commit

Permalink
chore: update lang version
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Nov 19, 2024
1 parent 3314390 commit 2728859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Wpf.Ui.Test/Wpf.Ui.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<LangVersion>12.0</LangVersion>
<LangVersion>latest</LangVersion>
<AssemblyVersion>3.0.5.23</AssemblyVersion>
<FileVersion>3.0.5.23</FileVersion>
<Version>$(VersionPrefix)3.0.5.23</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/Wpf.Ui.Violeta/Wpf.Ui.Violeta.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<UseWinUI>false</UseWinUI>
<UseWindowsForms>false</UseWindowsForms>
<LangVersion>12.0</LangVersion>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
Expand Down

0 comments on commit 2728859

Please sign in to comment.