active-directory-dotnet-native-aspnetcore-v2
active-directory-dotnet-native-aspnetcore-v2 copied to clipboard
Updated both projects to use net6.0
Purpose
- ...
Does this introduce a breaking change?
[ ] Yes
[X] No
Pull Request Type
What kind of change does this Pull Request introduce?
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[X] Other... Please describe: Updating samples to use NET 6.0
How to Test
- Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
- Smoke test the code. Should work same as before.
- Should also work using the dotnet cli using
dotnet runfor each project.
- Should also work using the dotnet cli using
What to Check
Verify that the following are valid
- There are no breaking changes
Other Information
Updated the build, hopefully it'll pass now.
Obsolete.
Closing