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'