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 50b7224 commit fd608d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion plugin_OSC/OSC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class OscPosition(Vector3 position = default, Quaternion orientation = de
}

[Export(typeof(IServiceEndpoint))]
[ExportMetadata("Name", "VRChat Beta OSC")]
[ExportMetadata("Name", "VRChat OSC")]
[ExportMetadata("Guid", "K2VRTEAM-AME2-APII-SNDP-SENDPTVRCOSC")]
[ExportMetadata("Publisher", "K2VR Team")]
[ExportMetadata("Version", "1.0.0.0")]
Expand Down
10 changes: 5 additions & 5 deletions plugin_OSC/plugin_OSC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.2.21" />
<PackageReference Include="BuildSoft.OscCore" Version="1.2.1.1" />
<PackageReference Include="MeaMod.DNS" Version="1.0.70" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<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="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
<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.22621.2428" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

Expand Down

0 comments on commit fd608d6

Please sign in to comment.