Skip to content

Commit 3a6c180

Browse files
Update dotnet monorepo to v10
1 parent 0595190 commit 3a6c180

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

Source/ApiTemplate/Source/ApiTemplate/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Base image used by Visual Studio at development time
77
# (See https://docs.microsoft.com/en-us/visualstudio/containers/container-msbuild-properties)
8-
FROM mcr.microsoft.com/dotnet/aspnet:7.0-alpine AS base
8+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine AS base
99
# Open Container Initiative (OCI) labels (See https://github.com/opencontainers/image-spec/blob/master/annotations.md).
1010
LABEL org.opencontainers.image.title="PROJECT-TITLE" \
1111
org.opencontainers.image.description="PROJECT-DESCRIPTION" \

Source/ApiTemplate/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"sdk": {
33
"allowPrerelease": false,
44
"rollForward": "latestMajor",
5-
"version": "7.0.401"
5+
"version": "10.0.300"
66
}
77
}

Source/GraphQLTemplate/Source/GraphQLTemplate/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Base image used by Visual Studio at development time
77
# (See https://docs.microsoft.com/en-us/visualstudio/containers/container-msbuild-properties)
8-
FROM mcr.microsoft.com/dotnet/aspnet:7.0-alpine AS base
8+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine AS base
99
# Open Container Initiative (OCI) labels (See https://github.com/opencontainers/image-spec/blob/master/annotations.md).
1010
LABEL org.opencontainers.image.title="PROJECT-TITLE" \
1111
org.opencontainers.image.description="PROJECT-DESCRIPTION" \

Source/GraphQLTemplate/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"sdk": {
33
"allowPrerelease": false,
44
"rollForward": "latestMajor",
5-
"version": "7.0.401"
5+
"version": "10.0.300"
66
}
77
}

Source/NuGetTemplate/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"sdk": {
33
"allowPrerelease": false,
44
"rollForward": "latestMajor",
5-
"version": "7.0.401"
5+
"version": "10.0.300"
66
}
77
}

Source/OrleansTemplate/Source/OrleansTemplate.Server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Base image used by Visual Studio at development time
77
# (See https://docs.microsoft.com/en-us/visualstudio/containers/container-msbuild-properties)
8-
FROM mcr.microsoft.com/dotnet/aspnet:7.0-alpine AS base
8+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine AS base
99
# Open Container Initiative (OCI) labels (See https://github.com/opencontainers/image-spec/blob/master/annotations.md).
1010
LABEL org.opencontainers.image.title="PROJECT-TITLE" \
1111
org.opencontainers.image.description="PROJECT-DESCRIPTION" \

Source/OrleansTemplate/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"sdk": {
33
"allowPrerelease": false,
44
"rollForward": "latestMajor",
5-
"version": "7.0.401"
5+
"version": "10.0.300"
66
}
77
}

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"sdk": {
33
"allowPrerelease": false,
44
"rollForward": "latestMajor",
5-
"version": "7.0.401"
5+
"version": "10.0.300"
66
}
77
}

0 commit comments

Comments
 (0)