From add9611d25002a7de93f895381dbdd07e056b88f Mon Sep 17 00:00:00 2001 From: James Ross Date: Thu, 10 Dec 2020 21:12:07 +0000 Subject: [PATCH] build: Upgrade to .NET 5.0 --- .appveyor.yml | 2 +- Open Rails Code Bot.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index cf117c9..c80dc3e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,5 @@ version: 1.0.{build} skip_branch_with_pr: true -image: Visual Studio 2017 +image: Visual Studio 2019 build_script: - cmd: dotnet build diff --git a/Open Rails Code Bot.csproj b/Open Rails Code Bot.csproj index 50cfb93..2909c90 100644 --- a/Open Rails Code Bot.csproj +++ b/Open Rails Code Bot.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.2 + net5.0 Open_Rails_Code_Bot