We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493352f commit 0116154Copy full SHA for 0116154
src/Website/Website.csproj
@@ -15,9 +15,8 @@
15
<UserSecretsId>martincostello.com</UserSecretsId>
16
</PropertyGroup>
17
<PropertyGroup>
18
- <!-- TODO Remove if https://github.com/dotnet/sdk/issues/40500 implemented or when no longer only in nightly -->
19
- <ContainerBaseImage>mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-noble-chiseled</ContainerBaseImage>
20
- <ContainerFamily>noble-chiseled</ContainerFamily>
+ <!-- TODO Switch to noble once available for .NET 9 -->
+ <ContainerFamily>jammy-chiseled</ContainerFamily>
21
22
<ItemGroup>
23
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" />
0 commit comments