Skip to content

Commit

Permalink
Updated NuGet, manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki committed Nov 16, 2024
1 parent 658a1a2 commit 388676f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions KinectHandler/KinectHandler.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Amethyst.Plugins.Contract">
<Version>0.3.32-alpha</Version>
<Version>0.3.33</Version>
</PackageReference>
<PackageReference Include="System.ComponentModel">
<Version>4.3.0</Version>
</PackageReference>
<PackageReference Include="System.ComponentModel.Composition">
<Version>8.0.0</Version>
<Version>9.0.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion external/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.0.0",
"display_name": "Xbox One Kinect",
"download": "plugin_KinectOne.zip",
"download_": "plugin_KinectOne.zip",
"changelog": "Allow Microsoft.Kinect trimming as we're replacing it anyway.",
"guid": "K2VRTEAM-AME2-APII-DVCE-DVCEKINECTV2"
}
8 changes: 4 additions & 4 deletions plugin_KinectOne/plugin_KinectOne.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.3.32-alpha" />
<PackageReference Include="NAudio.Sdl2" Version="2.2.5" />
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.3.33" />
<PackageReference Include="NAudio.Sdl2" Version="2.2.6" />
<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="System.ComponentModel.Composition" Version="9.0.0" />
<PackageReference Include="System.ComponentModel.Composition.Registration" Version="9.0.0" />
<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 388676f

Please sign in to comment.