Skip to content

Commit 03d446d

Browse files
committed
Fix bad merge
1 parent 72cfa09 commit 03d446d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Installers/Windows/SharedFramework/SharedFrameworkPackage.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
4-
<id>$ID$.$ARCH$.$MAJOR$.$MINOR$</id>
4+
<id>VS.Redist.Common.AspNetCore.SharedFramework.$ARCH$.$MAJOR$.$MINOR$</id>
55
<version>1.0.0</version>
6-
<title>$ID$.$ARCH$.$MAJOR$.$MINOR$</title>
6+
<title>VS.Redist.Common.AspNetCore.SharedFramework.$ARCH$.$MAJOR$.$MINOR$</title>
77
<authors>Microsoft</authors>
88
<owners>Microsoft</owners>
99
<license type="expression">$PackageLicenseExpression$</license>

0 commit comments

Comments
 (0)