Conversation
|
@mgoertz-msft One question I have here is if we should drop |
|
|
|
If someone isn't going to move to .NET 6.0, I doubt that they would update they Behaviors either. |
|
Looks like we need to upgrade the GitHub Actions to support .NET 6.0. My proposed changes would be simple> If this looks good, I'll update the action and rerun the PR |
|
Actually, I can create a new GitHub Action and add the unit tests to that as well. Once the new action is working, we can remove the old one. Thoughts? |
|
Turns out I don't have permission to commit directly to the repo. My experience with GitHub actions is that it usually takes me a number of quick edits and testing to get it working correctly. Requiring a PR and reviewer will make for a very slow fix and would annoy the reviewer 😄 So I just updated the current action for .Net 6 in this PR. Hopefully it works the first try LOL |
Description of Change
Added support for .NET 6.0 since it is LTS.
Dropped support for .NET 5.0 as it out of official support.
Also added a reference to the
Microsoft.NET.Test.Sdknuget package so the unit tests will run for .NET Core 3.1 and .NET 6.Bugs Fixed
PR Checklist