Merge branch 'release/2.2'

This commit is contained in:
Nate McMaster 2018-12-14 16:04:56 -08:00
commit 3c09d644cc
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
2 changed files with 1 additions and 1 deletions

View File

@ -79,6 +79,7 @@ with the right MSBuild incantations to get output copied to the right place.
<!-- Prepend LinkBase to output path. -->
<NativeContent>
<Link>%(LinkBase)%(FileName)%(Extension)</Link>
<!-- Don't put this content in a nuget package. -->
<Pack>false</Pack>
</NativeContent>
</ItemGroup>

View File

@ -8,7 +8,6 @@
<PackageTags>aspnetcore</PackageTags>
<PackageTitle>Microsoft ASP.NET Core Module</PackageTitle>
<Pack>true</Pack>
<ContentTargetFolders>content</ContentTargetFolders>
<NoPackageAnalysis>true</NoPackageAnalysis>
<PackageDescription>ASP.NET Core Module</PackageDescription>
<IsPackable Condition="'$(OS)' != 'Windows_NT'">false</IsPackable>