Skip to content

Commit 91ca318

Browse files
Update dotnet monorepo
1 parent 84513ea commit 91ca318

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:25d14b400b75fa4e89d5bd4487a92a604a4e409ab65becb91821e7dc4ac7f81f 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:16b6763f5a09d379d1905a33d8518dab89347a927dc2f792d3e290fe3fd9330c
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)