Skip to content

Commit 8b6e375

Browse files
Update FluentValidation package to v12.1.1
Update target frameworks to just .NET 8
1 parent 03fa2fc commit 8b6e375

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/Modern.FluentValidation.Extensions.UnitTests/Modern.FluentValidation.Extensions.UnitTests.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77

@@ -10,14 +10,14 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="FluentAssertions" Version="6.12.0" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0"/>
15-
<PackageReference Include="xunit" Version="2.4.2"/>
16-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
13+
<PackageReference Include="FluentAssertions" Version="[7.2.0]" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
15+
<PackageReference Include="xunit" Version="2.9.3" />
16+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
<PrivateAssets>all</PrivateAssets>
1919
</PackageReference>
20-
<PackageReference Include="coverlet.collector" Version="3.2.0">
20+
<PackageReference Include="coverlet.collector" Version="6.0.4">
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
<PrivateAssets>all</PrivateAssets>
2323
</PackageReference>

src/Modern.FluentValidation.Extensions/Modern.FluentValidation.Extensions.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;netstandard2.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
4+
<TargetFramework>net8.0</TargetFramework>
55
<LangVersion>Latest</LangVersion>
66
<Nullable>enable</Nullable>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99

10-
<Version>1.1.2</Version>
10+
<Version>12.1.1</Version>
1111
<Authors>Anton Martyniuk</Authors>
12-
<Copyright>Copyright (c) Anton Martyniuk 2024</Copyright>
12+
<Copyright>Copyright (c) Anton Martyniuk 2026</Copyright>
1313
<Title>A big set of custom validators for popular FluentValidation library for a daily usage</Title>
1414
<Description>A big set of custom validators for a FluentValidation library for .NET that uses a fluent interface to construct strongly-typed validation rules.</Description>
1515
<PackageTags>validation, validators, fluentvalidation, extensions</PackageTags>
@@ -23,8 +23,8 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="FluentValidation" Version="11.9.2" />
27-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
26+
<PackageReference Include="FluentValidation" Version="12.1.1" />
27+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

0 commit comments

Comments
 (0)