Skip to content

Commit 75683c8

Browse files
committed
Merge pull request #43 from xbelt/missingInclude
Add missing Reference Include to the test project
2 parents 0d1b373 + fd2721a commit 75683c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Tests/Exceptionless.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
<SpecificVersion>False</SpecificVersion>
101101
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
102102
</Reference>
103+
<Reference Include="System.Runtime" />
103104
<Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
104105
<SpecificVersion>False</SpecificVersion>
105106
<HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>

0 commit comments

Comments
 (0)