Skip to content

Commit b948257

Browse files
author
Kyle McCarthy
committed
make the condition for any debug build and 👾 fixes
1 parent 93ef1a4 commit b948257

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

PowerAssertTests/PowerAssertTests.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net45</TargetFrameworks>
55
</PropertyGroup>
6-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'">
6+
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
77
<DebugType>full</DebugType>
88
<DebugSymbols>true</DebugSymbols>
99
</PropertyGroup>
@@ -26,10 +26,10 @@
2626
</ProjectReference>
2727
</ItemGroup>
2828
<ItemGroup>
29-
<PackageReference Include="ApprovalTests" Version="3.0.7" />
30-
<PackageReference Include="ApprovalUtilities" Version="3.0.7" />
31-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
32-
<PackageReference Include="nunit" Version="3.13.1" />
33-
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
29+
<PackageReference Include="ApprovalTests" Version="3.0.7" />
30+
<PackageReference Include="ApprovalUtilities" Version="3.0.7" />
31+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
32+
<PackageReference Include="nunit" Version="3.13.1" />
33+
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
3434
</ItemGroup>
3535
</Project>

0 commit comments

Comments
 (0)