diff --git a/.circleci/config.yml b/.circleci/config.yml index 8ab30d798..6523204a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,6 @@ jobs: sudo apt-get update sudo apt-get install dotnet-sdk-2.1 dotnet --info - rm global.json dotnet build /p:TreatWarningsAsErrors=true cd BTCPayServer.Tests dotnet test --filter Fast=Fast diff --git a/global.json b/global.json deleted file mode 100644 index 55e448dfe..000000000 --- a/global.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "sdk": { - "version": "2.1.403" - } -}