Skip to content

Commit 64c5b45

Browse files
authored
Update dependencies in SmartFormat.Tests (#443)
Updated the following NuGet packages: - Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1 - NUnit from 4.1.0 to 4.2.2 - NUnit.Analyzers from 4.2.0 to 4.3.0 - FluentAssertions from 6.12.0 to 6.12.1 These updates include bug fixes, performance improvements, and new features.
1 parent c33b9a5 commit 64c5b45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/SmartFormat.Tests/SmartFormat.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
19-
<PackageReference Include="NUnit" Version="4.1.0" />
20-
<PackageReference Include="NUnit.Analyzers" Version="4.2.0">
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
19+
<PackageReference Include="NUnit" Version="4.2.2" />
20+
<PackageReference Include="NUnit.Analyzers" Version="4.3.0">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>
2424
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
25-
<PackageReference Include="FluentAssertions" Version="6.12.0" />
25+
<PackageReference Include="FluentAssertions" Version="6.12.1" />
2626
</ItemGroup>
2727

2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)