We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 397f411 + 446f91a commit 1ed094bCopy full SHA for 1ed094b
1 file changed
TestHelpers.Tests/TestHelpers.Tests.csproj
@@ -10,6 +10,9 @@
10
<RootNamespace>System.IO.Abstractions.TestingHelpers.Tests</RootNamespace>
11
<AssemblyOriginatorKeyFile>../StrongName.snk</AssemblyOriginatorKeyFile>
12
<IsPackable>false</IsPackable>
13
+
14
+ <!-- Workaround for https://github.com/nunit/nunit3-vs-adapter/issues/296 -->
15
+ <DebugType>Full</DebugType>
16
</PropertyGroup>
17
18
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -29,4 +32,8 @@
29
32
<PackageReference Include="nunit" Version="3.6.1" />
30
33
</ItemGroup>
31
34
35
+ <ItemGroup>
36
+ <Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
37
+ </ItemGroup>
38
39
</Project>
0 commit comments