From e1713dd4f03f9ffb8c9212cf14b3228a83f15a76 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Mon, 5 Jun 2023 11:22:35 -0600 Subject: [PATCH] Target net6.0 (#37) netcoreapp3.1 is out of support. --- appveyor.yml | 6 +++--- src/PrivateGalleryCreator.csproj | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f46f1fa..f04fd27 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -image: Visual Studio 2019 +image: Visual Studio 2022 version: 1.0.{build} configuration: Release @@ -15,5 +15,5 @@ build_script: - cmd: dotnet publish src\PrivateGalleryCreator.csproj artifacts: - - path: 'src\bin\$(configuration)\netcoreapp3.1\publish' - name: PrivateGalleryCreator \ No newline at end of file + - path: 'src\bin\$(configuration)\net6.0\publish' + name: PrivateGalleryCreator diff --git a/src/PrivateGalleryCreator.csproj b/src/PrivateGalleryCreator.csproj index fcabc27..dee0c72 100644 --- a/src/PrivateGalleryCreator.csproj +++ b/src/PrivateGalleryCreator.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net6.0 dotnet-PrivateGalleryCreator-DD03A4CA-D07C-4F94-B819-AF0367356BBB Exe @@ -14,4 +14,4 @@ false - \ No newline at end of file +