Skip to content

Commit

Permalink
Updated for the newest plugin contract
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki committed Dec 31, 2023
1 parent beae92a commit 3e53a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.21</Version>
<Version>0.2.22</Version>
</PackageReference>
<PackageReference Include="System.ComponentModel">
<Version>4.3.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion plugin_Kinect360/plugin_Kinect360.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.2.21" />
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.2.22" />
<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" />
Expand Down

0 comments on commit 3e53a69

Please sign in to comment.