Skip to content

Commit 0925d47

Browse files
committed
Updated Version
1 parent 264b797 commit 0925d47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 4.1.{build}
1+
version: 4.2.{build}
22
os: Visual Studio 2017
33
clone_depth: 2
44
configuration: Release

src/Platforms/Exceptionless.AspNetCore/Exceptionless.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup Label="Package References">
29-
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.0.1" />
29+
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.0.1" />
3030
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.0.1" />
3131
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.0.1" />
3232
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.0.1" />

0 commit comments

Comments
 (0)