Skip to content

Commit

Permalink
Merge pull request #172 from peppy/update-libraries
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
peppy authored Nov 27, 2023
2 parents 269204f + 0182d93 commit 68d3e6e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

<ItemGroup>
<PackageReference Include="DeepEqual" Version="4.2.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
1 change: 1 addition & 0 deletions osu.Server.Queues.ScoreStatisticsProcessor.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,7 @@ See the LICENCE file in the repository root for full licence text.&#xD;
<s:String x:Key="/Default/CodeStyle/Naming/XamlNaming/UserRules/=XAML_005FFIELD/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /&gt;</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/XamlNaming/UserRules/=XAML_005FRESOURCE/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /&gt;</s:String>
<s:String x:Key="/Default/CustomTools/CustomToolsData/@EntryValue"></s:String>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EFeature_002EServices_002ECodeCleanup_002EFileHeader_002EFileHeaderSettingsMigrate/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpAttributeForSingleLineMethodUpgrade/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpKeepExistingMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpPlaceEmbeddedOnSameLineMigration/@EntryIndexedValue">True</s:Boolean>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.4" />
<PackageReference Include="Dapper" Version="2.1.24" />
<PackageReference Include="Dapper.Contrib" Version="2.0.78" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.0" />
<PackageReference Include="ppy.osu.Game" Version="2023.1012.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2023.1012.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2023.1012.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2023.1012.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2023.1012.0" />
<PackageReference Include="ppy.osu.Game" Version="2023.1127.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2023.1127.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2023.1127.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2023.1127.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2023.1127.0" />
<PackageReference Include="ppy.osu.Server.OsuQueueProcessor" Version="2023.1114.0" />
</ItemGroup>

Expand Down

0 comments on commit 68d3e6e

Please sign in to comment.