|
634 | 634 | <SourceBuild RepoName="scenario-tests" ManagedOnly="true" />
|
635 | 635 | </Dependency>
|
636 | 636 | <!--
|
637 |
| - Aspire isn't really a toolset dependency. However, it only inserts a baseline manifest in installer, |
638 |
| - and if you squint at it, this means we can say that its specific dependency versions don't matter to installer. |
| 637 | + Aspire isn't really a toolset dependency. However, it only inserts a baseline manifest in sdk, |
| 638 | + and if you squint at it, this means we can say that its specific dependency versions don't matter to sdk. |
639 | 639 | It also doesn't currently ship 9.0 preview versions, meaning the version is locked to the latest shipped from 8.0 era.
|
640 |
| - Avoiding this as a product dependency avoids a long coherency path (aspnetcore->extensions->aspire->installer). |
| 640 | + Avoiding this as a product dependency avoids a long coherency path (aspnetcore->extensions->aspire->sdk). |
641 | 641 | **It is** of course possible that an incoherent aspire means that aspire depends on versions of extensions that
|
642 | 642 | aren't shipping, or those extensions packages depend on aspnetcore packages that won't ship. However, given the cost
|
643 | 643 | of maintaining this coherency path is high. This being toolset means that aspire is responsible for its own coherency.
|
644 | 644 | -->
|
645 |
| - <Dependency Name="Microsoft.NET.Sdk.Aspire.Manifest-8.0.100" Version="8.0.1"> |
| 645 | + <Dependency Name="Microsoft.NET.Sdk.Aspire.Manifest-8.0.100" Version="8.1.0"> |
646 | 646 | <Uri>https://github.com/dotnet/aspire</Uri>
|
647 |
| - <Sha>a6e341ebbf956bbcec0dda304109815fcbae70c9</Sha> |
| 647 | + <Sha>d304c5f6f15bcd4f34f1841b33870cfab88e6937</Sha> |
648 | 648 | </Dependency>
|
649 | 649 | <!-- Intermediate is necessary for source build. -->
|
650 |
| - <Dependency Name="Microsoft.SourceBuild.Intermediate.aspire" Version="8.0.1-preview.8.24267.1"> |
| 650 | + <Dependency Name="Microsoft.SourceBuild.Intermediate.aspire" Version="8.1.0-preview.1.24373.2"> |
651 | 651 | <Uri>https://github.com/dotnet/aspire</Uri>
|
652 |
| - <Sha>a6e341ebbf956bbcec0dda304109815fcbae70c9</Sha> |
| 652 | + <Sha>d304c5f6f15bcd4f34f1841b33870cfab88e6937</Sha> |
653 | 653 | <SourceBuild RepoName="aspire" ManagedOnly="true" />
|
654 | 654 | </Dependency>
|
655 | 655 | </ToolsetDependencies>
|
|
0 commit comments