3 references to __VS_PACKAGE_VERSION__
Microsoft.DotNet.Build.Tasks.Workloads (3)
Swix\SwixProjectBase.cs (2)
67
ReplacementTokens[SwixTokens.
__VS_PACKAGE_VERSION__
] = $"{Version}";
78
ReplacementTokens[SwixTokens.
__VS_PACKAGE_VERSION__
] = $"{Version}";
Swix\SwixTokens.cs (1)
23
public static readonly string __VS_PACKAGE_VERSION__ = nameof(
__VS_PACKAGE_VERSION__
);