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

Use .NET 8.0 for scenarios libraries #4342

Merged

Conversation

caaavik-msft
Copy link
Contributor

This change makes it so that Utils.csproj will get compiled with .NET 8 instead of .NET 6. The version of this library isn't too important, however there is a bug where .NET 6 projects are failing to build on the latest version of the .NET 8 SDK (dotnet/sdk#42379), so this is good workaround to get our scenarios that run on .NET 8 working again. I also fixed an incorrect exclusion rule in the vscode settings that was causing the /src/tools directory to not be shown in VS and VS Code.

@caaavik-msft caaavik-msft merged commit 99851c7 into dotnet:main Jul 26, 2024
49 of 63 checks passed
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.

2 participants