Azure / static-web-apps

Azure Static Web Apps. For bugs and feature requests, please create an issue in this repo. For community discussions, latest updates, kindly refer to the Discussions Tab. To know what's new in Static Web Apps, visit https://aka.ms/swa/ThisMonth
https://aka.ms/swa
MIT License
325 stars 56 forks source link

Cannot build/deploy Blazor WebAssembly Standalone for .NET 8 to Azure Static Sites #1431

Closed jsedlak closed 6 months ago

jsedlak commented 6 months ago

I have a little project that suddenly stopped building via Oryx this past week. I have been targeting .NET8 for some time now, and it is no longer building. It appears as though it isn't installing the .NET 8 SDK.

Relevant Action/Job https://github.com/jsedlak/tazor-docs/actions/runs/8259337014/job/22593077230

image

jsedlak commented 6 months ago

Fixed by bumping .NET version to 8.0.200 in global.json