Skip to content

Commit 52e9d26

Browse files
Update dotnet monorepo
1 parent 0418edb commit 52e9d26

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.310",
3+
"version": "10.0.103",
44
"rollForward": "latestPatch",
55
"allowPrerelease": false
66
}

src/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:9.0-noble@sha256:456b5992e31d4398c5ed4b2ca0b6376f940c4098b1053f14f46f8883e9c2b58d AS build
1+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0-noble@sha256:0a506ab0c8aa077361af42f82569d364ab1b8741e967955d883e3f23683d473a AS build
22

33
ARG TARGETARCH
44
ARG PACKAGE_VERSION
@@ -14,7 +14,7 @@ COPY Valleysoft.Dredge.Analyzers/ Valleysoft.Dredge.Analyzers/
1414
RUN dotnet publish Valleysoft.Dredge/*.csproj -f net9.0 -o /app -a $TARGETARCH --no-self-contained /p:Version=$PACKAGE_VERSION --no-restore
1515

1616

17-
FROM mcr.microsoft.com/dotnet/runtime:9.0-noble-chiseled@sha256:e62c3317243d1e55a5192f4015b63dc427b58e0f0de260119c17fde10f8ddc90
17+
FROM mcr.microsoft.com/dotnet/runtime:10.0-noble-chiseled@sha256:4064d8b92a610279f1d6de907c6de9bc4e4a07e4e1f94fdff77cd77a406d9725
1818
WORKDIR /app
1919
COPY --from=build /app .
2020
ENTRYPOINT ["./dredge"]

src/Valleysoft.Dredge.Analyzers/Valleysoft.Dredge.Analyzers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
13+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)