From ea47937c215581893006767220ea2384a9abfb89 Mon Sep 17 00:00:00 2001 From: La'Kaleigh Harris <35268101+Xlient@users.noreply.github.com> Date: Wed, 27 Oct 2021 19:24:04 +0000 Subject: [PATCH] Updated README and workflow.yml --- .github/workflows/workflow.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index da93b0a..8d1fbea 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -48,7 +48,7 @@ jobs: - name: Setup dotnet 2.2.402 and 3.1.404 uses: ./ with: - dotnet-version: | + dotnet-versions: | 2.2.402 3.1.404 - name: Verify dotnet diff --git a/README.md b/README.md index 5c5a2c8..ce764a9 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ steps: - uses: actions/checkout@v2 - uses: actions/setup-dotnet@v1 with: - dotnet-version: | - 3.1.20 - 2.2.207 + dotnet-versions: | + 3.1.201 + 2.2.207 - run: dotnet build ``` Preview version: