File tree 3 files changed +3
-3
lines changed
tests/NetEvolve.Guard.Tests.Unit
3 files changed +3
-3
lines changed 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
<GlobalPackageReference Include =" SonarAnalyzer.CSharp" Version =" 10.3.0.106239" Condition =" '$(BuildingInsideVisualStudio)' == 'true' " />
15
15
</ItemGroup >
16
16
<ItemGroup >
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;net9.0</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;net6.0;net8.0;net9.0</TargetFrameworks >
5
5
6
6
<DisableBannedApiForPerformance >true</DisableBannedApiForPerformance >
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;net9.0</TargetFrameworks >
4
+ <TargetFrameworks >net6.0;net8.0;net9.0</TargetFrameworks >
5
5
<NoWarn >$(NoWarn);NU1701;CA1861;S3459;S3236</NoWarn >
6
6
</PropertyGroup >
7
7
You can’t perform that action at this time.
0 commit comments