about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-07-09 14:33:58 +0000
committerBen Harris <ben@tilde.team>2020-11-10 15:34:19 -0500
commit0d4e5818fc031e81eacfca19928cad7fa95b5290 (patch)
tree64d5341ebc2243c3215f79de5d3d7cac63e1492a /.drone.yml
parent53d253257754b204828b68a1c7e35e2f213a82e1 (diff)
update to .net 5
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
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