Skip to content

Commit

Permalink
hazelcast#889 Only include system.memory on framework
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo committed Apr 26, 2024
1 parent 5b14a35 commit b219d1f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Hazelcast.Net.Win32/Hazelcast.Net.Win32.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks>
Expand Down Expand Up @@ -43,8 +43,11 @@
<!-- ContinuousIntegrationBuild is set via a dotnet pack option -->
</PropertyGroup>

<ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net451'">
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit b219d1f

Please sign in to comment.