Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#113] Updates supported dotnet framework from 7.x to 8.x #114

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bronius
Copy link

@bronius bronius commented Sep 20, 2024

Purpose

Updates .Net API backend part of the sample 2-Authorization/2-call-api-angular tutorial from deprecated .Net7 to supported, latest .Net8 so that new users can play, too. This addresses my issue #113

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[x] Other... Please describe:
   Updates codebase to support latest .Net framework

How to Test

  • Get the code

  • Run the sample 2-Authorization/2-call-api-angular/API/ToDoListAPI with the normal dotnet run

  • Test the code

dotnet run

What to Check

Verify that the following are valid

  • No messages about .Net 7 framework not found and instead a message like the following shows:
✗ dotnet run      
info: Microsoft.Hosting.Lifetime[14]
      Now listening on: https://localhost:44351
info: Microsoft.Hosting.Lifetime[0]
      Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lifetime[0]
      Hosting environment: Development
info: Microsoft.Hosting.Lifetime[0]
      Content root path: /Users/bronius/projects/sandbox/ms-identity-ciam-javascript-tutorial/2-Authorization/2-call-api-angular/API/ToDoListAPI

Other Information

This only updates the code sample in the one example in this repo. There may be others.

@bronius bronius changed the title Updates supported dotnet framework from 7.x to 8.x [#113] Updates supported dotnet framework from 7.x to 8.x Sep 20, 2024
@bronius
Copy link
Author

bronius commented Sep 20, 2024

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant