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 d40ddda commit d4181bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion plugin_OpenVR/CoreSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ internal class SetupData : ICoreSetupData

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

public List<IDependency> ListDependencies()
{
Expand All @@ -43,6 +43,8 @@ public List<IDependency> ListDependencies()
}
};
}

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

internal class VrDriver : IDependency
Expand Down
4 changes: 2 additions & 2 deletions plugin_OpenVR/plugin_OpenVR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.2.23" />
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.2.25" />
<PackageReference Include="Newtonsoft.Json" Version="13.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" />
<PackageReference Include="Vanara.PInvoke.Ole" Version="4.0.1" />
</ItemGroup>
Expand Down

0 comments on commit d4181bd

Please sign in to comment.