Skip to content

Commit

Permalink
add dotnet 8.0 to more places
Browse files Browse the repository at this point in the history
  • Loading branch information
paule96 committed Jan 16, 2024
1 parent fbb2ace commit 2699453
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": "latest"
},
"ghcr.io/devcontainers/features/dotnet": {
"version": "7.0",
"version": "8.0",
"additionalVersions": "6.0",
"runtimeOnly": false
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true
- name: Deploy
run: './build/deploy.ps1 -Token ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_KINDDUNE004C2C103 }} -appBuildOutput ./temp/frontend/wwwroot/ -apiBuildOutput ./temp/api/ -envrionmentName ${{ github.event.number }} -pullrequestTitle "${{steps.Pr-Title.outputs.pr-title}}" -branchName ${{ github.head_ref }} -apiFramework "dotnetisolated" -apiFrameworkVersion "7.0" -Verbose -Delete'
run: './build/deploy.ps1 -Token ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_KINDDUNE004C2C103 }} -appBuildOutput ./temp/frontend/wwwroot/ -apiBuildOutput ./temp/api/ -envrionmentName ${{ github.event.number }} -pullrequestTitle "${{steps.Pr-Title.outputs.pr-title}}" -branchName ${{ github.head_ref }} -apiFramework "dotnetisolated" -apiFrameworkVersion "8.0" -Verbose -Delete'
shell: pwsh
3 changes: 3 additions & 0 deletions src/CZ.Azure.FileExchange/wwwroot/staticwebapp.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"platform": {
"apiRuntime": "dotnet-isolated:8.0"
},
"navigationFallback": {
"rewrite": "/index.html",
"exclude": [
Expand Down

0 comments on commit 2699453

Please sign in to comment.