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 8c08137 commit 26e9fa8Copy full SHA for 26e9fa8
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
executors:
3
dotnet:
4
docker:
5
- - image: mcr.microsoft.com/dotnet/core/sdk:2.2
+ - image: mcr.microsoft.com/dotnet/core/sdk:3.0
6
environment:
7
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
8
NUGET_XMLDOC_MODE: skip
0 commit comments