Skip to content

Commit 9afd478

Browse files
chore(deps): bump NetEvolve.Defaults from 1.3.9 to 1.3.18 (#360)
* chore(deps): bump NetEvolve.Defaults from 1.3.9 to 1.3.18 Bumps [NetEvolve.Defaults](https://github.com/dailydevops/defaults) from 1.3.9 to 1.3.18. - [Release notes](https://github.com/dailydevops/defaults/releases) - [Commits](dailydevops/defaults@1.3.9...1.3.18) --- updated-dependencies: - dependency-name: NetEvolve.Defaults dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Removed old TargetFrameworks * fix: TargetFramework `net6.0` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Stühmer <me@samtrion.net>
1 parent 1cf7d04 commit 9afd478

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="10.3.0.106239" Condition=" '$(BuildingInsideVisualStudio)' == 'true' " />
1515
</ItemGroup>
1616
<ItemGroup>

src/NetEvolve.Guard/NetEvolve.Guard.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<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>
55

66
<DisableBannedApiForPerformance>true</DisableBannedApiForPerformance>
77

tests/NetEvolve.Guard.Tests.Unit/NetEvolve.Guard.Tests.Unit.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<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>
55
<NoWarn>$(NoWarn);NU1701;CA1861;S3459;S3236</NoWarn>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)