Skip to content

Commit

Permalink
add condition for itemgroups
Browse files Browse the repository at this point in the history
  • Loading branch information
computablee committed Nov 27, 2023
1 parent 51237e9 commit aecbc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DotMP/DotMP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<None Include="../ProcessedREADME.md" Pack="true" PackagePath="." />
</ItemGroup>

<ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net471' or '$(TargetFramework)' == 'netstandard2.1'">
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
</ItemGroup>
Expand Down

0 comments on commit aecbc17

Please sign in to comment.