Skip to content

Commit

Permalink
Merge pull request #362 from andy840119/upgrade-packages
Browse files Browse the repository at this point in the history
Upgrade packages to the latest.
  • Loading branch information
andy840119 authored Nov 13, 2024
2 parents 2b0cf31 + ae1215c commit 23fc4fc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "0.35.0",
"version": "4.0.0",
"commands": [
"dotnet-cake"
]
},
"jetbrains.resharper.globaltools": {
"version": "2022.2.3",
"version": "2024.1.2",
"commands": [
"jb"
]
},
"nvika": {
"version": "3.0.0",
"version": "3.0.1",
"commands": [
"nvika"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<ProjectReference Include="..\osu.Framework.Microphone\osu.Framework.Microphone.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Framework.Android" Version="2024.217.0" />
<PackageReference Include="ppy.osu.Framework.Android" Version="2024.1112.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<ProjectReference Include="..\osu.Framework.Microphone\osu.Framework.Microphone.csproj" />
</ItemGroup>
<ItemGroup Label="Package References">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<ProjectReference Include="..\osu.Framework.Microphone\osu.Framework.Microphone.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Framework.iOS" Version="2024.217.0" />
<PackageReference Include="ppy.osu.Framework.iOS" Version="2024.1112.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion osu.Framework.Microphone/osu.Framework.Microphone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
</PropertyGroup>
<ItemGroup Label="Package References">
<PackageReference Include="NWaves" Version="0.9.6" />
<PackageReference Include="ppy.osu.Framework" Version="2024.217.0" />
<PackageReference Include="ppy.osu.Framework" Version="2024.1112.0" />
</ItemGroup>
</Project>

0 comments on commit 23fc4fc

Please sign in to comment.