From 3f8bf3a1b141b5d0ce639d68b56cc2e427524cfa Mon Sep 17 00:00:00 2001 From: Chris R Date: Tue, 16 May 2017 11:27:10 -0700 Subject: [PATCH] #39 Remove unneeded dependencies --- NuGetPackageVerifier.json | 9 +-------- build/common.props | 4 ---- ...soft.AspNetCore.AzureAppServices.SiteExtension.csproj | 2 +- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json index 33addcaf71..4e5da217e3 100644 --- a/NuGetPackageVerifier.json +++ b/NuGetPackageVerifier.json @@ -4,14 +4,7 @@ "AdxVerificationCompositeRule" ], "packages": { - "Microsoft.AspNetCore.AzureAppServicesIntegration": { }, - "Microsoft.AspNetCore.AzureAppServices.SiteExtension": { - "Exclusions": { - "THIRDPARTY_DEPENDENCY_NOT_REGISTERED": { - "Microsoft.AspNetCore.AzureAppServices.SiteExtension; .NETFramework,Version=v4.5.1": "Microsoft.Web.Xdt.Extensions is locally developed and bundled into this package." - } - } - } + "Microsoft.AspNetCore.AzureAppServicesIntegration": { } } }, "Default": { // Rules to run for packages not listed in any other set. diff --git a/build/common.props b/build/common.props index 092c8a9af3..647bc19fd0 100644 --- a/build/common.props +++ b/build/common.props @@ -16,8 +16,4 @@ - - - - diff --git a/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj b/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj index 90d218b428..98e5ff1f42 100644 --- a/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj +++ b/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj @@ -22,7 +22,7 @@ - + \ No newline at end of file