File tree 3 files changed +13
-15
lines changed
3 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
- name : Setup .NET
18
- uses : actions/setup-dotnet@v1
18
+ uses : actions/setup-dotnet@v3
19
19
with :
20
- dotnet-version : |
21
- 6.x.x
22
- 7.0.103
20
+ dotnet-version : 6.0.406
23
21
- name : make script executable
24
22
run : chmod u+x build.sh
25
23
- name : Build and test
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 >net7 .0</TargetFramework >
5
5
<OutputType >Exe</OutputType >
6
6
</PropertyGroup >
7
7
19
19
20
20
<ItemGroup >
21
21
<PackageReference Include =" BlackFox.Fake.BuildTask" Version =" 0.1.3" />
22
- <PackageReference Include =" Fake.Api.Github" Version =" 5.22.0 " />
23
- <PackageReference Include =" Fake.Core.Process" Version =" 5.22.0 " />
24
- <PackageReference Include =" Fake.Core.ReleaseNotes" Version =" 5.22.0 " />
25
- <PackageReference Include =" Fake.Core.Target" Version =" 5.22.0 " />
26
- <PackageReference Include =" Fake.DotNet.Cli" Version =" 5.22.0 " />
27
- <PackageReference Include =" Fake.DotNet.MSBuild" Version =" 5.22.0 " />
28
- <PackageReference Include =" Fake.IO.FileSystem" Version =" 5.22.0 " />
29
- <PackageReference Include =" Fake.Tools.Git" Version =" 5.22.0 " />
22
+ <PackageReference Include =" Fake.Api.Github" Version =" 6.0.0-beta001 " />
23
+ <PackageReference Include =" Fake.Core.Process" Version =" 6.0.0-beta001 " />
24
+ <PackageReference Include =" Fake.Core.ReleaseNotes" Version =" 6.0.0-beta001 " />
25
+ <PackageReference Include =" Fake.Core.Target" Version =" 6.0.0-beta001 " />
26
+ <PackageReference Include =" Fake.DotNet.Cli" Version =" 6.0.0-beta001 " />
27
+ <PackageReference Include =" Fake.DotNet.MSBuild" Version =" 6.0.0-beta001 " />
28
+ <PackageReference Include =" Fake.IO.FileSystem" Version =" 6.0.0-beta001 " />
29
+ <PackageReference Include =" Fake.Tools.Git" Version =" 6.0.0-beta001 " />
30
30
</ItemGroup >
31
31
32
32
</Project >
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 7 .0.100" ,
4
- "rollForward" : " latestMinor "
3
+ "version" : " 6 .0.100" ,
4
+ "rollForward" : " latestMajor "
5
5
}
6
6
}
You can’t perform that action at this time.
0 commit comments