Update .NET to 8.0 (#2927)

* Update the Dockerfiles
* Use newer Xcode
* Update Blazor WASM Sample
* Update Uno Samples
This commit is contained in:
Matthew Leibowitz 2024-07-26 00:28:28 +08:00 committed by GitHub
commit 171e086a89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
285 changed files with 3037 additions and 4194 deletions

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>