File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
src/Serilog.Sinks.ApplicationInsights
test/Serilog.Sinks.ApplicationInsights.Tests Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 2222 contents : write
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626 - name : Setup
27- uses : actions/setup-dotnet@v4
27+ uses : actions/setup-dotnet@v5
2828 with :
2929 global-json-file : global.json
3030 - name : Compute build number
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9 .0.100" ,
3+ "version" : " 10 .0.100" ,
44 "allowPrerelease" : false ,
55 "rollForward" : " latestFeature"
66 }
77 }
8-
Original file line number Diff line number Diff line change 2323 </PropertyGroup >
2424
2525 <ItemGroup >
26- <PackageReference Include =" Serilog" Version =" 4.2 .0" />
26+ <PackageReference Include =" Serilog" Version =" 4.3 .0" />
2727 <PackageReference Include =" Microsoft.ApplicationInsights" Version =" 2.23.0" />
2828 </ItemGroup >
2929
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0;net4.8</TargetFrameworks >
4+ <TargetFrameworks >net8.0;net10.0; net4.8</TargetFrameworks >
55 <IsPackable >false</IsPackable >
66 <GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
77 <DeterministicSourcePaths >false</DeterministicSourcePaths >
88 <GenerateDocumentationFile >false</GenerateDocumentationFile >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.0 " />
13- <PackageReference Include =" xunit" Version =" 2.4.1 " />
14- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1 " >
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1 " />
13+ <PackageReference Include =" xunit" Version =" 2.9.3 " />
14+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5 " >
1515 <PrivateAssets >all</PrivateAssets >
1616 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
1717 </PackageReference >
You can’t perform that action at this time.
0 commit comments