Skip to content

Commit cdea6b6

Browse files
committed
refs
1 parent 165d7dc commit cdea6b6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<PackageVersion Include="FluentValidation" Version="11.11.0" />
88
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="27.0.2" />
99
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
10-
<PackageVersion Include="Polyfill" Version="7.27.0" />
10+
<PackageVersion Include="Polyfill" Version="7.29.0" />
1111
<PackageVersion Include="ProjectDefaults" Version="1.0.150" />
1212
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
1313
<PackageVersion Include="Verify.XunitV3" Version="30.0.0" />
14-
<PackageVersion Include="xunit.v3" Version="2.0.1" />
15-
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.2" />
14+
<PackageVersion Include="xunit.v3" Version="2.0.2" />
15+
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.0" />
1616
</ItemGroup>
1717
</Project>

src/ExtendedFluentValidation/ExtendedFluentValidation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFrameworks>net48;net8.0;net9.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
55
<IsTrimmable>true</IsTrimmable>
66
<PolyNullability>true</PolyNullability>
77
</PropertyGroup>

0 commit comments

Comments
 (0)