Skip to content

Commit 26e9fa8

Browse files
committed
Use .NET Core 3.0 SDK
1 parent 8c08137 commit 26e9fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
executors:
33
dotnet:
44
docker:
5-
- image: mcr.microsoft.com/dotnet/core/sdk:2.2
5+
- image: mcr.microsoft.com/dotnet/core/sdk:3.0
66
environment:
77
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
88
NUGET_XMLDOC_MODE: skip

0 commit comments

Comments
 (0)