From eaa01ba1218ecfba6f5a5721499f37d8d6eb2277 Mon Sep 17 00:00:00 2001 From: Anna 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