#39 Remove unneeded dependencies

This commit is contained in:
Chris R 2017-05-16 11:27:10 -07:00
parent 5d162d79e8
commit 3f8bf3a1b1
3 changed files with 2 additions and 13 deletions

View File

@ -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.

View File

@ -16,8 +16,4 @@
<PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkVersion)" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkIdentifier)'=='.NETFramework' AND '$(OutputType)'=='library'">
<PackageReference Include="NETStandard.Library" Version="$(BundledNETStandardPackageVersion)" />
</ItemGroup>
</Project>

View File

@ -22,7 +22,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Microsoft.Web.Xdt.Extensions\Microsoft.Web.Xdt.Extensions.csproj" />
<ProjectReference Include="..\Microsoft.Web.Xdt.Extensions\Microsoft.Web.Xdt.Extensions.csproj" PrivateAssets="All" />
</ItemGroup>
</Project>