Skip to content

Commit 14d31ae

Browse files
committed
Add reference to System.Threading.Tasks when running under .NET 4.0
1 parent 6bf1eb8 commit 14d31ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Source/Tests/Exceptionless.Tests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@
135135
<HintPath>..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath>
136136
<Private>True</Private>
137137
</Reference>
138+
<Reference Include="System.Threading.Tasks, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Condition="'$(TargetFrameworkVersionProperty)' == 'NET40'">
139+
<Visible>false</Visible>
140+
</Reference>
138141
</ItemGroup>
139142
<ItemGroup>
140143
<Compile Include="..\GlobalAssemblyInfo.cs">

0 commit comments

Comments
 (0)