microsoft-identity-web
microsoft-identity-web copied to clipboard
Added .Net10 preview
#Added .Net10 preview to dotnetcore.yml
- [X] You've read the Contributor Guide and Code of Conduct.
- [X] You've included unit or integration tests for your change, where applicable.
- [X] You've included inline docs for your change, where applicable.
- [X] There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.
Summary of the changes (Less than 80 chars)
Description
Updated the dotnetcore.yaml file to include a preview version of .Net10
Fixes #3300 (in this specific format)
I've been trying to build the projects as I update the .csproj files.
When I try to build and run the tests, I see the following error that I need Visual Studio version 17.16 or higher:
I currently have Visual Studio Version 17.14.0 Preview 2.0 installed.
So I tried:
- Googling online for 17.16 -> lol couldn't find it
- Checking my Visual Studio Installer to see is 17.16 preview is available -> it wasn't
- Searching in the developer community (link here: https://developercommunity.visualstudio.com/VisualStudio?q=+Visual+Studio+version+17.16+&fTime=6m)
I couldn't find it anywhere :/. Is there something I'm missing?
Parking this PR until a newer version of Visual Studio preview has been released.
VS 2022 Preview 6 is released. Maybe it has better support for this .NET version.