Set SDK dependent value to include full semantic version (#10574)
This commit is contained in:
parent
e8fa33c840
commit
5bf91c20f7
1 changed files with 1 additions and 1 deletions
|
@ -46,5 +46,5 @@
|
|||
<?define DependencyKey = "$(var.DependencyKeyName)_$(var.SDKBundleVersion)_$(var.Platform)"?>
|
||||
<?define DependencyKeyId = "$(var.DependencyKey)" ?>
|
||||
<!-- The dependent value associated with this SDK when creating reference counts for optional workloads. -->
|
||||
<?define SdkDependent = "Microsoft.NET.SDK,$(var.SDKBundleVersion),$(var.Platform)"?>
|
||||
<?define SdkDependent = "Microsoft.NET.SDK,$(var.NugetVersion),$(var.Platform)"?>
|
||||
</Include>
|
||||
|
|
Loading…
Reference in a new issue