This commit is contained in:
James Jackson-South 2023-02-04 17:19:13 +10:00
Родитель cc14f25081
Коммит 176589e95d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -11,7 +11,7 @@
<!-- Package references and additional files which are consumed by test projects -->
<ItemGroup Condition="'$(IsTestProject)' == 'true'">
<PackageReference Include="xunit" Version="2.4.1" IsImplicitlyDefined="true" />
<PackageReference Include="xunit" Version="2.4.2" IsImplicitlyDefined="true" />
<PackageReference Include="coverlet.collector"
Version="3.1.2"