Skip to content
Prev Previous commit
Next Next commit
chore: remove unnecessary package references
  • Loading branch information
feO2x committed Jun 13, 2024
commit 4aadc496d0d5f37f48e827ea1376c367a6538364
2 changes: 0 additions & 2 deletions Code/Light.SharedCore/Light.SharedCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ Light.SharedCore 1.0.0

<ItemGroup>
<PackageReference Include="Light.GuardClauses" Version="11.0.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="IsExternalInit" Version="1.0.3" PrivateAssets="all" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
</ItemGroup>

Expand Down