Skip to content

Commit c3f41bf

Browse files
Update to .NET 10 preview 7
Update to preview 7 of .NET 10.
1 parent 3fc0533 commit c3f41bf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/net10.0/aspnetcore/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0.100-preview.6@sha256:3deb1cdd2ca8a1d63ee473d868c626e37f3f6629fef65263a60a714916d3da2d AS build
1+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0.100-preview.7@sha256:3d69f7e851747ae8bd22509d7f54f036006edee67f73767213670fe570117d45 AS build
22
ARG TARGETARCH
33
ARG CONFIGURATION="Release"
44
ARG DOTNET_PUBLISH_ARGS=""
@@ -11,7 +11,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1111
RUN --mount=type=cache,id=nuget,target=/root/.nuget/packages \
1212
dotnet publish "examples/net10.0/aspnetcore/aspnetcore.csproj" --arch "${TARGETARCH}" --configuration "${CONFIGURATION}" --output /app ${DOTNET_PUBLISH_ARGS}
1313

14-
FROM mcr.microsoft.com/dotnet/aspnet:10.0.0-preview.6-noble-chiseled-extra@sha256:c0b77d8cb86373d0ef03801085b359f63fa7ae69ecefae08c5df25b832c1b937 AS final
14+
FROM mcr.microsoft.com/dotnet/aspnet:10.0.0-preview.7-noble-chiseled-extra@sha256:c3c8219bd68b8118c329ff2f4bb4c4c3f5481fa979ce1ebda4171c1196e040f7 AS final
1515
WORKDIR /app
1616
EXPOSE 8080
1717

examples/net10.0/aspnetcore/aspnetcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ItemGroup>
1313
<PackageReference Include="AWSSDK.S3" Version="4.0.6.2" />
1414
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.0" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0-preview.6.25358.103" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0-preview.7.25380.108" />
1616
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
1717
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.12.0" />
1818
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.3" />

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"rollForward": "latestFeature",
4-
"version": "10.0.100-preview.6.25358.103",
4+
"version": "10.0.100-preview.7.25380.108",
55
"allowPrerelease": false
66
}
77
}

src/Grafana.OpenTelemetry.Base/Grafana.OpenTelemetry.Base.csproj

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

1414
<ItemGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net10.0'))">
15-
<PackageReference Update="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.0-preview.6.25358.103" />
15+
<PackageReference Update="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.0-preview.7.25380.108" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)