File tree 15 files changed +24
-24
lines changed
Tests/ApiTemplate.IntegrationTest
Tests/GraphQLTemplate.IntegrationTest
Tests/Boxed.Templates.FunctionalTest
15 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 52
52
<PackageReference Include =" FluentValidation.AspNetCore" Version =" 11.3.0" />
53
53
<PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.21.0" Condition =" '$(ApplicationInsights)' == 'true'" />
54
54
<PackageReference Include =" Microsoft.AspNetCore.ApplicationInsights.HostingStartup" Version =" 2.2.0" Condition =" '$(ApplicationInsights)' == 'true'" />
55
- <PackageReference Include =" Microsoft.AspNetCore.AzureAppServicesIntegration" Version =" 7 .0.11 " Condition =" '$(Azure)' == 'true'" />
56
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 7 .0.11 " />
55
+ <PackageReference Include =" Microsoft.AspNetCore.AzureAppServicesIntegration" Version =" 8 .0.0 " Condition =" '$(Azure)' == 'true'" />
56
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 8 .0.0 " />
57
57
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version =" 5.1.0" Condition =" '$(Versioning)' == 'true'" />
58
- <PackageReference Include =" Microsoft.Extensions.Caching.StackExchangeRedis" Version =" 7 .0.11 " Condition =" '$(DistributedCacheRedis)' == 'true'" />
58
+ <PackageReference Include =" Microsoft.Extensions.Caching.StackExchangeRedis" Version =" 8 .0.0 " Condition =" '$(DistributedCacheRedis)' == 'true'" />
59
59
<PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.19.5" Condition =" '$(Docker)' == 'true'" />
60
60
<PackageReference Include =" OpenTelemetry.Exporter.Console" Version =" 1.6.0" Condition =" '$(OpenTelemetry)' == 'true'" />
61
61
<PackageReference Include =" OpenTelemetry.Extensions.Hosting" Version =" 1.6.0" Condition =" '$(OpenTelemetry)' == 'true'" />
Original file line number Diff line number Diff line change 5
5
6
6
# Base image used by Visual Studio at development time
7
7
# (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:8 .0-alpine AS base
9
9
# Open Container Initiative (OCI) labels (See https://github.com/opencontainers/image-spec/blob/master/annotations.md).
10
10
LABEL org.opencontainers.image.title="PROJECT-TITLE" \
11
11
org.opencontainers.image.description="PROJECT-DESCRIPTION" \
@@ -34,7 +34,7 @@ EXPOSE 80 443
34
34
# endif
35
35
36
36
# SDK image used to build and publish the application
37
- FROM mcr.microsoft.com/dotnet/sdk:7 .0 AS sdk
37
+ FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS sdk
38
38
# To use the debug build configuration pass --build-arg Configuration=Debug
39
39
ARG Configuration=Release
40
40
ENV DOTNET_CLI_TELEMETRY_OPTOUT=true \
Original file line number Diff line number Diff line change 19
19
</PackageReference >
20
20
<PackageReference Include =" Microsoft.AspNet.WebApi.Client" Version =" 5.2.9" />
21
21
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2" />
22
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7 .0.11 " />
22
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8 .0.0 " />
23
23
<PackageReference Include =" Moq" Version =" 4.20.69" />
24
24
<PackageReference Include =" Serilog.Sinks.XUnit" Version =" 3.0.5" Condition =" '$(Serilog)' == 'true'" />
25
25
<PackageReference Include =" xunit" Version =" 2.5.1" />
Original file line number Diff line number Diff line change 2
2
"sdk" : {
3
3
"allowPrerelease" : false ,
4
4
"rollForward" : " latestMajor" ,
5
- "version" : " 7 .0.401 "
5
+ "version" : " 8 .0.100 "
6
6
}
7
7
}
Original file line number Diff line number Diff line change 5
5
6
6
# Base image used by Visual Studio at development time
7
7
# (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:8 .0-alpine AS base
9
9
# Open Container Initiative (OCI) labels (See https://github.com/opencontainers/image-spec/blob/master/annotations.md).
10
10
LABEL org.opencontainers.image.title="PROJECT-TITLE" \
11
11
org.opencontainers.image.description="PROJECT-DESCRIPTION" \
@@ -34,7 +34,7 @@ EXPOSE 80 443
34
34
# endif
35
35
36
36
# SDK image used to build and publish the application
37
- FROM mcr.microsoft.com/dotnet/sdk:7 .0 AS sdk
37
+ FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS sdk
38
38
# To use the debug build configuration pass --build-arg Configuration=Debug
39
39
ARG Configuration=Release
40
40
ENV DOTNET_CLI_TELEMETRY_OPTOUT=true \
Original file line number Diff line number Diff line change 60
60
<PackageReference Include =" HotChocolate.Types.Scalars" Version =" 13.5.1" />
61
61
<PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.21.0" Condition =" '$(ApplicationInsights)' == 'true'" />
62
62
<PackageReference Include =" Microsoft.AspNetCore.ApplicationInsights.HostingStartup" Version =" 2.2.0" Condition =" '$(ApplicationInsights)' == 'true'" />
63
- <PackageReference Include =" Microsoft.AspNetCore.AzureAppServicesIntegration" Version =" 7 .0.11 " Condition =" '$(Azure)' == 'true'" />
64
- <PackageReference Include =" Microsoft.Extensions.Caching.StackExchangeRedis" Version =" 7 .0.11 " Condition =" '$(DistributedCacheRedis)' == 'true'" />
63
+ <PackageReference Include =" Microsoft.AspNetCore.AzureAppServicesIntegration" Version =" 8 .0.0 " Condition =" '$(Azure)' == 'true'" />
64
+ <PackageReference Include =" Microsoft.Extensions.Caching.StackExchangeRedis" Version =" 8 .0.0 " Condition =" '$(DistributedCacheRedis)' == 'true'" />
65
65
<PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.19.5" Condition =" '$(Docker)' == 'true'" />
66
66
<PackageReference Include =" OpenTelemetry.Exporter.Console" Version =" 1.6.0" Condition =" '$(OpenTelemetry)' == 'true'" />
67
67
<PackageReference Include =" OpenTelemetry.Extensions.Hosting" Version =" 1.6.0" Condition =" '$(OpenTelemetry)' == 'true'" />
Original file line number Diff line number Diff line change 19
19
</PackageReference >
20
20
<PackageReference Include =" Microsoft.AspNet.WebApi.Client" Version =" 5.2.9" />
21
21
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2" />
22
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7 .0.11 " />
22
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8 .0.0 " />
23
23
<PackageReference Include =" Moq" Version =" 4.20.69" />
24
24
<PackageReference Include =" Serilog.Sinks.XUnit" Version =" 3.0.5" Condition =" '$(Serilog)' == 'true'" />
25
25
<PackageReference Include =" xunit" Version =" 2.5.1" />
Original file line number Diff line number Diff line change 2
2
"sdk" : {
3
3
"allowPrerelease" : false ,
4
4
"rollForward" : " latestMajor" ,
5
- "version" : " 7 .0.401 "
5
+ "version" : " 8 .0.100 "
6
6
}
7
7
}
Original file line number Diff line number Diff line change 2
2
"sdk" : {
3
3
"allowPrerelease" : false ,
4
4
"rollForward" : " latestMajor" ,
5
- "version" : " 7 .0.401 "
5
+ "version" : " 8 .0.100 "
6
6
}
7
7
}
Original file line number Diff line number Diff line change 14
14
</PropertyGroup >
15
15
16
16
<ItemGroup Label =" Package References" >
17
- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 7 .0.1 " />
18
- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 7 .0.0" />
17
+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8 .0.0 " />
18
+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 8 .0.0" />
19
19
<PackageReference Include =" Microsoft.Orleans.BroadcastChannel" Version =" 7.2.1" />
20
20
<PackageReference Include =" Microsoft.Orleans.Client" Version =" 7.2.1" />
21
21
<PackageReference Include =" Microsoft.Orleans.Streaming" Version =" 7.2.1" />
Original file line number Diff line number Diff line change 5
5
6
6
# Base image used by Visual Studio at development time
7
7
# (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:8 .0-alpine AS base
9
9
# Open Container Initiative (OCI) labels (See https://github.com/opencontainers/image-spec/blob/master/annotations.md).
10
10
LABEL org.opencontainers.image.title="PROJECT-TITLE" \
11
11
org.opencontainers.image.description="PROJECT-DESCRIPTION" \
@@ -30,7 +30,7 @@ WORKDIR /app
30
30
EXPOSE 80 11111 30000
31
31
32
32
# SDK image used to build and publish the application
33
- FROM mcr.microsoft.com/dotnet/sdk:7 .0 AS sdk
33
+ FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS sdk
34
34
# To use the debug build configuration pass --build-arg Configuration=Debug
35
35
ARG Configuration=Release
36
36
ENV DOTNET_CLI_TELEMETRY_OPTOUT=true \
Original file line number Diff line number Diff line change 41
41
<PackageReference Include =" Boxed.AspNetCore" Version =" 9.0.1" />
42
42
<PackageReference Include =" OrleansDashboard" Version =" 7.2.2" />
43
43
<PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.21.0" Condition =" '$(ApplicationInsights)' == 'true'" />
44
- <PackageReference Include =" Microsoft.Extensions.Configuration.CommandLine" Version =" 7 .0.0" />
45
- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 7 .0.0" />
46
- <PackageReference Include =" Microsoft.Extensions.Configuration.UserSecrets" Version =" 7 .0.0" />
44
+ <PackageReference Include =" Microsoft.Extensions.Configuration.CommandLine" Version =" 8 .0.0" />
45
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 8 .0.0" />
46
+ <PackageReference Include =" Microsoft.Extensions.Configuration.UserSecrets" Version =" 8 .0.0" />
47
47
<PackageReference Include =" Microsoft.Orleans.BroadcastChannel" Version =" 7.2.1" />
48
48
<PackageReference Include =" Microsoft.Orleans.Clustering.AzureStorage" Version =" 7.2.1" />
49
49
<PackageReference Include =" Microsoft.Orleans.Connections.Security" Version =" 7.2.1" Condition =" '$(TLS)' == 'true'" />
Original file line number Diff line number Diff line change 2
2
"sdk" : {
3
3
"allowPrerelease" : false ,
4
4
"rollForward" : " latestMajor" ,
5
- "version" : " 7 .0.401 "
5
+ "version" : " 8 .0.100 "
6
6
}
7
7
}
Original file line number Diff line number Diff line change 15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
16
</PackageReference >
17
17
<PackageReference Include =" Microsoft.AspNet.WebApi.Client" Version =" 5.2.9" />
18
- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 7 .0.11 " />
18
+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 8 .0.0 " />
19
19
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2" />
20
20
<PackageReference Include =" Moq" Version =" 4.20.69" />
21
21
<PackageReference Include =" xunit" Version =" 2.5.1" />
Original file line number Diff line number Diff line change 2
2
"sdk" : {
3
3
"allowPrerelease" : false ,
4
4
"rollForward" : " latestMajor" ,
5
- "version" : " 7 .0.401 "
5
+ "version" : " 8 .0.100 "
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments