Skip to content

Commit

Permalink
Merge pull request #12 from Lansweeper/feat/ITD-1716
Browse files Browse the repository at this point in the history
feat: ITD-1716: fix build
  • Loading branch information
LSJoranVC authored Nov 28, 2023
2 parents eff4a18 + 843cdc2 commit 1bacda7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions SharpPcap/SharpPcap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<LangVersion>7.3</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Deterministic>true</Deterministic>
<DefineConstants Condition="'$(RuntimeIdentifier)' == 'osx-x64'">$(DefineConstants);OSX</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="PacketDotNet" Version="1.4.7" />
Expand All @@ -35,9 +36,4 @@
<_Parameter1>Test</_Parameter1>
</AssemblyAttribute>
</ItemGroup>

<PropertyGroup>
<DefineConstants Condition="'$(RuntimeIdentifier)' == 'osx-x64'">$(DefineConstants);OSX</DefineConstants>
</PropertyGroup>

</Project>

0 comments on commit 1bacda7

Please sign in to comment.