Skip to content

Commit

Permalink
移除不需要的依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimeNull committed Jun 24, 2024
1 parent aadcca6 commit 8abfb5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Sn.ScreenBroadcaster/Sn.ScreenBroadcaster.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
</Target>

<ItemGroup>
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
<PrivateAssets>all</PrivateAssets>
Expand All @@ -77,7 +76,10 @@
<PackageReference Include="SkiaSharp" Version="2.88.8" />
<PackageReference Include="SharpDX.Direct3D11" Version="4.2.0" />
<PackageReference Include="SharpDX.DXGI" Version="4.2.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net481'">
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8abfb5d

Please sign in to comment.