Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
Make adjustments after rebase on #232 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbu committed Jan 23, 2018
1 parent 6f4cac3 commit f450d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ASP.NET Core MVC is part of ASP.NET Core. You can find samples, documentation an
- [SalesForce](/samples/SalesforceCoreReceiver)
- [Slack](/samples/SlackCoreReceiver)
- [Stripe](/samples/StripeCoreReceiver)
- [Trello](/samples/TrelloCoreReceiver)
- [WordPress](/samples/WordPressCoreReceiver)

### Building from source
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configurations>$(Configurations);CodeAnalysis</Configurations>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
<TargetFrameworks>$(StandardTestTfms)</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Microsoft.AspNetCore.WebHooks.Receivers.Trello\Microsoft.AspNetCore.WebHooks.Receivers.Trello.csproj" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
<PackageReference Include="Moq" Version="4.7.145" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.analyzers" Version="0.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
</ItemGroup>
</Project>

0 comments on commit f450d1c

Please sign in to comment.