Skip to content

Commit

Permalink
Updated NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki committed Jul 17, 2024
1 parent 253cc0a commit 8c7fef8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion plugin_PSMoveService/CoreSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ internal class SetupData : ICoreSetupData

internal class CoreInstaller : IDependencyInstaller
{
public IDependencyInstaller.ILocalizationHost Host { get; set; }
public IDependencyInstaller.ILocalizationHost Host { get; set; }

public List<IFix> ListFixes() => new();

public List<IDependency> ListDependencies()
{
Expand Down
4 changes: 2 additions & 2 deletions plugin_PSMoveService/plugin_PSMoveService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

<ItemGroup>
<ProjectReference Include="../vendor/PSMS/PSMoveServiceExCAPI/PSMoveServiceExCAPI.vbproj" />
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.2.23" />
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.2.25" />
<PackageReference Include="RestSharp" Version="108.0.3" />
<PackageReference Include="System.ComponentModel.Composition" Version="8.0.0" />
<PackageReference Include="System.ComponentModel.Composition.Registration" Version="8.0.0" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240428000" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
</ItemGroup>

Expand Down

0 comments on commit 8c7fef8

Please sign in to comment.