force
This commit is contained in:
parent
78b01d794e
commit
a04e855c2d
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,10 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net10.0-android</TargetFramework>
|
<TargetFramework>net10.0-android</TargetFramework>
|
||||||
|
<!-- FORCE LES ARCHITECTURES ANDROID VALIDES -->
|
||||||
|
<RuntimeIdentifiers>android-arm64;android-x64</RuntimeIdentifiers>
|
||||||
<SupportedOSPlatformVersion>23.0.0</SupportedOSPlatformVersion>
|
<SupportedOSPlatformVersion>23.0.0</SupportedOSPlatformVersion>
|
||||||
|
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ApplicationId>com.CompanyName.PostIt</ApplicationId>
|
<ApplicationId>com.CompanyName.PostIt</ApplicationId>
|
||||||
<ApplicationVersion>1</ApplicationVersion>
|
<ApplicationVersion>1</ApplicationVersion>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue