Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit a2c8537

Browse files
natemcmasterpranavkm
authored andcommitted
Remove the custom nuspec for Microsoft.AspNetCore.Mvc.Razor (#8758)
* Remove the custom nuspec for Microsoft.AspNetCore.Mvc.Razor
1 parent f80490f commit a2c8537

File tree

2 files changed

+0
-79
lines changed

2 files changed

+0
-79
lines changed

Diff for: src/Microsoft.AspNetCore.Mvc.Razor/Microsoft.AspNetCore.Mvc.Razor.csproj

-37
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<NoWarn>$(NoWarn);CS1591</NoWarn>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<PackageTags>aspnetcore;aspnetcoremvc;cshtml;razor</PackageTags>
9-
<NuspecFile>$(MSBuildProjectName).nuspec</NuspecFile>
10-
<Serviceable>true</Serviceable>
119
</PropertyGroup>
1210

1311
<ItemGroup>
@@ -18,39 +16,4 @@
1816
<PackageReference Include="Microsoft.Extensions.FileProviders.Composite" Version="$(MicrosoftExtensionsFileProvidersCompositePackageVersion)" />
1917
</ItemGroup>
2018

21-
<ItemGroup>
22-
<SignedPackageFile Include="$(TargetPath)" PackagePath="lib/$(TargetFramework)/$(TargetFileName)" Certificate="$(AssemblySigningCertName)" />
23-
</ItemGroup>
24-
25-
<Target Name="PopulateNuspec" BeforeTargets="GenerateNuspec" DependsOnTargets="BuiltProjectOutputGroup;DebugSymbolsProjectOutputGroup;DocumentationProjectOutputGroup">
26-
27-
<PropertyGroup>
28-
<!-- Make sure we create a symbols.nupkg -->
29-
<IncludeSymbols>true</IncludeSymbols>
30-
<NuspecProperties>
31-
id=$(MSBuildProjectName);
32-
version=$(PackageVersion);
33-
authors=$(Authors);
34-
licenseUrl=$(PackageLicenseUrl);
35-
projectUrl=$(PackageProjectUrl);
36-
iconUrl=$(PackageIconUrl);
37-
copyright=$(Copyright);
38-
description=$(Description);
39-
tags=$([MSBuild]::Escape($(PackageTags)));
40-
serviceable=$(Serviceable);
41-
repositoryUrl=$(RepositoryUrl);
42-
repositoryCommit=$(RepositoryCommit);
43-
targetframework=$(TargetFramework);
44-
MicrosoftAspNetCoreRazorRuntimePackageVersion=$(MicrosoftAspNetCoreRazorRuntimePackageVersion);
45-
MicrosoftCodeAnalysisRazorPackageVersion=$(MicrosoftCodeAnalysisRazorPackageVersion);
46-
MicrosoftCodeAnalysisCSharpPackageVersion=$(MicrosoftCodeAnalysisCSharpPackageVersion);
47-
MicrosoftExtensionsCachingMemoryPackageVersion=$(MicrosoftExtensionsCachingMemoryPackageVersion);
48-
MicrosoftExtensionsFileProvidersCompositePackageVersion=$(MicrosoftExtensionsFileProvidersCompositePackageVersion);
49-
MicrosoftDiaSymReaderNativePackageVersion=$(MicrosoftDiaSymReaderNativePackageVersion);
50-
OutputBinary=@(BuiltProjectOutputGroupOutput);
51-
OutputDocumentation=@(DocumentationProjectOutputGroupOutput);
52-
OutputSymbol=@(DebugSymbolsProjectOutputGroupOutput);
53-
</NuspecProperties>
54-
</PropertyGroup>
55-
</Target>
5619
</Project>

Diff for: src/Microsoft.AspNetCore.Mvc.Razor/Microsoft.AspNetCore.Mvc.Razor.nuspec

-42
This file was deleted.

0 commit comments

Comments
 (0)