Skip to content

Commit 1420c06

Browse files
Merge pull request Azure-Samples#97 from maryamariyan/dev/maryamariyan/update-aspire-package
Update aspire package
2 parents c2bc8ae + 00a00e4 commit 1420c06

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<ActiveDebugProfile>https</ActiveDebugProfile>
5+
</PropertyGroup>
6+
</Project>

End_to_end_Solutions/GithubRepoAssistant/GithubRepoAssistant.AppHost/GithubRepoAssistant.AppHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Aspire.Hosting" Version="8.0.0-preview.1.23557.2" />
18+
<PackageReference Include="Aspire.Hosting" Version="8.0.0-preview.3.24081.13" />
1919
</ItemGroup>
2020

2121
</Project>

End_to_end_Solutions/GithubRepoAssistant/GithubRepoAssistant.ServiceDefaults/GithubRepoAssistant.ServiceDefaults.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<FrameworkReference Include="Microsoft.AspNetCore.App" />
1313

1414
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="8.0.0" />
15-
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="8.0.0-preview.1.23557.2" />
15+
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="8.0.0-preview.3.24081.13" />
1616
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.7.0-alpha.1" />
1717
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.7.0-alpha.1" />
1818
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.6.0-beta.2" />

End_to_end_Solutions/GithubRepoAssistant/GithubRepoAssistant.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeamsApp", "TeamsApp\TeamsA
1414
EndProject
1515
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F49659DD-4C26-4337-8496-905C9F058B86}"
1616
ProjectSection(SolutionItems) = preProject
17+
NuGet.config = NuGet.config
1718
README.md = README.md
1819
EndProjectSection
1920
EndProject
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
5+
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
6+
<!-- Required as https://github.com/dotnet/runtime/pull/89509 did not get backported to .NET 8 Preview 7 -->
7+
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
8+
</packageSources>
9+
</configuration>

0 commit comments

Comments
 (0)