Skip to content

Commit 9ebaba3

Browse files
committed
Reverted all changes to the unit test project
1 parent 9ac19e3 commit 9ebaba3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Source/Tests/Exceptionless.Tests.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
</Reference>
5353
<Reference Include="Microsoft.Build" />
5454
<Reference Include="Microsoft.Build.Framework" />
55-
<Reference Include="Microsoft.Build.Utilities.v12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
5655
<Reference Include="Microsoft.Build.Utilities.v4.0" />
5756
<Reference Include="Microsoft.CSharp" />
5857
<Reference Include="Microsoft.Owin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -111,6 +110,7 @@
111110
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
112111
<Private>True</Private>
113112
</Reference>
113+
<Reference Include="System.Runtime" />
114114
<Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
115115
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
116116
<Private>True</Private>
@@ -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)