File tree Expand file tree Collapse file tree
tests/SharedInfrastructure.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 matrix :
1414 options :
1515 - os : ubuntu-latest
16- framework : net6 .0
16+ framework : net8 .0
1717 runtime : -x64
1818 codecov : false
1919 - os : macos-latest
20- framework : net6 .0
20+ framework : net8 .0
2121 runtime : -x64
2222 codecov : false
2323 - os : windows-latest
24- framework : net6 .0
24+ framework : net8 .0
2525 runtime : -x64
2626 codecov : true
2727
Original file line number Diff line number Diff line change 6262
6363 <!-- Compilation settings that explicitly differ from the Sdk.props/targets defaults -->
6464 <PropertyGroup >
65- <LangVersion >10 .0</LangVersion >
65+ <LangVersion >12 .0</LangVersion >
6666 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6767 <Features >strict;IOperation</Features >
6868 <HighEntropyVA >true</HighEntropyVA >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net6 .0;</TargetFrameworks >
4+ <TargetFrameworks >net8 .0;</TargetFrameworks >
55 <AssemblyName >SharedInfrastructure.Tests</AssemblyName >
66 <RootNamespace >SharedInfrastructure.Tests</RootNamespace >
77 <Nullable >enable</Nullable >
You can’t perform that action at this time.
0 commit comments