Skip to content

Testing local framework checkout with other projects

Dean Herbert edited this page Jan 11, 2019 · 12 revisions
CSPROJ="osu.Game/osu.Game.csproj"

dotnet remove $CSPROJ package ppy.osu.Framework;
dotnet sln add ../osu-framework/osu.Framework/osu.Framework.csproj ../osu-framework/osu.Framework.NativeLibs/osu.Framework.NativeLibs.csproj;
dotnet add $CSPROJ reference ../osu-framework/osu.Framework/osu.Framework.csproj
Clone this wiki locally