diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 340a6734..45e933a5 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-preview2-014569 + dotnet-version: 3.1.100-preview3-014645 - name: Dotnet Build run: dotnet build --configuration Release - name: Dotnet Publish