mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 05:49:52 +08:00
Build against netcoreapp2.1 instead of net471
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ var CodeFileSanityToolPath = DownloadFile("https://github.com/peppy/CodeFileSani
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
var target = Argument("target", "Build");
|
||||
var framework = Argument("framework", "net471");
|
||||
var framework = Argument("framework", "netcoreapp2.1");
|
||||
var configuration = Argument("configuration", "Release");
|
||||
|
||||
var osuDesktop = new FilePath("./osu.Desktop/osu.Desktop.csproj");
|
||||
|
||||
Reference in New Issue
Block a user