Skip to content

Commit 5fa9337

Browse files
Allow Dashboard application to roll-forward (#6417)
Co-authored-by: Jose Perez Rodriguez <[email protected]>
1 parent 2c38f6c commit 5fa9337

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Aspire.Dashboard/Aspire.Dashboard.csproj

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
CS8002: Referenced assembly does not have a strong name
1212
-->
1313
<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>
1420
</PropertyGroup>
1521

1622
<PropertyGroup>

0 commit comments

Comments
 (0)