Skip to content

Commit

Permalink
Bumping SDK version ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Jul 8, 2020
1 parent 371723e commit 905f48d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-app-svc-linux-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.201
dotnet-version: 3.1.300

- name: Restore
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-app-svc-windows-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.201
dotnet-version: 3.1.300

- name: Restore
run: dotnet restore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.201
dotnet-version: 3.1.300

- name: Build Blazor App
run: dotnet publish -c Release -o ../published
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-storage-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.201
dotnet-version: 3.1.300

- name: Restore
run: dotnet restore
Expand Down

0 comments on commit 905f48d

Please sign in to comment.