File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >net45</TargetFrameworks >
5
5
</PropertyGroup >
6
- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform) '=='Debug|net45|AnyCPU '" >
6
+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" >
7
7
<DebugType >full</DebugType >
8
8
<DebugSymbols >true</DebugSymbols >
9
9
</PropertyGroup >
26
26
</ProjectReference >
27
27
</ItemGroup >
28
28
<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" />
34
34
</ItemGroup >
35
35
</Project >
You can’t perform that action at this time.
0 commit comments