-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update azure functions to .net8 (#680)
- [ ] New feature - [ ] Bug fix - [ ] High impact **Description of work:** [AB#55664](https://statoil-proview.visualstudio.com/787035c2-8cf2-4d73-a83e-bb0e6d937eec/_workitems/edit/55664) This updates the Azure function apps to .net 8, this also means all packages were updated to the latest version. I also removed some duplicate and unnecessary package references. **Testing:** - [x] Can be tested - [x] Automatic tests created / updated - [x] Local tests are passing I did some simple testing like checking that the functions started. **Checklist:** - [x] Considered automated tests - [x] Considered updating specification / documentation - [x] Considered work items - [x] Considered security - [x] Performed developer testing - [x] Checklist finalized / ready for review
- Loading branch information
1 parent
07dfef0
commit 577e449
Showing
4 changed files
with
14 additions
and
28 deletions.
There are no files selected for viewing
19 changes: 7 additions & 12 deletions
19
src/Fusion.Resources.Functions.Common/Fusion.Resources.Functions.Common.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 3 additions & 13 deletions
16
src/backend/function/Fusion.Resources.Functions/Fusion.Resources.Functions.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters