From fc4cdde9a11d50ca64353364cfdb3e116165238b Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Tue, 9 May 2023 10:06:59 +0200 Subject: [PATCH 1/4] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/Banquale/B?= =?UTF-8?q?anquale/Banquale.csproj'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Banquale/Banquale/Banquale.csproj | 156 +++++++++++++------------- 1 file changed, 78 insertions(+), 78 deletions(-) diff --git a/src/Banquale/Banquale/Banquale.csproj b/src/Banquale/Banquale/Banquale.csproj index 063bb1e..bfabdf1 100644 --- a/src/Banquale/Banquale/Banquale.csproj +++ b/src/Banquale/Banquale/Banquale.csproj @@ -1,78 +1,78 @@ - - - - net6.0-android;$(TargetFrameworks);net6.0-tizen - $(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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 82ec20a8722d1d880798654604097bfc89277683 Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Tue, 9 May 2023 10:08:45 +0200 Subject: [PATCH 2/4] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2e6a1a2..d467272 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 @@ -35,7 +35,7 @@ steps: - 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 From d62d215e953b3e22627fa1c3958aba0f806f3bca Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Tue, 9 May 2023 10:09:56 +0200 Subject: [PATCH 3/4] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d467272..1cf5fea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ trigger: steps: - name: build - image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet6-maui:latest volumes: - name: Documentation path: /Documentation @@ -31,7 +31,7 @@ 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 From 3923f854a3de12e5b70ee09d6f0510c339e27c8a Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Tue, 9 May 2023 10:10:32 +0200 Subject: [PATCH 4/4] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1cf5fea..a9ef334 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ trigger: steps: - name: build - image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet6-maui:latest + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest volumes: - name: Documentation path: /Documentation