Skip to content

Commit 60c3875

Browse files
authored
Merge pull request #105 from bugsnag/martin308/add-configuration-for-web-api
Include configuration package
2 parents 96360fb + c6c161b commit 60c3875

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
## Unreleased
5+
6+
* Include Configuration package with WebApi
7+
| [martin308](https://github.com/martin308)
8+
| [#105](https://github.com/bugsnag/bugsnag-dotnet/pull/105)
9+
410
## 2.1.0 (2018-05-30)
511

612
### Enhancements

src/Bugsnag.AspNet.WebApi/Bugsnag.AspNet.WebApi.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
<ItemGroup>
99
<Reference Include="System" />
1010
<Reference Include="System.Core" />
11+
<Reference Include="System.Configuration" />
1112
</ItemGroup>
1213
<ItemGroup>
1314
<ProjectReference Include="..\Bugsnag\Bugsnag.csproj" />
15+
<ProjectReference Include="..\Bugsnag.ConfigurationSection\Bugsnag.ConfigurationSection.csproj" />
1416
</ItemGroup>
1517
<ItemGroup Condition="'$(TargetFramework)' == 'net40'">
1618
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="4.0.20505.0" />

0 commit comments

Comments
 (0)