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 21, 2018
1 parent ad3fc29 commit adf1deb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,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)
- [WordPress](/samples/WordPressCoreReceiver)

### Building from source

Expand Down
2 changes: 0 additions & 2 deletions WebHooks.sln
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ Global
{9E9BD14E-E4EA-411C-A980-066C7178D5E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E9BD14E-E4EA-411C-A980-066C7178D5E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E9BD14E-E4EA-411C-A980-066C7178D5E8}.Release|Any CPU.Build.0 = Release|Any CPU
{2796FB1C-FE9B-49EF-8BF7-DAB28615F79E}.CodeAnalysis|Any CPU.ActiveCfg = CodeAnalysis|Any CPU
{2796FB1C-FE9B-49EF-8BF7-DAB28615F79E}.CodeAnalysis|Any CPU.Build.0 = CodeAnalysis|Any CPU
{2796FB1C-FE9B-49EF-8BF7-DAB28615F79E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2796FB1C-FE9B-49EF-8BF7-DAB28615F79E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2796FB1C-FE9B-49EF-8BF7-DAB28615F79E}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
1 change: 0 additions & 1 deletion samples/WordPressCoreReceiver/WordPressCoreReceiver.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<Configurations>$(Configurations);CodeAnalysis</Configurations>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>

Expand Down

0 comments on commit adf1deb

Please sign in to comment.