[main] Update dependencies from dotnet/aspire (#19178)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Oleksandr.Didyk <odidyk@microsoft.com>
This commit is contained in:
parent
be917a9346
commit
a65b7c118d
2 changed files with 5 additions and 5 deletions
|
@ -294,14 +294,14 @@
|
|||
aren't shipping, or those extensions packages depend on aspnetcore packages that won't ship. However, given the cost
|
||||
of maintaining this coherency path is high. This being toolset means that aspire is responsible for its own coherency.
|
||||
-->
|
||||
<Dependency Name="Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1" Version="9.0.0-preview.2.24163.9">
|
||||
<Dependency Name="Microsoft.NET.Sdk.Aspire.Manifest-9.0.100-preview.1" Version="9.0.0-preview.4.24208.12">
|
||||
<Uri>https://github.com/dotnet/aspire</Uri>
|
||||
<Sha>9faf59f870abdeb427c51c1380fce84d8163f2f0</Sha>
|
||||
<Sha>413d3ee8cf12372ead951abef360faf5c78fab25</Sha>
|
||||
</Dependency>
|
||||
<!-- Intermediate is necessary for source build. -->
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.aspire" Version="9.0.0-preview.2.24163.9">
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.aspire" Version="9.0.0-preview.4.24208.12">
|
||||
<Uri>https://github.com/dotnet/aspire</Uri>
|
||||
<Sha>9faf59f870abdeb427c51c1380fce84d8163f2f0</Sha>
|
||||
<Sha>413d3ee8cf12372ead951abef360faf5c78fab25</Sha>
|
||||
<SourceBuild RepoName="aspire" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
|
|
|
@ -216,7 +216,7 @@
|
|||
<!-- Workload manifest package versions -->
|
||||
<PropertyGroup>
|
||||
<AspireFeatureBand>9.0.100-preview.1</AspireFeatureBand>
|
||||
<MicrosoftNETSdkAspireManifest90100preview1PackageVersion>9.0.0-preview.2.24163.9</MicrosoftNETSdkAspireManifest90100preview1PackageVersion>
|
||||
<MicrosoftNETSdkAspireManifest90100preview1PackageVersion>9.0.0-preview.4.24208.12</MicrosoftNETSdkAspireManifest90100preview1PackageVersion>
|
||||
<MauiFeatureBand>9.0.100-preview.1</MauiFeatureBand>
|
||||
<MauiWorkloadManifestVersion>9.0.0-preview.1.9973</MauiWorkloadManifestVersion>
|
||||
<XamarinAndroidWorkloadManifestVersion>34.99.0-preview.1.151</XamarinAndroidWorkloadManifestVersion>
|
||||
|
|
Loading…
Add table
Reference in a new issue