We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d21b9db + add9611 commit 22703bbCopy full SHA for 22703bb
.appveyor.yml
@@ -1,5 +1,5 @@
1
version: 1.0.{build}
2
skip_branch_with_pr: true
3
-image: Visual Studio 2017
+image: Visual Studio 2019
4
build_script:
5
- cmd: dotnet build
Open Rails Code Bot.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp2.2</TargetFramework>
+ <TargetFramework>net5.0</TargetFramework>
6
<RootNamespace>Open_Rails_Code_Bot</RootNamespace>
7
</PropertyGroup>
8
0 commit comments