Skip to content

Commit

Permalink
[One .NET] specify platforms for android and android-aot workloads (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Sep 10, 2021
1 parent 76d9225 commit 6009ed6
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -13,10 +13,12 @@
"Microsoft.Android.Runtime.android-x64",
"Microsoft.Android.Templates"
],
"platforms": [ "win-x64", "linux-x64", "osx-x64", "osx-arm64" ],
"extends" : [ "microsoft-net-runtime-android" ]
},
"android-aot": {
"description": ".NET SDK Workload for building Android applications with AOT support.",
"platforms": [ "win-x64", "linux-x64", "osx-x64", "osx-arm64" ],
"extends" : [ "android", "microsoft-net-runtime-android-aot" ]
}
},
Expand Down

0 comments on commit 6009ed6

Please sign in to comment.