Skip to content

Commit

Permalink
Fix DisableAutoReferencePolySharp
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptoc1 committed Jan 6, 2024
1 parent f777c3f commit 23813c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sdk/Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Reference Include="$(PkgLethalAPI_GameLibs)\lib\*.dll" Exclude="$(PkgLethalAPI_GameLibs)\lib\mscorlib.dll;$(PkgLethalAPI_GameLibs)\lib\netstandard.dll;$(PkgLethalAPI_GameLibs)\lib\System*.dll;" Private="false" />
</ItemGroup>

<ItemGroup Condition=" '$(DisableAutoReferencePolySharp)' != '' ">
<ItemGroup Condition=" '$(DisableAutoReferencePolySharp)' != 'true' ">
<PackageReference Include="PolySharp" Version="1.14.1" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit 23813c8

Please sign in to comment.