We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c38f6c commit 5fa9337Copy full SHA for 5fa9337
src/Aspire.Dashboard/Aspire.Dashboard.csproj
@@ -11,6 +11,12 @@
11
CS8002: Referenced assembly does not have a strong name
12
-->
13
<NoWarn>$(NoWarn);CS1591;CS8002</NoWarn>
14
+
15
+ <!-- This Application is a framework-dependent application that targets .NET 8.0. This means that the
16
+ application is not able to run if the place where it is deployed does not have the .NET 8.0 runtime installed.
17
+ Given we want to be able to support people running on environments where they only have the 9.0 SDK/runtime installed,
18
+ we allow roll-forward to the next major in order to support these customers.-->
19
+ <RollForward>Major</RollForward>
20
</PropertyGroup>
21
22
<PropertyGroup>
0 commit comments