mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:52:55 +08:00
Remove the framework settings. It is not used.
This commit is contained in:
parent
ab276b5635
commit
4d97b96705
@ -7,7 +7,6 @@
|
|||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
var target = Argument("target", "Build");
|
var target = Argument("target", "Build");
|
||||||
var framework = Argument("framework", "netcoreapp2.1");
|
|
||||||
var configuration = Argument("configuration", "Release");
|
var configuration = Argument("configuration", "Release");
|
||||||
|
|
||||||
var osuSolution = new FilePath("./osu.sln");
|
var osuSolution = new FilePath("./osu.sln");
|
||||||
|
Loading…
Reference in New Issue
Block a user