Skip to content

Commit

Permalink
Do not add Microsoft.Bcl.TimeProvider for net8 target (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam authored May 10, 2024
1 parent 84c8cb5 commit 66791cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Apple.AppStoreConnect/Apple.AppStoreConnect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
<PackageReference Include="H.NSwag.Generator" Version="14.0.7.76" PrivateAssets="All" />
<PackageReference Include="Microsoft.Bcl.TimeProvider" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
Expand Down

0 comments on commit 66791cb

Please sign in to comment.