Skip to content

Commit b5e839b

Browse files
authored
Merge pull request #564 from taulazer/dependabot/nuget/osu.Game.Rulesets.Tau/ppy.osu.Game-2026.303.0
Bump ppy.osu.Game from 2026.213.0 to 2026.303.0
2 parents a1211b6 + 90b6de3 commit b5e839b

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed
Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup Label="Project">
3-
<TargetFramework>net8.0</TargetFramework>
4-
<AssemblyTitle>osu.Game.Rulesets.Tau</AssemblyTitle>
5-
<OutputType>Library</OutputType>
6-
<PlatformTarget>AnyCPU</PlatformTarget>
7-
<RootNamespace>osu.Game.Rulesets.Tau</RootNamespace>
8-
<LangVersion>default</LangVersion>
9-
</PropertyGroup>
10-
<PropertyGroup>
11-
<AssemblyName>osu.Game.Rulesets.Tau</AssemblyName>
12-
</PropertyGroup>
13-
<ItemGroup>
14-
<EmbeddedResource Include="Resources\**" />
15-
<EmbeddedResource Update="Localisation\Translations\Beatmap.*.resx">
16-
<DependentUpon>Beatmap.resx</DependentUpon>
17-
</EmbeddedResource>
18-
<EmbeddedResource Update="Localisation\Translations\Inputs.*.resx">
19-
<DependentUpon>Inputs.resx</DependentUpon>
20-
</EmbeddedResource>
21-
<EmbeddedResource Update="Localisation\Translations\KiaiType.*.resx">
22-
<DependentUpon>KiaiType.resx</DependentUpon>
23-
</EmbeddedResource>
24-
<EmbeddedResource Update="Localisation\Translations\Settings.*.resx">
25-
<DependentUpon>Settings.resx</DependentUpon>
26-
</EmbeddedResource>
27-
<EmbeddedResource Update="Localisation\Translations\UI.*.resx">
28-
<DependentUpon>UI.resx</DependentUpon>
29-
</EmbeddedResource>
30-
<EmbeddedResource Update="Localisation\Translations\Mods.*.resx">
31-
<DependentUpon>Mods.resx</DependentUpon>
32-
</EmbeddedResource>
33-
<EmbeddedResource Update="Localisation\Translations\UI.ar.resx">
34-
<DependentUpon>UI.resx</DependentUpon>
35-
</EmbeddedResource>
36-
</ItemGroup>
37-
<ItemGroup>
38-
<PackageReference Include="ppy.osu.Game" Version="2026.213.0" />
39-
</ItemGroup>
40-
<ItemGroup>
41-
<Compile Update="Objects\Drawables\DrawableSlider.Calculations.cs">
42-
<DependentUpon>DrawableSlider.cs</DependentUpon>
43-
</Compile>
44-
<Compile Update="Objects\Drawables\DrawableSlider.Graphics.cs">
45-
<DependentUpon>DrawableSlider.cs</DependentUpon>
46-
</Compile>
47-
<Compile Update="Objects\Drawables\DrawableSlider.Graphics.SliderPathDrawNode.cs">
48-
<DependentUpon>DrawableSlider.Graphics.cs</DependentUpon>
49-
</Compile>
50-
</ItemGroup>
51-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup Label="Project">
3+
<TargetFramework>net8.0</TargetFramework>
4+
<AssemblyTitle>osu.Game.Rulesets.Tau</AssemblyTitle>
5+
<OutputType>Library</OutputType>
6+
<PlatformTarget>AnyCPU</PlatformTarget>
7+
<RootNamespace>osu.Game.Rulesets.Tau</RootNamespace>
8+
<LangVersion>default</LangVersion>
9+
</PropertyGroup>
10+
<PropertyGroup>
11+
<AssemblyName>osu.Game.Rulesets.Tau</AssemblyName>
12+
</PropertyGroup>
13+
<ItemGroup>
14+
<EmbeddedResource Include="Resources\**" />
15+
<EmbeddedResource Update="Localisation\Translations\Beatmap.*.resx">
16+
<DependentUpon>Beatmap.resx</DependentUpon>
17+
</EmbeddedResource>
18+
<EmbeddedResource Update="Localisation\Translations\Inputs.*.resx">
19+
<DependentUpon>Inputs.resx</DependentUpon>
20+
</EmbeddedResource>
21+
<EmbeddedResource Update="Localisation\Translations\KiaiType.*.resx">
22+
<DependentUpon>KiaiType.resx</DependentUpon>
23+
</EmbeddedResource>
24+
<EmbeddedResource Update="Localisation\Translations\Settings.*.resx">
25+
<DependentUpon>Settings.resx</DependentUpon>
26+
</EmbeddedResource>
27+
<EmbeddedResource Update="Localisation\Translations\UI.*.resx">
28+
<DependentUpon>UI.resx</DependentUpon>
29+
</EmbeddedResource>
30+
<EmbeddedResource Update="Localisation\Translations\Mods.*.resx">
31+
<DependentUpon>Mods.resx</DependentUpon>
32+
</EmbeddedResource>
33+
<EmbeddedResource Update="Localisation\Translations\UI.ar.resx">
34+
<DependentUpon>UI.resx</DependentUpon>
35+
</EmbeddedResource>
36+
</ItemGroup>
37+
<ItemGroup>
38+
<PackageReference Include="ppy.osu.Game" Version="2026.303.0" />
39+
</ItemGroup>
40+
<ItemGroup>
41+
<Compile Update="Objects\Drawables\DrawableSlider.Calculations.cs">
42+
<DependentUpon>DrawableSlider.cs</DependentUpon>
43+
</Compile>
44+
<Compile Update="Objects\Drawables\DrawableSlider.Graphics.cs">
45+
<DependentUpon>DrawableSlider.cs</DependentUpon>
46+
</Compile>
47+
<Compile Update="Objects\Drawables\DrawableSlider.Graphics.SliderPathDrawNode.cs">
48+
<DependentUpon>DrawableSlider.Graphics.cs</DependentUpon>
49+
</Compile>
50+
</ItemGroup>
51+
</Project>

0 commit comments

Comments
 (0)