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

Update to .NET 7.0 #2542

Merged
merged 2 commits into from
Nov 14, 2022
Merged

Conversation

eslamisepehr
Copy link
Contributor

Hello 👋

Update Projects to .NET 7.0.

Notice:

  • One test (Validate_ThrowsException_IfExpectedContentIsNotPresent) failed when updated to .NET 7.0.

Update to .NET 7.0
@htuomola
Copy link

I was curious why the build fails (it fails to download .net 7). Seems that it relies on global.json version but dotnet-install script doesn't honor "rollForward" policy in global.json but tries to download 7.0.0 instead. That doesn't exist, correct version would be 7.0.100.
So, I think that could be used in global.json instead - or change build to call dotnet-install script with parameter -channel 7.0 instead?

@domaindrivendev domaindrivendev merged commit 93fe279 into domaindrivendev:master Nov 14, 2022
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.

3 participants