File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed
tests/NetEvolve.Arguments.Tests.Unit Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 2626 enableSonarQube : true
2727 dotnet-logging : ${{ inputs.dotnet-logging }}
2828 dotnet-quality : ga
29- dotnet-version : |
30- 3.1.x
31- 5.x
32- 6.x
33- 7.x
34- 8.x
29+ dotnet-version : ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
3530 solution : ./Arguments.sln
3631 secrets : inherit
Original file line number Diff line number Diff line change 1010 <GlobalPackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 9.0.0" />
1111 <GlobalPackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
1212 <GlobalPackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.12.19" />
13- <GlobalPackageReference Include =" NetEvolve.Defaults" Version =" 1.3.9 " />
13+ <GlobalPackageReference Include =" NetEvolve.Defaults" Version =" 1.3.18 " />
1414 </ItemGroup >
1515 <ItemGroup >
1616 <PackageVersion Include =" coverlet.collector" Version =" 6.0.2" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;net5.0;net6.0; net7.0;net8.0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net7.0;net8.0</TargetFrameworks >
55
66 <Description >A library that provides compatible `ThrowIf` methods for .NET / C# for older runtimes.</Description >
77
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netcoreapp3.1;net5.0; net6.0;net7 .0;net8 .0</TargetFrameworks >
4+ <TargetFrameworks >net6.0;net8 .0;net9 .0</TargetFrameworks >
55 <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
66
77 <NoWarn >$(NoWarn);NU1701</NoWarn >
You can’t perform that action at this time.
0 commit comments