Skip to content

Commit

Permalink
Updated nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki committed Jun 3, 2024
1 parent 08b45fc commit 9766483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion KinectHandler/KinectHandler.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Amethyst.Plugins.Contract">
<Version>0.2.22</Version>
<Version>0.2.23</Version>
</PackageReference>
<PackageReference Include="System.ComponentModel">
<Version>4.3.0</Version>
Expand Down
6 changes: 3 additions & 3 deletions plugin_Kinect360/plugin_Kinect360.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.2.22" />
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.2.23" />
<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.4.231115000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.25247-preview" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240428000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9766483

Please sign in to comment.