Skip to content

Commit 299c8ea

Browse files
committed
update ci to .net 10
1 parent 79232ca commit 299c8ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-module-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
name: build-module-base
1313

1414
env:
15-
DOTNET_VERSION: 9.0.x
15+
DOTNET_VERSION: 10.0.x
1616
REGISTRY: ghcr.io
1717

1818
jobs:

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
name: ci-build
2828

2929
env:
30-
DOTNET_VERSION: 9.0.x
30+
DOTNET_VERSION: 10.0.x
3131
REGISTRY: ghcr.io
3232

3333
jobs:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:9.0-bookworm-slim AS build
1+
FROM mcr.microsoft.com/dotnet/sdk:10.0-bookworm-slim AS build
22
WORKDIR /src
33
COPY --link Desktop/*.csproj Desktop/
44
COPY --link ModuleBase/*.csproj ModuleBase/

0 commit comments

Comments
 (0)