From 2e65a95cc983f7462ce2b0c847e4bd8932995252 Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Sun, 17 Apr 2022 02:01:41 -0400 Subject: [PATCH] chore(ci): use dotnet 5.0 --- .build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.build.yml b/.build.yml index 57a1c52..100d22a 100644 --- a/.build.yml +++ b/.build.yml @@ -1,6 +1,7 @@ image: fedora/latest packages: - dotnet + - dotnet-sdk-5.0 - wget - unzip - zip