Skip to content

Commit a40e21b

Browse files
authored
Update aspire manifest to 8.1.0 (dotnet#42364)
1 parent 3937cc0 commit a40e21b

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<add key="dotnet7-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7-transport/nuget/v3/index.json" />
2323
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
2424
<add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
25+
<add key="dotnet8-workloads" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-workloads/nuget/v3/index.json" />
2526
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
2627
<add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
2728
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -634,22 +634,22 @@
634634
<SourceBuild RepoName="scenario-tests" ManagedOnly="true" />
635635
</Dependency>
636636
<!--
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.
639639
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).
641641
**It is** of course possible that an incoherent aspire means that aspire depends on versions of extensions that
642642
aren't shipping, or those extensions packages depend on aspnetcore packages that won't ship. However, given the cost
643643
of maintaining this coherency path is high. This being toolset means that aspire is responsible for its own coherency.
644644
-->
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">
646646
<Uri>https://github.com/dotnet/aspire</Uri>
647-
<Sha>a6e341ebbf956bbcec0dda304109815fcbae70c9</Sha>
647+
<Sha>d304c5f6f15bcd4f34f1841b33870cfab88e6937</Sha>
648648
</Dependency>
649649
<!-- 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">
651651
<Uri>https://github.com/dotnet/aspire</Uri>
652-
<Sha>a6e341ebbf956bbcec0dda304109815fcbae70c9</Sha>
652+
<Sha>d304c5f6f15bcd4f34f1841b33870cfab88e6937</Sha>
653653
<SourceBuild RepoName="aspire" ManagedOnly="true" />
654654
</Dependency>
655655
</ToolsetDependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
</PropertyGroup>
347347
<PropertyGroup Label="Workload manifest package versions">
348348
<AspireFeatureBand>8.0.100</AspireFeatureBand>
349-
<MicrosoftNETSdkAspireManifest80100PackageVersion>8.0.1</MicrosoftNETSdkAspireManifest80100PackageVersion>
349+
<MicrosoftNETSdkAspireManifest80100PackageVersion>8.1.0</MicrosoftNETSdkAspireManifest80100PackageVersion>
350350
<MauiFeatureBand>9.0.100-preview.6</MauiFeatureBand>
351351
<MauiWorkloadManifestVersion>9.0.0-preview.6.24327.7</MauiWorkloadManifestVersion>
352352
<XamarinAndroidWorkloadManifestVersion>34.99.0-preview.6.340</XamarinAndroidWorkloadManifestVersion>

0 commit comments

Comments
 (0)