active-directory-dotnet-native-aspnetcore-v2 icon indicating copy to clipboard operation
active-directory-dotnet-native-aspnetcore-v2 copied to clipboard

Updated both projects to use net6.0

Open v-michaelmi opened this issue 3 years ago • 1 comments

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 run for each project.

What to Check

Verify that the following are valid

  • There are no breaking changes

Other Information

v-michaelmi avatar Mar 04 '22 04:03 v-michaelmi

Updated the build, hopefully it'll pass now.

bgavrilMS avatar Mar 04 '22 14:03 bgavrilMS

Obsolete.

Closing

v-michaelmi avatar Apr 28 '23 17:04 v-michaelmi