問題
自 2021 年 11 月 1 日起,上傳至 Google Play 商店的新應用程式與應用程式更新必須針對 v11.0(API 30)或以上版本。
解決方法
如果你看到這個警告,建議你將專案更新 $(TargetFrameworkVersion) 到 v11.0 或以上。
如果您不是以Google Play商店為目標,而且想要隱藏這些警告,您可以使用 /warnasmessage:XA0113 命令行參數。 或者,新增
<PropertyGroup>
<MSBuildWarningsAsMessages>XA0113</MSBuildWarningsAsMessages>
</PropertyGroup>
到你的 .csproj 檔案。