File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
SimpleXamarinGraphQL.Android Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" com.minnick.simplexamaringraphql" >
3- <uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 30 " />
3+ <uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 33 " />
44 <application android : label =" SimpleXamarinGraphQL.Android" ></application >
55 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
66</manifest >
Original file line number Diff line number Diff line change 1515 <AndroidManifest >Properties\AndroidManifest.xml</AndroidManifest >
1616 <MonoAndroidResourcePrefix >Resources</MonoAndroidResourcePrefix >
1717 <MonoAndroidAssetsPrefix >Assets</MonoAndroidAssetsPrefix >
18- <TargetFrameworkVersion >v11 .0</TargetFrameworkVersion >
18+ <TargetFrameworkVersion >v13 .0</TargetFrameworkVersion >
1919 <AndroidEnableSGenConcurrent >true</AndroidEnableSGenConcurrent >
2020 <AndroidHttpClientHandlerType >Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType >
2121 <ProduceReferenceAssembly >true</ProduceReferenceAssembly >
Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <TargetFramework >netstandard2.1</TargetFramework >
5- <Nullable >enable</Nullable >
6- <ProduceReferenceAssembly >true</ProduceReferenceAssembly >
7- <LangVersion >latest</LangVersion >
5+ <BuildWithMSBuildOnMono >true</BuildWithMSBuildOnMono >
86 </PropertyGroup >
97 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
108 <DebugType >pdbonly</DebugType >
You can’t perform that action at this time.
0 commit comments