From 7efbafc79afc272a91c33380d7785f4e09e55069 Mon Sep 17 00:00:00 2001 From: Felipe Baltazar Date: Sun, 17 Sep 2023 21:25:48 -0300 Subject: [PATCH] Target for .Net8 --- .github/workflows/PackageCI.yml | 2 +- .github/workflows/PrCheck.yml | 4 ++-- Maui.NeoControls.Demo/Maui.NeoControls.Demo.csproj | 2 +- Maui.NeoControls/Maui.NeoControls.csproj | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/PackageCI.yml b/.github/workflows/PackageCI.yml index 7b4e959..1a22109 100644 --- a/.github/workflows/PackageCI.yml +++ b/.github/workflows/PackageCI.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.x.x + dotnet-version: 8.x.x - name: Nerdbank.GitVersioning uses: dotnet/nbgv@v0.4.0 diff --git a/.github/workflows/PrCheck.yml b/.github/workflows/PrCheck.yml index 8e64b1e..21d63bf 100644 --- a/.github/workflows/PrCheck.yml +++ b/.github/workflows/PrCheck.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.x.x + dotnet-version: 8.x.x - uses: actions/setup-java@v2 with: @@ -56,7 +56,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.x.x + dotnet-version: 8.x.x - uses: actions/setup-java@v2 with: diff --git a/Maui.NeoControls.Demo/Maui.NeoControls.Demo.csproj b/Maui.NeoControls.Demo/Maui.NeoControls.Demo.csproj index 4e56e90..a710c70 100644 --- a/Maui.NeoControls.Demo/Maui.NeoControls.Demo.csproj +++ b/Maui.NeoControls.Demo/Maui.NeoControls.Demo.csproj @@ -1,7 +1,7 @@  - net7.0-android;net7.0-ios + net8.0-android;net8.0-ios Exe Maui.NeoControls.Demo true diff --git a/Maui.NeoControls/Maui.NeoControls.csproj b/Maui.NeoControls/Maui.NeoControls.csproj index 8b8a58c..e13e0ba 100644 --- a/Maui.NeoControls/Maui.NeoControls.csproj +++ b/Maui.NeoControls/Maui.NeoControls.csproj @@ -1,7 +1,7 @@  - net7.0-android;net7.0-ios + net8.0-android;net8.0-ios true enable Maui.Views.NeoControls