diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index e17b04b..77377d4 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -15,8 +15,6 @@ jobs: - uses: actions/checkout@v2 - name: Setup .NET Core uses: actions/setup-dotnet@v1 - with: - dotnet-version: 5.0 - name: Install dependencies run: dotnet restore - name: Build