From daf11d7244ba48204c39302db48be664d2b3b4db Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Wed, 4 Sep 2024 10:58:04 -0700 Subject: [PATCH] Allow Dashboard application to roll-forward --- src/Aspire.Dashboard/Aspire.Dashboard.csproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Aspire.Dashboard/Aspire.Dashboard.csproj b/src/Aspire.Dashboard/Aspire.Dashboard.csproj index 5360e709f4c..3c11bb936e8 100644 --- a/src/Aspire.Dashboard/Aspire.Dashboard.csproj +++ b/src/Aspire.Dashboard/Aspire.Dashboard.csproj @@ -11,6 +11,12 @@ CS8002: Referenced assembly does not have a strong name --> $(NoWarn);CS1591;CS8002 + + + Major