From bfb0e8ee04923b51c6c59ed1ab644fddcef9564d Mon Sep 17 00:00:00 2001 From: Richard Schneider Date: Fri, 25 May 2018 14:11:52 +1200 Subject: [PATCH] chore(Circle): fix dotnet1 build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c4948ab..e26d811 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: - run: cat /etc/os-release - checkout - run: dotnet restore - - run: dotnet build ./src/Udns.csproj -c Release --framework netstandard1.4 + - run: dotnet build ./src/Udns.csproj -c Release --framework netstandard14 - run: dotnet test ./test/UdnsTests.csproj -c Release --framework netcoreapp1.1 dotnet2: