1
0
Fork 0
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:
Dean Herbert 2022-02-16 13:59:03 +09:00 committed by GitHub
commit b27154ffc4
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -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>

View file

@ -1,6 +1,6 @@
clone_depth: 1
version: '{branch}-{build}'
image: Visual Studio 2019
image: Visual Studio 2022
test: off
environment: