File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
- name : Setup .NET Core
14
14
uses : actions/setup-dotnet@v1
15
15
with :
16
- dotnet-version : 5 .0.x
16
+ dotnet-version : 6 .0.x
17
17
18
18
- name : Restore
19
19
run : dotnet restore
38
38
- name : Setup .NET
39
39
uses : actions/setup-dotnet@v1
40
40
with :
41
- dotnet-version : 5 .0.x
41
+ dotnet-version : 6 .0.x
42
42
43
43
- name : Install Sonar Scanner
44
44
run : dotnet tool install --global dotnet-sonarscanner
Original file line number Diff line number Diff line change 14
14
15
15
- uses : actions/setup-dotnet@v1
16
16
with :
17
- dotnet-version : 5 .0.x
17
+ dotnet-version : 6 .0.x
18
18
19
19
- name : Run tests
20
20
run : dotnet test
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Synchronize GitHub issue labels across repositories
12
12
13
13
## Requirements
14
14
15
- - .NET SDK 5.0
15
+ - .NET SDK 6
16
16
17
17
## Installation
18
18
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <Version >1 .0.0</Version >
3
+ <Version >2 .0.0</Version >
4
4
<OutputType >Exe</OutputType >
5
5
<PackAsTool >true</PackAsTool >
6
6
<ToolCommandName >sync-labels</ToolCommandName >
7
- <TargetFramework >net5 .0</TargetFramework >
7
+ <TargetFramework >net6 .0</TargetFramework >
8
8
<Description >Synchronize GitHub issue labels across repositories</Description >
9
9
<Authors >ecoAPM LLC</Authors >
10
10
<Company >ecoAPM LLC</Company >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFramework >net5 .0</TargetFramework >
3
+ <TargetFramework >net6 .0</TargetFramework >
4
4
<IsPackable >false</IsPackable >
5
5
</PropertyGroup >
6
6
<ItemGroup >
You can’t perform that action at this time.
0 commit comments