From d1afc3409a9f872ebb432db3336ca675ac49dde7 Mon Sep 17 00:00:00 2001 From: Oskar Gewalli Date: Thu, 31 Aug 2023 08:51:37 +0300 Subject: [PATCH] Upgrade to net7 --- appveyor.yml | 4 ++-- demo-apps/GoogleAuthApp/GoogleAuthApp/GoogleAuthApp.fsproj | 2 +- demo-apps/IdentityApp/IdentityApp/IdentityApp.fsproj | 2 +- demo-apps/JwtApp/JwtApp/JwtApp.fsproj | 2 +- demo-apps/SampleApp/SampleApp.Tests/SampleApp.Tests.fsproj | 2 +- demo-apps/SampleApp/SampleApp/SampleApp.fsproj | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b86982f..28d4f8b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,13 +1,13 @@ version: 0.1.0-{build} image: - - Visual Studio 2017 + - Visual Studio 2019 - Ubuntu environment: DOTNET_CLI_TELEMETRY_OPTOUT: 1 init: - git config --global core.autocrlf true install: - - ps: .\.psscripts\install-dotnet.ps1 -SdkVersions "3.1.201" + - ps: .\.psscripts\install-dotnet.ps1 -SdkVersions "7.0.307" build: off build_script: - ps: .\build.ps1 diff --git a/demo-apps/GoogleAuthApp/GoogleAuthApp/GoogleAuthApp.fsproj b/demo-apps/GoogleAuthApp/GoogleAuthApp/GoogleAuthApp.fsproj index e856f0e..4af6662 100644 --- a/demo-apps/GoogleAuthApp/GoogleAuthApp/GoogleAuthApp.fsproj +++ b/demo-apps/GoogleAuthApp/GoogleAuthApp/GoogleAuthApp.fsproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net7 portable false $(MSBuildThisFileDirectory) diff --git a/demo-apps/IdentityApp/IdentityApp/IdentityApp.fsproj b/demo-apps/IdentityApp/IdentityApp/IdentityApp.fsproj index 5504e5a..22f2b4c 100644 --- a/demo-apps/IdentityApp/IdentityApp/IdentityApp.fsproj +++ b/demo-apps/IdentityApp/IdentityApp/IdentityApp.fsproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net7 portable false $(MSBuildThisFileDirectory) diff --git a/demo-apps/JwtApp/JwtApp/JwtApp.fsproj b/demo-apps/JwtApp/JwtApp/JwtApp.fsproj index d3d100b..f616e7c 100644 --- a/demo-apps/JwtApp/JwtApp/JwtApp.fsproj +++ b/demo-apps/JwtApp/JwtApp/JwtApp.fsproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net7 false $(MSBuildThisFileDirectory) diff --git a/demo-apps/SampleApp/SampleApp.Tests/SampleApp.Tests.fsproj b/demo-apps/SampleApp/SampleApp.Tests/SampleApp.Tests.fsproj index 912d180..bdc7243 100644 --- a/demo-apps/SampleApp/SampleApp.Tests/SampleApp.Tests.fsproj +++ b/demo-apps/SampleApp/SampleApp.Tests/SampleApp.Tests.fsproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net7 SampleApp.Tests portable diff --git a/demo-apps/SampleApp/SampleApp/SampleApp.fsproj b/demo-apps/SampleApp/SampleApp/SampleApp.fsproj index aab51c3..c6f0e69 100644 --- a/demo-apps/SampleApp/SampleApp/SampleApp.fsproj +++ b/demo-apps/SampleApp/SampleApp/SampleApp.fsproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net7 false $(MSBuildThisFileDirectory)