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 26
26
enableSonarQube : true
27
27
dotnet-logging : ${{ inputs.dotnet-logging }}
28
28
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 }}
35
30
solution : ./Arguments.sln
36
31
secrets : inherit
Original file line number Diff line number Diff line change 10
10
<GlobalPackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 9.0.0" />
11
11
<GlobalPackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
12
12
<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 " />
14
14
</ItemGroup >
15
15
<ItemGroup >
16
16
<PackageVersion Include =" coverlet.collector" Version =" 6.0.2" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.0;net5.0;net6.0; net7.0;net8.0</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;net7.0;net8.0</TargetFrameworks >
5
5
6
6
<Description >A library that provides compatible `ThrowIf` methods for .NET / C# for older runtimes.</Description >
7
7
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netcoreapp3.1;net5.0; net6.0;net7 .0;net8 .0</TargetFrameworks >
4
+ <TargetFrameworks >net6.0;net8 .0;net9 .0</TargetFrameworks >
5
5
<SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
6
6
7
7
<NoWarn >$(NoWarn);NU1701</NoWarn >
You can’t perform that action at this time.
0 commit comments