From b50d70502be6132e84ceee9ea3b9946c2a8283d4 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Wed, 5 May 2021 16:47:58 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f794be5..dd3c496 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Preview version: ```yml steps: - uses: actions@checkout@v2 +- uses: actions/setup-dotnet@v1 with: dotnet-version: '6.0.x' include-prerelease: true