From 0182d9371a378fbd00635f997f56dfde8fd9b2bd Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Mon, 27 Nov 2023 14:07:35 +0900 Subject: [PATCH] Update packages Mainly to fix score overflow (https://github.com/ppy/osu/pull/25546). --- ...rver.Queues.ScoreStatisticsProcessor.Tests.csproj | 6 +++--- ...r.Queues.ScoreStatisticsProcessor.sln.DotSettings | 1 + ...osu.Server.Queues.ScoreStatisticsProcessor.csproj | 12 ++++++------ 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/osu.Server.Queues.ScoreStatisticsProcessor.Tests/osu.Server.Queues.ScoreStatisticsProcessor.Tests.csproj b/osu.Server.Queues.ScoreStatisticsProcessor.Tests/osu.Server.Queues.ScoreStatisticsProcessor.Tests.csproj index d3d1afc3..6c42daa6 100644 --- a/osu.Server.Queues.ScoreStatisticsProcessor.Tests/osu.Server.Queues.ScoreStatisticsProcessor.Tests.csproj +++ b/osu.Server.Queues.ScoreStatisticsProcessor.Tests/osu.Server.Queues.ScoreStatisticsProcessor.Tests.csproj @@ -8,9 +8,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/osu.Server.Queues.ScoreStatisticsProcessor.sln.DotSettings b/osu.Server.Queues.ScoreStatisticsProcessor.sln.DotSettings index 99612cf2..ae6804e2 100644 --- a/osu.Server.Queues.ScoreStatisticsProcessor.sln.DotSettings +++ b/osu.Server.Queues.ScoreStatisticsProcessor.sln.DotSettings @@ -774,6 +774,7 @@ See the LICENCE file in the repository root for full licence text. <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /> + True True True True diff --git a/osu.Server.Queues.ScoreStatisticsProcessor/osu.Server.Queues.ScoreStatisticsProcessor.csproj b/osu.Server.Queues.ScoreStatisticsProcessor/osu.Server.Queues.ScoreStatisticsProcessor.csproj index 8161da13..bff14e86 100644 --- a/osu.Server.Queues.ScoreStatisticsProcessor/osu.Server.Queues.ScoreStatisticsProcessor.csproj +++ b/osu.Server.Queues.ScoreStatisticsProcessor/osu.Server.Queues.ScoreStatisticsProcessor.csproj @@ -9,14 +9,14 @@ - + - - - - - + + + + +