Skip to content

Commit

Permalink
Allow Dashboard application to roll-forward (#6417)
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Perez Rodriguez <[email protected]>
  • Loading branch information
github-actions[bot] and joperezr authored Oct 21, 2024
1 parent 2c38f6c commit 5fa9337
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Aspire.Dashboard/Aspire.Dashboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
CS8002: Referenced assembly does not have a strong name
-->
<NoWarn>$(NoWarn);CS1591;CS8002</NoWarn>

<!-- This Application is a framework-dependent application that targets .NET 8.0. This means that the
application is not able to run if the place where it is deployed does not have the .NET 8.0 runtime installed.
Given we want to be able to support people running on environments where they only have the 9.0 SDK/runtime installed,
we allow roll-forward to the next major in order to support these customers.-->
<RollForward>Major</RollForward>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 5fa9337

Please sign in to comment.