Skip to content

Commit add9611

Browse files
committed
build: Upgrade to .NET 5.0
1 parent d21b9db commit add9611

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 1.0.{build}
22
skip_branch_with_pr: true
3-
image: Visual Studio 2017
3+
image: Visual Studio 2019
44
build_script:
55
- cmd: dotnet build

Open Rails Code Bot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.2</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
<RootNamespace>Open_Rails_Code_Bot</RootNamespace>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)