diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 2b50192..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: 3.1.101 - name: Install dependencies run: dotnet restore - name: Build