-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update buildscripts. Add windows ARM64 support (#4)
* Update buildscriopts. Add windows ARM64 support * Bump NuGet Packages * Create the directories * Bump buildscripts tp e1aac69 * Bump SDL to release-2.30.7 * Bump buildscripts to 48247d7 * Bump buildscripts to 388432d * Update Build.csproj * Update Build.csproj * bump buildscripts * Bump framework version * Bump framework version
- Loading branch information
1 parent
2eefe1b
commit 2bb6739
Showing
4 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule buildscripts
updated
9 files
+5 −3 | MonoGame.Library.BuildScripts.csproj | |
+5 −3 | Resources/MonoGame.Library.X.txt | |
+1 −0 | Tasks.cs | |
+37 −3 | Tasks/PublishLibraryTask.cs | |
+49 −15 | Tasks/PublishPackageTask.cs | |
+90 −0 | Tasks/TestAndroidTask.cs | |
+4 −2 | Tasks/TestLinuxTask.cs | |
+43 −3 | Tasks/TestMacOSTask.cs | |
+3 −2 | Tasks/TestWindowsTask.cs |
Submodule sdl
updated
1228 files