File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/Serilog.Enrichers.AzureClaims.Tests Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net7 .0</TargetFramework >
5+ <TargetFramework >net8 .0</TargetFramework >
66 <RootNamespace ></RootNamespace >
77 <NoWarn >CS0649;CS0169</NoWarn >
88 <NukeRootDirectory >..</NukeRootDirectory >
1111 </PropertyGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" Nuke.Common" Version =" 7 .0.6 " />
14+ <PackageReference Include =" Nuke.Common" Version =" 8 .0.0 " />
1515 </ItemGroup >
1616 <ItemGroup >
1717 <PackageDownload Include =" Codecov.Tool" Version =" [1.13.0]" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 </PropertyGroup >
77
88 <ItemGroup >
99 <PackageReference Include =" NSubstitute" Version =" 5.1.0" />
1010 <PackageReference Include =" Serilog" Version =" 3.1.1" />
1111 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
12- <PackageReference Include =" xunit" Version =" 2.6.5 " />
12+ <PackageReference Include =" xunit" Version =" 2.6.6 " />
1313 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.6" >
1414 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1515 <PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments