Move TargetFrameworkVersion to .props

git blame didn't give a more specific reason for the comment. Builds just fine.
This commit is contained in:
Susko3
2022-02-11 23:02:06 +01:00
parent 4fa5553667
commit 3d3ec70a15
3 changed files with 3 additions and 6 deletions

View File

@@ -10,7 +10,6 @@
<AndroidApplication>True</AndroidApplication>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a</AndroidSupportedAbis>
<TargetFrameworkVersion>v10.0</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="SampleGameActivity.cs" />
@@ -33,4 +32,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
</Project>
</Project>