Fix inputs for UpgradeCode
This commit is contained in:
parent
f87c75a90d
commit
2aabd9f847
|
|
@ -32,7 +32,7 @@
|
||||||
<GenerateGuid NamespaceGuid="$(NamespaceGuid)" Values="$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).$(AspNetCorePatchVersion);$(Platform)">
|
<GenerateGuid NamespaceGuid="$(NamespaceGuid)" Values="$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).$(AspNetCorePatchVersion);$(Platform)">
|
||||||
<Output TaskParameter="Guid" PropertyName="BundleProviderKey" />
|
<Output TaskParameter="Guid" PropertyName="BundleProviderKey" />
|
||||||
</GenerateGuid>
|
</GenerateGuid>
|
||||||
<GenerateGuid NamespaceGuid="$(NamespaceGuid)" Values="$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion);$(AspNetCorePatchVersion);Platform)">
|
<GenerateGuid NamespaceGuid="$(NamespaceGuid)" Values="$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).$(AspNetCorePatchVersion);Platform)">
|
||||||
<Output TaskParameter="Guid" PropertyName="BundleUpgradeCode" />
|
<Output TaskParameter="Guid" PropertyName="BundleUpgradeCode" />
|
||||||
</GenerateGuid>
|
</GenerateGuid>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue