diff --git a/src/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.csproj b/src/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.csproj
index 213bc71da..f7f4cb6b9 100644
--- a/src/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.csproj
+++ b/src/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.csproj
@@ -3,17 +3,21 @@
netstandard1.1
true
+ true
+
true
- true
$(MSBuildProjectName).nuspec
$(OutputPath)
+
+ Implementation of Microsoft DiaSymReader interfaces that reads debug information from Portable PDB format.
+ DiaSymReader ISymUnmanagedReader Portable PDB COM interop debugging
@@ -24,13 +28,12 @@
-
+
- version=$(PackageVersion);
- licenseUrl=$(PackageLicenseUrl);
- repoUrl=$(RepositoryUrl);
- copyright=$(Copyright);
+ $(NuspecProperties);
MicrosoftDiaSymReaderVersion=$(MicrosoftDiaSymReaderVersion);
SystemCollectionsVersion=$(SystemCollectionsVersion);
SystemCollectionsImmutableVersion=$(SystemCollectionsImmutableVersion);
diff --git a/src/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec b/src/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec
index 4472dbe39..669106d6e 100644
--- a/src/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec
+++ b/src/Microsoft.DiaSymReader.PortablePdb/Microsoft.DiaSymReader.PortablePdb.nuspec
@@ -1,11 +1,18 @@
- Microsoft.DiaSymReader.PortablePdb
- Implementation of Microsoft DiaSymReader interfaces that reads debug information from Portable PDB format
-
- Implementation of Microsoft DiaSymReader interfaces that reads debug information from Portable PDB format.
-
+ $PackageId$
+ $Description$
+ $Version$
+ $Authors$
+ $RequireLicenseAcceptance$
+ $PackageLicenseUrl$
+ $PackageProjectUrl$
+ $Copyright$
+ $DevelopmentDependency$
+ $PackageTags$
+ $Serviceable$
+
@@ -30,15 +37,6 @@
- en-US
- true
- $version$
- Microsoft
- http://go.microsoft.com/fwlink/?LinkId=529443
- https://github.com/dotnet/symreader-portable
- Implementation of Microsoft DiaSymReader interfaces that reads debug information from Portable PDB format
- DiaSymReader ISymUnmanagedReader Portable PDB COM interop debugging
- true