Skip to content

Commit 89d6cd3

Browse files
committed
Update target framework
1 parent cbfd5d2 commit 89d6cd3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version: 1.0.{build}
22
image: Visual Studio 2019
3+
skip_branch_with_pr: true
34
environment:
45
CYPRESS_RECORD_KEY:
56
secure: zrEJrmRw4T8jXDP0u73B73A8QEfq6bRi1Z9F4d7bEumJK9sZVyW/KUG2qN1WWYeL
@@ -8,7 +9,7 @@ install:
89
- dotnet tool install -g Cake.Tool --version 0.38.5
910
- SET JAVA_HOME=C:\Program Files\Java\jdk11
1011
- SET PATH=%JAVA_HOME%\bin;%PATH%
11-
- ps: Install-Product node 12
12+
- ps: Install-Product node 14
1213
build_script:
1314
- cmd: dotnet cake -Target=CI
1415
test: off

src/CurlToCSharp/CurlToCSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net5.0</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>

0 commit comments

Comments
 (0)