mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-11 02:13:33 +09:00
Merge pull request #144 from smoogipoo/update-dependencies
Upgrade to net6 + update nuget packages
This commit is contained in:
commit
b27154ffc4
2 changed files with 8 additions and 8 deletions
|
@ -2,15 +2,15 @@
|
|||
<Import Project="..\osu.Tools.props" />
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Alba.CsConsoleFormat" Version="1.0.0" />
|
||||
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0" />
|
||||
<PackageReference Include="ppy.osu.Game" Version="2022.128.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2022.128.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2022.128.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2022.128.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2022.128.0" />
|
||||
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.0.1" />
|
||||
<PackageReference Include="ppy.osu.Game" Version="2022.205.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2022.205.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2022.205.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2022.205.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2022.205.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
clone_depth: 1
|
||||
version: '{branch}-{build}'
|
||||
image: Visual Studio 2019
|
||||
image: Visual Studio 2022
|
||||
test: off
|
||||
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue