File tree 9 files changed +14
-20
lines changed
infrastructure/mssql-init-container/src/Akka.SqlInitContainer
clustering/sharding-sqlserver
reliability/rabbitmq-backpressure
ReliableRabbitMQ.Consumer
ReliableRabbitMQ.Producer
9 files changed +14
-20
lines changed Original file line number Diff line number Diff line change 38
38
run : chmod +x ./build.cmd
39
39
- uses : actions/setup-dotnet@v1
40
40
with :
41
- dotnet-version : 5.0.*
42
- - uses : actions/setup-dotnet@v1
43
- with :
44
- dotnet-version : 6.0.*
41
+ dotnet-version : 8.0.*
45
42
- name : Cache .nuke/temp, ~/.nuget/packages
46
43
uses : actions/cache@v2
47
44
with :
64
61
run : chmod +x ./build.cmd
65
62
- uses : actions/setup-dotnet@v1
66
63
with :
67
- dotnet-version : 5.0.*
68
- - uses : actions/setup-dotnet@v1
69
- with :
70
- dotnet-version : 6.0.*
64
+ dotnet-version : 8.0.*
71
65
- name : Cache .nuke/temp, ~/.nuget/packages
72
66
uses : actions/cache@v2
73
67
with :
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
<RootNamespace ></RootNamespace >
7
7
<NoWarn >CS0649;CS0169</NoWarn >
8
8
<NukeRootDirectory >..</NukeRootDirectory >
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/runtime:6 .0
1
+ FROM mcr.microsoft.com/dotnet/runtime:8 .0
2
2
WORKDIR /app
3
3
4
- COPY ./bin/Release/net6 .0/publish/ /app
4
+ COPY ./bin/Release/net8 .0/publish/ /app
5
5
6
6
CMD ["dotnet" , "Akka.SqlInitContainer.dll" ]
Original file line number Diff line number Diff line change 13
13
<NoWarn >$(NoWarn);CS1591</NoWarn >
14
14
</PropertyGroup >
15
15
<PropertyGroup >
16
- <NetRuntime >net6 .0</NetRuntime >
16
+ <NetRuntime >net8 .0</NetRuntime >
17
17
<XunitVersion >2.4.2</XunitVersion >
18
18
<TestSdkVersion >17.6.0</TestSdkVersion >
19
19
<AkkaVersion >1.5.15</AkkaVersion >
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/runtime:6 .0
1
+ FROM mcr.microsoft.com/dotnet/runtime:8 .0
2
2
WORKDIR /app
3
3
4
- COPY ./bin/Release/net6 .0/publish/ /app
4
+ COPY ./bin/Release/net8 .0/publish/ /app
5
5
6
6
CMD ["dotnet" , "SqlSharding.Host.dll" ]
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/runtime:6 .0
1
+ FROM mcr.microsoft.com/dotnet/runtime:8 .0
2
2
WORKDIR /app
3
3
4
- COPY ./bin/Release/net6 .0/publish/ /app
4
+ COPY ./bin/Release/net8 .0/publish/ /app
5
5
6
6
CMD ["dotnet" , "SqlSharding.Host.dll" ]
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/aspnet:6 .0
1
+ FROM mcr.microsoft.com/dotnet/aspnet:8 .0
2
2
WORKDIR /app
3
3
4
- COPY ./bin/Release/net6 .0/publish/ /app
4
+ COPY ./bin/Release/net8 .0/publish/ /app
5
5
6
6
CMD ["dotnet" , "SqlSharding.WebApp.dll" ]
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
</PropertyGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments