From 7bf80c8a85c5f41007f21486914f05525343e691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20S=CC=8Colte=CC=81s?= Date: Sun, 3 Mar 2024 16:37:38 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 94be6cc..50f944c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ resources: variables: BuildConfiguration: 'Release' BuildPlatform: 'Any CPU' - PublishFramework: 'net7.0' + PublishFramework: 'net8.0' PublishProject: 'AvaloniaDemo.Desktop' PublishRuntime: '' Workloads: 'wasm-tools wasm-experimental'