diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 960be956..340a6734 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -24,7 +24,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.100-preview1-014459 + dotnet-version: 3.1.100-preview2-014569 - name: Dotnet Build run: dotnet build --configuration Release - name: Dotnet Publish diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed1c59c4..73e3826c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 3.1.100-preview1-014459 + dotnet-version: 3.1.100-preview2-014569 - name: Dotnet Pack working-directory: src/BlazorTable run: dotnet pack -c Release -p:Version=${GITHUB_REF##*/v}