From 0d4e5818fc031e81eacfca19928cad7fa95b5290 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 9 Jul 2020 14:33:58 +0000 Subject: update to .net 5 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 22f3b42..484e4b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: run steps: - name: run - image: mcr.microsoft.com/dotnet/core/sdk:latest + image: mcr.microsoft.com/dotnet/sdk:latest commands: - dotnet test -- cgit 1.4.1