From aca1816f145d61f2e5286a4c09c5438f56930904 Mon Sep 17 00:00:00 2001 From: La'Kaleigh Harris <35268101+Xlient@users.noreply.github.com> Date: Tue, 9 Nov 2021 05:29:16 +0000 Subject: [PATCH] Updated usage example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce764a9..94016c1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ steps: - uses: actions/checkout@v2 - uses: actions/setup-dotnet@v1 with: - dotnet-versions: | + dotnet-version: | 3.1.201 2.2.207 - run: dotnet build