Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki committed Dec 29, 2023
1 parent 59d4b8d commit 053d335
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DriverServerRpc/DriverServerRpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.2.12" />
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.2.21" />
<PackageReference Include="MessagePack" Version="2.5.108" />
<PackageReference Include="StreamJsonRpc" Version="2.15.29" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MessageContract/MessageContract.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.2.12" />
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.2.21" />
<PackageReference Include="MessagePack" Version="2.5.108" />
<PackageReference Include="StreamJsonRpc" Version="2.15.29" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion driver_Amethyst/driver_Amethyst.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ xcopy /y /d "$(SolutionDir)external\runtime_resources\*" "$(SolutionDir)plugin_O
</ItemGroup>
<ItemGroup>
<PackageReference Include="Amethyst.Plugins.Contract">
<Version>0.2.12</Version>
<Version>0.2.21</Version>
</PackageReference>
<PackageReference Include="MessagePack">
<Version>2.5.108</Version>
Expand Down
6 changes: 3 additions & 3 deletions plugin_OpenVR/plugin_OpenVR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<PackageReference Include="MessagePack" Version="2.5.108" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="StreamJsonRpc" Version="2.15.29" />
<PackageReference Include="System.ComponentModel.Composition" Version="7.0.0" />
<PackageReference Include="System.ComponentModel.Composition.Registration" Version="7.0.0" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.3.230602002" />
<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" />
</ItemGroup>

Expand Down

0 comments on commit 053d335

Please sign in to comment.