File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
src/Bugsnag.AspNet.WebApi Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
10
## 2.1.0 (2018-05-30)
5
11
6
12
### Enhancements
Original file line number Diff line number Diff line change 8
8
<ItemGroup >
9
9
<Reference Include =" System" />
10
10
<Reference Include =" System.Core" />
11
+ <Reference Include =" System.Configuration" />
11
12
</ItemGroup >
12
13
<ItemGroup >
13
14
<ProjectReference Include =" ..\Bugsnag\Bugsnag.csproj" />
15
+ <ProjectReference Include =" ..\Bugsnag.ConfigurationSection\Bugsnag.ConfigurationSection.csproj" />
14
16
</ItemGroup >
15
17
<ItemGroup Condition =" '$(TargetFramework)' == 'net40'" >
16
18
<PackageReference Include =" Microsoft.AspNet.WebApi.Core" Version =" 4.0.20505.0" />
You can’t perform that action at this time.
0 commit comments