mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add FluentAssertions
This commit is contained in:
parent
cbde0780e2
commit
de47820277
4 changed files with 3 additions and 7 deletions
|
|
@ -29,8 +29,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FilterLists.Api.Tests", "te
|
|||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FilterLists.Data.Tests", "tests\FilterLists.Data.Tests\FilterLists.Data.Tests.csproj", "{41F52C6C-3CD1-4CE7-82E2-8E1B923C0D9E}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FilterLists.DataLoad.Tests", "tests\FilterLists.DataLoad.Tests\FilterLists.DataLoad.Tests.csproj", "{D91D5249-D860-4C17-8C22-6C9777D56F2F}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FilterLists.Services.Tests", "tests\FilterLists.Services.Tests\FilterLists.Services.Tests.csproj", "{E5489C3B-A7AE-440B-8017-DA5550C11A37}"
|
||||
EndProject
|
||||
Global
|
||||
|
|
@ -63,10 +61,6 @@ Global
|
|||
{41F52C6C-3CD1-4CE7-82E2-8E1B923C0D9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{41F52C6C-3CD1-4CE7-82E2-8E1B923C0D9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{41F52C6C-3CD1-4CE7-82E2-8E1B923C0D9E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{D91D5249-D860-4C17-8C22-6C9777D56F2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D91D5249-D860-4C17-8C22-6C9777D56F2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D91D5249-D860-4C17-8C22-6C9777D56F2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D91D5249-D860-4C17-8C22-6C9777D56F2F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E5489C3B-A7AE-440B-8017-DA5550C11A37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E5489C3B-A7AE-440B-8017-DA5550C11A37}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E5489C3B-A7AE-440B-8017-DA5550C11A37}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
|
|
@ -83,7 +77,6 @@ Global
|
|||
{9F296ECF-97C9-47E6-A794-5AD900ECFE6C} = {E7590A2B-621D-47EA-B026-315793F0FE50}
|
||||
{F2B45EA6-5BB9-4E61-9245-1CF3D2A12CA6} = {378861FC-4C64-4676-9FA8-04A053219EA5}
|
||||
{41F52C6C-3CD1-4CE7-82E2-8E1B923C0D9E} = {378861FC-4C64-4676-9FA8-04A053219EA5}
|
||||
{D91D5249-D860-4C17-8C22-6C9777D56F2F} = {378861FC-4C64-4676-9FA8-04A053219EA5}
|
||||
{E5489C3B-A7AE-440B-8017-DA5550C11A37} = {378861FC-4C64-4676-9FA8-04A053219EA5}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="FluentAssertions" Version="4.19.4" />
|
||||
<PackageReference Include="Moq" Version="4.7.142" />
|
||||
<PackageReference Include="xunit" Version="2.3.0" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="FluentAssertions" Version="4.19.4" />
|
||||
<PackageReference Include="Moq" Version="4.7.142" />
|
||||
<PackageReference Include="xunit" Version="2.3.0" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="FluentAssertions" Version="4.19.4" />
|
||||
<PackageReference Include="Moq" Version="4.7.142" />
|
||||
<PackageReference Include="xunit" Version="2.3.0" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in a new issue