Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Dec 22, 2024
1 parent b309772 commit d8beeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner.Server/Runner.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<NoWarn>NU1701;NU1603;NU1605;CS4014</NoWarn>
<RuntimeIdentifiers>win-x64;win-x86;linux-x64;linux-arm64;linux-arm;osx-x64</RuntimeIdentifiers>
<EnableDefaultContentItems>false</EnableDefaultContentItems>
<GenerateEmbeddedFilesManifest Condition="$(PublishSingleFile)' == 'true'">true</GenerateEmbeddedFilesManifest>
<GenerateEmbeddedFilesManifest Condition="'$(PublishSingleFile)' == 'true'">true</GenerateEmbeddedFilesManifest>
</PropertyGroup>

<PropertyGroup Condition="'$(EFMigration)' != ''">
Expand Down

0 comments on commit d8beeae

Please sign in to comment.