From a302d76d0aa2cf71c305f9b861c3402dd567e58f Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Fri, 13 Oct 2023 14:03:35 +0300 Subject: [PATCH] ci: Update .NET SDK --- .github/workflows/azure-static-webapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-webapp.yml b/.github/workflows/azure-static-webapp.yml index 496628792..16318269f 100644 --- a/.github/workflows/azure-static-webapp.yml +++ b/.github/workflows/azure-static-webapp.yml @@ -41,7 +41,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v1.7.2 with: - dotnet-version: '7.0.102' + dotnet-version: '7.0.402' - run: | cd Uno.Gallery/Uno.Gallery.Wasm