diff --git a/.drone.yml b/.drone.yml
index 2e6a1a2..a9ef334 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -23,7 +23,7 @@ trigger:
steps:
- name: build
- image: mcr.microsoft.com/dotnet/sdk:6.0
+ image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
volumes:
- name: Documentation
path: /Documentation
@@ -31,11 +31,11 @@ steps:
- cd src/Banquale/
# - workload restore
- dotnet restore Banquale.sln
- - dotnet build Banquale.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/31.0.0
+ - dotnet build Banquale.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0
- dotnet publish Banquale.csproj -c Release --no-restore -o $CI_PROJECT_DIR/build/release -f:net6.0-android /p:AndroidSdkDirectory=/usr/lib/android-sdk
- name: tests
- image: mcr.microsoft.com/dotnet/sdk:6.0
+ image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
commands:
- cd src/Banquale/
- dotnet restore Banquale.sln
diff --git a/src/Banquale/Banquale/Banquale.csproj b/src/Banquale/Banquale/Banquale.csproj
index b0900a0..9add4c8 100644
--- a/src/Banquale/Banquale/Banquale.csproj
+++ b/src/Banquale/Banquale/Banquale.csproj
@@ -1,3 +1,4 @@
+<<<<<<< HEAD
@@ -76,3 +77,83 @@
+=======
+
+
+
+ net6.0-android;net6.0
+ $(TargetFrameworks);net6.0-windows10.0.19041.0
+ $(TargetFrameworks);net6.0-ios
+ $(TargetFrameworks);net6.0-maccatalyst
+
+
+ Exe
+ Banquale
+ true
+ true
+ enable
+
+
+ Banquale
+
+
+ com.companyname.banquale
+ 59d159ae-058c-4142-9c66-ed0e1c72e87d
+
+
+ 1.0
+ 1
+
+ 14.2
+ 14.0
+ 21.0
+ 10.0.17763.0
+ 10.0.17763.0
+ 6.5
+
+
+
+ false
+
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+>>>>>>> 3923f854a3de12e5b70ee09d6f0510c339e27c8a