From 7fbc1a5598d2d63f98c40d551966395a20ecd26a Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 4 Feb 2026 17:27:40 +0100 Subject: [PATCH] Aggiunta analizzatore x async compliance --- Directory.Packages.props | 4 ++++ Test.UI/Test.UI.csproj | 4 ++++ WebWindowComplex/WebWindowComplex.csproj | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/Directory.Packages.props b/Directory.Packages.props index cc64997..353f231 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,6 +4,10 @@ false + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + diff --git a/Test.UI/Test.UI.csproj b/Test.UI/Test.UI.csproj index 6776bd9..7f471cd 100644 --- a/Test.UI/Test.UI.csproj +++ b/Test.UI/Test.UI.csproj @@ -29,6 +29,10 @@ + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj index 6c7bead..fe5b1c6 100644 --- a/WebWindowComplex/WebWindowComplex.csproj +++ b/WebWindowComplex/WebWindowComplex.csproj @@ -18,6 +18,10 @@ + + runtime; build; native; contentfiles; analyzers; buildtransitive + all +