Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Klocman committed May 10, 2024
1 parent f2df8c0 commit 4d5d949
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/KlocTools/KlocTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Management" Version="7.0.2" />
<PackageReference Include="System.Management" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Sorters\ColumnSorter.cs" />
Expand Down
2 changes: 1 addition & 1 deletion source/OculusHelper/OculusHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="7.0.1" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="8.0.0" />
</ItemGroup>
<Import Project="..\HelperTools\HelperTools.projitems" Label="Shared" />
</Project>
4 changes: 2 additions & 2 deletions source/UninstallTools/UninstallTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualBasic" Version="10.3.0" />
<PackageReference Include="System.Management" Version="7.0.2" />
<PackageReference Include="TaskScheduler" Version="2.10.1" />
<PackageReference Include="System.Management" Version="8.0.0" />
<PackageReference Include="TaskScheduler" Version="2.11.0" />
</ItemGroup>
</Project>

0 comments on commit 4d5d949

Please sign in to comment.