diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2602160fd..f92d5c777 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,6 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.100 + dotnet-version: 3.1.201 - name: Build with dotnet - run: dotnet build src\BootstrapBlazor.WebConsole --configuration Release \ No newline at end of file + run: dotnet build --configuration Release