Skip to content

Commit

Permalink
Set language version to 12.0 in Tool project
Browse files Browse the repository at this point in the history
- Required to allow building VS Code extension.

***NO_CI***
  • Loading branch information
josesimoes committed Jun 19, 2024
1 parent e504cd8 commit 62262de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nanoFirmwareFlasher.Tool/nanoFirmwareFlasher.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<Platforms>AnyCPU;x64</Platforms>
<RuntimeIdentifiers>any</RuntimeIdentifiers>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>12.0</LangVersion>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<RestoreLockedMode Condition="'$(TF_BUILD)' == 'True' or '$(ContinuousIntegrationBuild)' == 'True'">true</RestoreLockedMode>
</PropertyGroup>
Expand Down

0 comments on commit 62262de

Please sign in to comment.