We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b7fe1 commit 470a16cCopy full SHA for 470a16c
Directory.Build.props
@@ -28,6 +28,9 @@
28
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
29
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
30
31
+ <!-- When building in the VMR, we still want the package project url to point to this repo -->
32
+ <PackageProjectUrl>https://github.com/dotnet/razor</PackageProjectUrl>
33
+
34
<!-- VS does not require Windows PDBs to be published anymore. -->
35
<PublishWindowsPdb>false</PublishWindowsPdb>
36
0 commit comments