Passing _NETCoreAppPackageVersion as BundledNETCoreAppPackageVersion(#9702)
This commit is contained in:
parent
74cdff42c7
commit
96636458e5
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@
|
||||||
So that we don't need to manually update the version selection logic between when we ship a final release and when we ship the first patch
|
So that we don't need to manually update the version selection logic between when we ship a final release and when we ship the first patch
|
||||||
-->
|
-->
|
||||||
<GetUseBundledNETCoreAppPackageVersionAsDefaultNetCorePatchVersion
|
<GetUseBundledNETCoreAppPackageVersionAsDefaultNetCorePatchVersion
|
||||||
BundledNETCoreAppPackageVersion="$(BundledNETCoreAppPackageVersion)">
|
BundledNETCoreAppPackageVersion="$(_NETCoreAppPackageVersion)">
|
||||||
<Output TaskParameter="UseBundledNETCoreAppPackageVersionAsDefaultNetCorePatchVersion"
|
<Output TaskParameter="UseBundledNETCoreAppPackageVersionAsDefaultNetCorePatchVersion"
|
||||||
PropertyName="_UseBundledNETCoreAppPackageVersionAsDefaultNetCorePatchVersion" />
|
PropertyName="_UseBundledNETCoreAppPackageVersionAsDefaultNetCorePatchVersion" />
|
||||||
</GetUseBundledNETCoreAppPackageVersionAsDefaultNetCorePatchVersion>
|
</GetUseBundledNETCoreAppPackageVersionAsDefaultNetCorePatchVersion>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue