Support for .NET 8.0.200 #15044
Closed
jeromelaban
started this conversation in
General
Replies: 1 comment 2 replies
-
After adding global.json below, the first issue keeps happening, does anyone else work?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.NET 8.0.200 has been released yesterday, and fixes dotnet/runtime#96872, dotnet/sdk#37958 and dotnet/runtime#93860.
To update:
Previous update on 8.0.101
The new service of .NET 8.0.101 has been released, and it is causing some issues that have yet to be fixed: - https://github.com/dotnet/runtime/issues/96872 - https://github.com/dotnet/sdk/issues/37958
Those two issues impact mobile development only, so if you're doing Windows, Skia or WebAssembly development, you will not be having issues.
uno.check does not have an update to 8.0.101 as a result of those issues.
If you're running Visual Studio 2022, you will likely want to include a global.json in your project and force the version to 8.0.100.
Beta Was this translation helpful? Give feedback.
All reactions