Skip to content

Commit

Permalink
remove netcore check
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Richardson committed Mar 14, 2024
1 parent 440a218 commit 346a6bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Label="Condition Variables" >
<IsNetCore>$(NetCoreVersions.Contains('$(TargetFramework)'))</IsNetCore>
<IsNetStandard>$(NetStandardVersions.Contains('$(TargetFramework)'))</IsNetStandard>
</PropertyGroup>
<PropertyGroup Label="Signing" >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" />
</ItemGroup>
<ItemGroup Condition="!$(IsNetCore)">
<ItemGroup Condition="$(IsNetStandard)">
<PackageReference Include="System.Threading.Tasks.Extensions" />
</ItemGroup>
</Project>

0 comments on commit 346a6bb

Please sign in to comment.