Skip to content

Commit c990320

Browse files
Update: (#3660)
- Aspire.Hosting.AppHost to 9.3.0 - Aspire.Hosting.Redis to 9.3.0 - Aspire.Hosting.Testing to 9.3.0 - Aspire.StackExchange.Redis.OutputCaching to 9.3.0 - Microsoft.Extensions.ServiceDiscovery to 9.3.0 - Microsoft.NET.Test.Sdk to 17.14.0 --- updated-dependencies: - dependency-name: Aspire.Dashboard.Sdk.linux-x64 dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Aspire.Hosting.AppHost dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Aspire.Hosting.Orchestration.linux-x64 dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Aspire.Hosting.Redis dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Aspire.Hosting.Testing dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Aspire.StackExchange.Redis.OutputCaching dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Extensions.ServiceDiscovery dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b34db0c commit c990320

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/fundamentals/dashboard/automation/aspire-dashboard/Aspire.Dashboard.ScreenCapture/Aspire.Dashboard.ScreenCapture.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
15-
<PackageReference Include="Aspire.Hosting.Testing" Version="9.2.1" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
15+
<PackageReference Include="Aspire.Hosting.Testing" Version="9.3.0" />
1616
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="9.0.5" />
1717
<PackageReference Include="Microsoft.Playwright" Version="1.52.0" />
1818
<PackageReference Include="xunit" Version="2.9.3" />

docs/fundamentals/dashboard/automation/aspire-dashboard/AspireSample/AspireSample.AppHost/AspireSample.AppHost.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.2.1" />
20-
<PackageReference Include="Aspire.Hosting.Redis" Version="9.2.1" />
19+
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.3.0" />
20+
<PackageReference Include="Aspire.Hosting.Redis" Version="9.3.0" />
2121
</ItemGroup>
2222

2323
</Project>

docs/fundamentals/dashboard/automation/aspire-dashboard/AspireSample/AspireSample.ServiceDefaults/AspireSample.ServiceDefaults.csproj

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

1313
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="9.5.0" />
14-
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="9.2.1" />
14+
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="9.3.0" />
1515
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.12.0" />
1616
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.12.0" />
1717
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.12.0" />

docs/fundamentals/dashboard/automation/aspire-dashboard/AspireSample/AspireSample.Web/AspireSample.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Aspire.StackExchange.Redis.OutputCaching" Version="9.2.1" />
14+
<PackageReference Include="Aspire.StackExchange.Redis.OutputCaching" Version="9.3.0" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)