Skip to content

Commit

Permalink
Update TuneLab.csproj
Browse files Browse the repository at this point in the history
You Must Setup /Unsafe to let dotnet compile with unsafe code in linux/bash console. sometimes the switcher of cmd is not work
  • Loading branch information
mhbalthasar authored Oct 24, 2024
1 parent 1a1db97 commit 0b2026e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TuneLab/TuneLab.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<LangVersion>latest</LangVersion>
<Version>1.5.6</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0b2026e

Please sign in to comment.