File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed
src/Serilog.Sinks.Exceptionless Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v1
10+ uses : actions/checkout@v4
1111 with :
1212 fetch-depth : 0
1313 - name : Setup .NET Core
14- uses : actions/setup-dotnet@v1
14+ uses : actions/setup-dotnet@v4
1515 with :
16- dotnet-version : 6 .x
16+ dotnet-version : 8 .x
1717 - name : Build Reason
1818 run : " echo ref: ${{github.ref}} event: ${{github.event_name}}"
1919 - name : Build Version
2020 shell : bash
2121 run : |
22- dotnet tool install --global minver-cli --version 4.3 .0
22+ dotnet tool install --global minver-cli --version 5.0 .0
2323 version=$(minver --tag-prefix v)
2424 echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
2525 - name : Build
Original file line number Diff line number Diff line change 77 runs-on : macOS-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v1
10+ uses : actions/checkout@v4
1111 with :
1212 fetch-depth : 0
1313 - name : Setup .NET Core
14- uses : actions/setup-dotnet@v1
14+ uses : actions/setup-dotnet@v4
1515 with :
16- dotnet-version : 6 .x
16+ dotnet-version : 8 .x
1717 - name : Build Reason
1818 run : " echo ref: ${{github.ref}} event: ${{github.event_name}}"
1919 - name : Build Version
2020 shell : bash
2121 run : |
22- dotnet tool install --global minver-cli --version 4.3 .0
22+ dotnet tool install --global minver-cli --version 5.0 .0
2323 version=$(minver --tag-prefix v)
2424 echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
2525 - name : Build
Original file line number Diff line number Diff line change 77 runs-on : windows-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v1
10+ uses : actions/checkout@v4
1111 with :
1212 fetch-depth : 0
1313 - name : Setup .NET Core
14- uses : actions/setup-dotnet@v1
14+ uses : actions/setup-dotnet@v4
1515 with :
16- dotnet-version : 6 .x
16+ dotnet-version : 8 .x
1717 - name : Build Reason
1818 run : " echo ref: ${{github.ref}} event: ${{github.event_name}}"
1919 - name : Build Version
2020 shell : bash
2121 run : |
22- dotnet tool install --global minver-cli --version 4.3 .0
22+ dotnet tool install --global minver-cli --version 5.0 .0
2323 version=$(minver --tag-prefix v)
2424 echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
2525 - name : Build
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
4- <TargetFrameworks >net60 </TargetFrameworks >
4+ <TargetFrameworks >net80 </TargetFrameworks >
55 <IsPackable >false</IsPackable >
66 </PropertyGroup >
77 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFramework >net6 .0</TargetFramework >
3+ <TargetFramework >net8 .0</TargetFramework >
44 <IsPackable >false</IsPackable >
55 </PropertyGroup >
66
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <Authors >Serilog Contributors,Exceptionless</Authors >
6161
6262 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
6363 <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" />
6565 </ItemGroup >
6666
6767 <ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
You can’t perform that action at this time.
0 commit comments