File tree Expand file tree Collapse file tree 10 files changed +21
-16
lines changed
Sable.Samples.GettingStarted
Sable.Samples.MultiTenancy
Sable.Samples.MultipleDatabases Expand file tree Collapse file tree 10 files changed +21
-16
lines changed Original file line number Diff line number Diff line change 9
9
]
10
10
},
11
11
"cake.tool" : {
12
- "version" : " 2.2 .0" ,
12
+ "version" : " 5.0 .0" ,
13
13
"commands" : [
14
14
" dotnet-cake"
15
15
]
Original file line number Diff line number Diff line change 31
31
lfs : true
32
32
fetch-depth : 0
33
33
- name : " Install .NET Core SDK"
34
-
34
+ uses : actions/setup-dotnet@v4
35
+ with :
36
+ dotnet-version : ' 8.0.x'
35
37
- name : " Dotnet Tool Restore"
36
38
run : dotnet tool restore
37
39
shell : bash
45
47
run : dotnet cake --target=Pack
46
48
shell : bash
47
49
- name : " Publish Artifacts"
48
- uses : actions/upload-artifact@v3.1.0
50
+ uses : actions/upload-artifact@v4
49
51
with :
50
52
name : " BuildArtifacts"
51
53
path : " ./Artifacts"
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Marten" Version =" 5.10.0" />
10
- <PackageReference Include =" Marten.CommandLine" Version =" 5.10.0" />
9
+ <PackageReference Include =" Marten" Version =" 7.37.0" />
10
+ <PackageReference Include =" Marten.CommandLine" Version =" 7.37.0" />
11
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.1" />
11
12
</ItemGroup >
12
13
13
14
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
Original file line number Diff line number Diff line change 4
4
<OutputType >Exe</OutputType >
5
5
<PackAsTool >true</PackAsTool >
6
6
<ToolCommandName >sable</ToolCommandName >
7
- <TargetFramework >net6 .0</TargetFramework >
7
+ <TargetFramework >net8 .0</TargetFramework >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
11
<PackageReference Include =" CliWrap" Version =" 3.6.4" />
12
12
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 7.0.0" />
13
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.1" />
13
14
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
14
- <PackageReference Include =" Npgsql" Version =" 7 .0.7 " />
15
+ <PackageReference Include =" Npgsql" Version =" 8 .0.6 " />
15
16
<PackageReference Include =" Scriban" Version =" 5.7.0" />
16
17
<PackageReference Include =" Spectre.Console" Version =" 0.47.0" />
17
18
<PackageReference Include =" Spectre.Console.Cli" Version =" 0.47.0" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup Label =" Build" >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" Marten" Version =" 5.10.0" />
9
- <PackageReference Include =" Marten.CommandLine" Version =" 5.10.0" />
8
+ <PackageReference Include =" Marten" Version =" 7.37.0" />
9
+ <PackageReference Include =" Marten.CommandLine" Version =" 7.37.0" />
10
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.1" />
10
11
</ItemGroup >
11
12
12
13
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<IsPackable >false</IsPackable >
6
6
</PropertyGroup >
7
7
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<IsPackable >false</IsPackable >
6
6
</PropertyGroup >
7
7
You can’t perform that action at this time.
0 commit comments