Target the latest version of fluent and the latest TFM to unblock CI tests.

This commit is contained in:
Marc Paine 2022-10-03 13:24:26 -07:00
Родитель 37de204be6
Коммит cb503a0269
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.6.0" />
<PackageReference Include="FluentAssertions" Version="6.7.0" />
</ItemGroup>
<ItemGroup>