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