From cdf9e212e7e54015283c00709c75ed2dd021fc95 Mon Sep 17 00:00:00 2001 From: John Wostenberg Date: Tue, 22 Dec 2020 09:16:12 -0700 Subject: [PATCH] Update readme .net 5.0.100 -> 5.0.101 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a66b5e9..b39480c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dotnet: [ '2.2.103', '3.0', '3.1.x', '5.0.100' ] + dotnet: [ '2.2.103', '3.0', '3.1.x', '5.0.101' ] name: Dotnet ${{ matrix.dotnet }} sample steps: - uses: actions/checkout@v2 @@ -63,7 +63,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.100' + dotnet-version: '5.0.101' - run: dotnet build - run: dotnet test ```