Skip to content

Commit 1db4316

Browse files
Update dotnet monorepo
1 parent fcbcb75 commit 1db4316

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.308",
3+
"version": "10.0.102",
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:78807c5f4b1e80a9ea569b01e1a300eabc2403e636226bfff58df21c6aa0b5b5 AS build
1+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:10.0-noble@sha256:6ba533cc61a5d8c5e7d4b3a3e33e2ddc2efef200b112e4d658303516bfd24255 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:f77712b2b3cf63530d0fd5d3d41345471b6086066373be146eae5a8fe49200b6
17+
FROM mcr.microsoft.com/dotnet/runtime:10.0-noble-chiseled@sha256:f4b8f20fdf134e73984b19c30400f08d3797958098308eb37493099ad0ea523b
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)