Skip to content

Commit

Permalink
Update to Aspire preview7.
Browse files Browse the repository at this point in the history
  • Loading branch information
adityamandaleeka committed May 3, 2024
1 parent 9eaf45d commit 9dee406
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AspnetVersion>8.0.3</AspnetVersion>
<MicrosoftExtensionsVersion>8.3.0</MicrosoftExtensionsVersion>
<EfVersion>8.0.4</EfVersion>
<AspireVersion>8.0.0-preview.5.24201.12</AspireVersion>
<AspireVersion>8.0.0-preview.7.24251.11</AspireVersion>
<GrpcVersion>2.62.0</GrpcVersion>
<DuendeVersion>7.0.4</DuendeVersion>
</PropertyGroup>
Expand Down
11 changes: 11 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="azure-sdk-for-net-dev" value="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json" />
</packageSources>

<packageSourceMapping>
<!-- key value for <packageSource> should match key values from <packageSources> element -->
<clear />
<packageSource key="dotnet-tools">
<package pattern="Aspire.*" />
<package pattern="Microsoft.Extensions.ServiceDiscovery*" />
</packageSource>
<packageSource key="azure-sdk-for-net-dev">
<package pattern="Azure.Provisioning" />
<package pattern="Azure.ResourceManager" />
<package pattern="Azure.ResourceManager.*" />
</packageSource>
<packageSource key="nuget">
<package pattern="*" />
</packageSource>
Expand Down

0 comments on commit 9dee406

Please sign in to comment.