From 4c6bfa6089cf2966ce1f28e1dab48e59440ec710 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Tue, 5 Mar 2024 12:06:32 +0100 Subject: [PATCH] Update to .NET 8 and bump deps --- .github/workflows/dotnet.yml | 4 ++-- src/Acr.UserDialogs/Acr.UserDialogs.csproj | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e832ec4e..3ab75b0a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Install workloads run: dotnet workload install -s https://api.nuget.org/v3/index.json android ios - name: Setup Java @@ -46,7 +46,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x include-prerelease: true - uses: actions/download-artifact@master with: diff --git a/src/Acr.UserDialogs/Acr.UserDialogs.csproj b/src/Acr.UserDialogs/Acr.UserDialogs.csproj index 97dfc1f5..7574be97 100644 --- a/src/Acr.UserDialogs/Acr.UserDialogs.csproj +++ b/src/Acr.UserDialogs/Acr.UserDialogs.csproj @@ -1,7 +1,7 @@  - netstandard2.0;net7.0-ios;net7.0-android + netstandard2.0;net8.0-ios;net8.0-android https://github.com/aritchie/userdialogs $(AssemblyName) ($(TargetFramework)) Allan Ritchie @@ -39,7 +39,7 @@ true - + $(DefineConstants);ANDROIDX @@ -57,11 +57,11 @@ - + - + @@ -72,7 +72,7 @@ - +