File tree 6 files changed +16
-16
lines changed
src/Serilog.Sinks.Exceptionless
6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@v1
10
+ uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
13
- name : Setup .NET Core
14
- uses : actions/setup-dotnet@v1
14
+ uses : actions/setup-dotnet@v4
15
15
with :
16
- dotnet-version : 6 .x
16
+ dotnet-version : 8 .x
17
17
- name : Build Reason
18
18
run : " echo ref: ${{github.ref}} event: ${{github.event_name}}"
19
19
- name : Build Version
20
20
shell : bash
21
21
run : |
22
- dotnet tool install --global minver-cli --version 4.3 .0
22
+ dotnet tool install --global minver-cli --version 5.0 .0
23
23
version=$(minver --tag-prefix v)
24
24
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
25
25
- name : Build
Original file line number Diff line number Diff line change 7
7
runs-on : macOS-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@v1
10
+ uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
13
- name : Setup .NET Core
14
- uses : actions/setup-dotnet@v1
14
+ uses : actions/setup-dotnet@v4
15
15
with :
16
- dotnet-version : 6 .x
16
+ dotnet-version : 8 .x
17
17
- name : Build Reason
18
18
run : " echo ref: ${{github.ref}} event: ${{github.event_name}}"
19
19
- name : Build Version
20
20
shell : bash
21
21
run : |
22
- dotnet tool install --global minver-cli --version 4.3 .0
22
+ dotnet tool install --global minver-cli --version 5.0 .0
23
23
version=$(minver --tag-prefix v)
24
24
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
25
25
- name : Build
Original file line number Diff line number Diff line change 7
7
runs-on : windows-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@v1
10
+ uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
13
- name : Setup .NET Core
14
- uses : actions/setup-dotnet@v1
14
+ uses : actions/setup-dotnet@v4
15
15
with :
16
- dotnet-version : 6 .x
16
+ dotnet-version : 8 .x
17
17
- name : Build Reason
18
18
run : " echo ref: ${{github.ref}} event: ${{github.event_name}}"
19
19
- name : Build Version
20
20
shell : bash
21
21
run : |
22
- dotnet tool install --global minver-cli --version 4.3 .0
22
+ dotnet tool install --global minver-cli --version 5.0 .0
23
23
version=$(minver --tag-prefix v)
24
24
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
25
25
- name : Build
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFrameworks >net60 </TargetFrameworks >
4
+ <TargetFrameworks >net80 </TargetFrameworks >
5
5
<IsPackable >false</IsPackable >
6
6
</PropertyGroup >
7
7
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
<PropertyGroup >
3
- <TargetFramework >net6 .0</TargetFramework >
3
+ <TargetFramework >net8 .0</TargetFramework >
4
4
<IsPackable >false</IsPackable >
5
5
</PropertyGroup >
6
6
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<Authors >Serilog Contributors,Exceptionless</Authors >
61
61
62
62
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
63
63
<PackageReference Include =" AsyncFixer" Version =" 1.6.0" PrivateAssets =" All" />
64
- <PackageReference Include =" MinVer" Version =" 4.3 .0" PrivateAssets =" All" />
64
+ <PackageReference Include =" MinVer" Version =" 5.0 .0" PrivateAssets =" All" />
65
65
</ItemGroup >
66
66
67
67
<ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
You can’t perform that action at this time.
0 commit comments