Skip to content

Commit

Permalink
Update ProjBobcat.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 committed Oct 18, 2024
1 parent 7b52d2c commit 1220ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProjBobcat/ProjBobcat/ProjBobcat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ resolved the issue that LaunchWrapper may not return the correct exit code
<!-- Dependencies -->
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.10" />
<PackageReference Include="SharpCompress">
<Version>0.38.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Management" Version="8.0.0" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="8.0.0" />
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="8.0.1" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 1220ad8

Please sign in to comment.