Skip to content

Commit

Permalink
fix: Removed reference Microsoft.Bcl.TimeProvider for .NET 8 or lat…
Browse files Browse the repository at this point in the history
…er (#19)
  • Loading branch information
samtrion authored May 23, 2024
1 parent 33ab423 commit 5193a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetEvolve.Logging.XUnit/NetEvolve.Logging.XUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Bcl.TimeProvider" />
<PackageReference Include="Microsoft.Bcl.TimeProvider" Condition=" !$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0')) " />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" />
<PackageReference Include="NetEvolve.Arguments" />
Expand Down

0 comments on commit 5193a05

Please sign in to comment.