1
0
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:
miterosan 2018-10-29 18:49:31 +01:00
parent ab276b5635
commit 4d97b96705

View File

@ -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");