about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-11-09 16:52:21 -0500
committerBen Harris <ben@tilde.team>2021-11-09 16:52:21 -0500
commit2c9737d6d2821f1f46004965905d037ab00f6518 (patch)
tree50966a52514a98c4bdaf9f8d3532067ddcd855f8 /.drone.yml
parentbbd0d2b4db5f40ddf09c456f195e68f91251172c (diff)
update to .net 6
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 09bd08f..1502452 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -4,7 +4,7 @@ name: run
 
 steps:
   - name: run
-    image: mcr.microsoft.com/dotnet/sdk:latest
+    image: mcr.microsoft.com/dotnet/sdk:6.0
     commands:
       - dotnet test
       - dotnet run --project aoc2019/aoc2019.csproj