-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump MessagePack from 2.5.129 to 2.5.187 in /osu.Game
Bumps [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) from 2.5.129 to 2.5.187. - [Release notes](https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases) - [Changelog](https://github.com/MessagePack-CSharp/MessagePack-CSharp/blob/master/prepare_release.ps1) - [Commits](MessagePack-CSharp/MessagePack-CSharp@v2.5.129...v2.5.187) --- updated-dependencies: - dependency-name: MessagePack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
75011db
commit 52034bc
Showing
1 changed file
with
53 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup Label="Project"> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<OutputType>Library</OutputType> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<LangVersion>10</LangVersion> | ||
</PropertyGroup> | ||
<PropertyGroup Label="Nuget"> | ||
<Title>osu!</Title> | ||
<PackageId>ppy.osu.Game</PackageId> | ||
<Version>0.0.0</Version> | ||
<PackageIcon>icon.png</PackageIcon> | ||
<IsPackable>true</IsPackable> | ||
</PropertyGroup> | ||
<ItemGroup Label="Icon"> | ||
<None Include="..\assets\lazer-nuget.png"> | ||
<Pack>True</Pack> | ||
<PackagePath>icon.png</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup Label="Package References"> | ||
<PackageReference Include="AutoMapper" Version="12.0.1" /> | ||
<PackageReference Include="DiffPlex" Version="1.7.1" /> | ||
<PackageReference Include="HtmlAgilityPack" Version="1.11.54" /> | ||
<PackageReference Include="Humanizer" Version="2.14.1" /> | ||
<PackageReference Include="MessagePack" Version="2.5.129" /> | ||
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.12" /> | ||
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="7.0.12" /> | ||
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="7.0.12" /> | ||
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="7.0.12" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.Toolkit.HighPerformance" Version="7.1.2" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageReference Include="ppy.LocalisationAnalyser" Version="2023.712.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Realm" Version="11.5.0" /> | ||
<PackageReference Include="ppy.osu.Framework" Version="2023.1012.0" /> | ||
<PackageReference Include="ppy.osu.Game.Resources" Version="2023.1014.0" /> | ||
<PackageReference Include="Sentry" Version="3.40.0" /> | ||
<PackageReference Include="SharpCompress" Version="0.34.1" /> | ||
<PackageReference Include="NUnit" Version="3.13.3" /> | ||
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.6" /> | ||
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" /> | ||
<PackageReference Include="TagLibSharp" Version="2.3.0" /> | ||
|
||
<!-- Required since Veldrid references a library that depends on Microsoft.DotNet.PlatformAbstractions (2.0.3), which doesn't play nice with Realm. --> | ||
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" /> | ||
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" /> | ||
<PackageReference Include="System.Runtime.Handles" Version="4.3.0" /> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup Label="Project"> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<OutputType>Library</OutputType> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<LangVersion>10</LangVersion> | ||
</PropertyGroup> | ||
<PropertyGroup Label="Nuget"> | ||
<Title>osu!</Title> | ||
<PackageId>ppy.osu.Game</PackageId> | ||
<Version>0.0.0</Version> | ||
<PackageIcon>icon.png</PackageIcon> | ||
<IsPackable>true</IsPackable> | ||
</PropertyGroup> | ||
<ItemGroup Label="Icon"> | ||
<None Include="..\assets\lazer-nuget.png"> | ||
<Pack>True</Pack> | ||
<PackagePath>icon.png</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup Label="Package References"> | ||
<PackageReference Include="AutoMapper" Version="12.0.1" /> | ||
<PackageReference Include="DiffPlex" Version="1.7.1" /> | ||
<PackageReference Include="HtmlAgilityPack" Version="1.11.54" /> | ||
<PackageReference Include="Humanizer" Version="2.14.1" /> | ||
<PackageReference Include="MessagePack" Version="2.5.187" /> | ||
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.12" /> | ||
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="7.0.12" /> | ||
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="7.0.12" /> | ||
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="7.0.12" /> | ||
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.Toolkit.HighPerformance" Version="7.1.2" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageReference Include="ppy.LocalisationAnalyser" Version="2023.712.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Realm" Version="11.5.0" /> | ||
<PackageReference Include="ppy.osu.Framework" Version="2023.1012.0" /> | ||
<PackageReference Include="ppy.osu.Game.Resources" Version="2023.1014.0" /> | ||
<PackageReference Include="Sentry" Version="3.40.0" /> | ||
<PackageReference Include="SharpCompress" Version="0.34.1" /> | ||
<PackageReference Include="NUnit" Version="3.13.3" /> | ||
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.6" /> | ||
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" /> | ||
<PackageReference Include="TagLibSharp" Version="2.3.0" /> | ||
|
||
<!-- Required since Veldrid references a library that depends on Microsoft.DotNet.PlatformAbstractions (2.0.3), which doesn't play nice with Realm. --> | ||
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" /> | ||
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" /> | ||
<PackageReference Include="System.Runtime.Handles" Version="4.3.0" /> | ||
</ItemGroup> | ||
</Project> |