We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
net8.0-android
1 parent 74ff59e commit f0ba377Copy full SHA for f0ba377
Directory.Build.props
@@ -6,7 +6,7 @@
6
<RepositoryCommit>$(BUILD_SOURCEVERSION)</RepositoryCommit>
7
8
<!-- Default TFM's we build for -->
9
- <_DefaultTargetFrameworks>MonoAndroid12.0;net6.0-android;net7.0-android</_DefaultTargetFrameworks>
+ <_DefaultTargetFrameworks>net8.0-android</_DefaultTargetFrameworks>
10
11
<!-- Enable DIM/SIM for Classic (defaults to true on .NET) -->
12
<AndroidBoundInterfacesContainStaticAndDefaultInterfaceMethods>true</AndroidBoundInterfacesContainStaticAndDefaultInterfaceMethods>
0 commit comments