File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
18
18
<AndroidResgenClass >Resource</AndroidResgenClass >
19
19
<GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
20
20
<AndroidUseLatestPlatformSdk >false</AndroidUseLatestPlatformSdk >
21
- <TargetFrameworkVersion >v10 .0</TargetFrameworkVersion >
21
+ <TargetFrameworkVersion >v11 .0</TargetFrameworkVersion >
22
22
<AndroidManifest >Properties\AndroidManifest.xml</AndroidManifest >
23
23
<MonoAndroidResourcePrefix >Resources</MonoAndroidResourcePrefix >
24
24
<MonoAndroidAssetsPrefix >Assets</MonoAndroidAssetsPrefix >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" uno.platform.CommunityToolkit.WinUI.sampleapp.droid" android : installLocation =" auto" >
3
- <uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 29 " />
3
+ <uses-sdk android : minSdkVersion =" 21" android : targetSdkVersion =" 30 " />
4
4
<application android : allowBackup =" true" android : label =" CommunityToolkit.WinUI.SampleApp.Droid" android : supportsRtl =" true" android : theme =" @style/AppTheme" ></application >
5
5
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
6
6
</manifest >
Original file line number Diff line number Diff line change 43
43
<PackageReference Include =" Uno.WinUI" Version =" 4.0.0-dev.5688" />
44
44
</ItemGroup >
45
45
46
- <ItemGroup Condition =" '$(TargetFramework)' == 'monoandroid10 .0' or '$(TargetFramework)' == 'xamarinios10' or '$(TargetFrameworkIdentifier)' == 'Xamarin.Mac'" >
46
+ <ItemGroup Condition =" '$(TargetFramework)' == 'monoandroid11 .0' or '$(TargetFramework)' == 'xamarinios10' or '$(TargetFrameworkIdentifier)' == 'Xamarin.Mac'" >
47
47
<Reference Include =" System.ComponentModel.DataAnnotations" />
48
48
</ItemGroup >
49
49
<!-- END UNO SPECIFIC -->
Original file line number Diff line number Diff line change 54
54
<PackageReference Include =" Uno.ColorCode.WinUI" Version =" 2.1.0-uno.32" />
55
55
</ItemGroup >
56
56
57
- <ItemGroup Condition =" '$(TargetFramework)' == 'monoandroid10 .0' or '$(TargetFramework)' == 'xamarinios10' or '$(TargetFrameworkIdentifier)' == 'Xamarin.Mac'" >
57
+ <ItemGroup Condition =" '$(TargetFramework)' == 'monoandroid11 .0' or '$(TargetFramework)' == 'xamarinios10' or '$(TargetFrameworkIdentifier)' == 'Xamarin.Mac'" >
58
58
<Reference Include =" System.Xml" />
59
59
<Reference Include =" System.Xml.Linq" />
60
60
</ItemGroup >
Original file line number Diff line number Diff line change 94
94
<!-- BEGIN Uno Specific -->
95
95
96
96
<PropertyGroup >
97
- <TargetFrameworksOverride >MonoAndroid10 .0;xamarinios10;netstandard2.0;xamarinmac20</TargetFrameworksOverride >
97
+ <TargetFrameworksOverride >MonoAndroid11 .0;xamarinios10;netstandard2.0;xamarinmac20</TargetFrameworksOverride >
98
98
<!-- <TargetFrameworksOverride>netstandard2.0</TargetFrameworksOverride>-->
99
99
100
100
<NoWarn >$(NoWarn);SA1633</NoWarn >
You can’t perform that action at this time.
0 commit comments