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.
1 parent cbfd5d2 commit 89d6cd3Copy full SHA for 89d6cd3
appveyor.yml
@@ -1,5 +1,6 @@
1
version: 1.0.{build}
2
image: Visual Studio 2019
3
+skip_branch_with_pr: true
4
environment:
5
CYPRESS_RECORD_KEY:
6
secure: zrEJrmRw4T8jXDP0u73B73A8QEfq6bRi1Z9F4d7bEumJK9sZVyW/KUG2qN1WWYeL
@@ -8,7 +9,7 @@ install:
8
9
- dotnet tool install -g Cake.Tool --version 0.38.5
10
- SET JAVA_HOME=C:\Program Files\Java\jdk11
11
- SET PATH=%JAVA_HOME%\bin;%PATH%
- - ps: Install-Product node 12
12
+ - ps: Install-Product node 14
13
build_script:
14
- cmd: dotnet cake -Target=CI
15
test: off
src/CurlToCSharp/CurlToCSharp.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
+ <TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
7
<ItemGroup>
0 commit comments