5 references to Version
dotnet-aot (5)
src\sdk\src\Cli\dotnet\ToolPackage\LocalToolsResolverCache.cs (1)
124Version = restoredCommandIdentifier.Version.ToNormalizedString(),
src\sdk\src\Cli\dotnet\ToolPackage\RestoredCommandIdentifier.cs (4)
32EqualityComparer<NuGetVersion>.Default.Equals(Version, other.Version) && 49return HashCode.Combine(PackageId, Version, TargetFramework, CommandName, 66$"{PackageId}-{Version.ToNormalizedString()}-{TargetFramework.GetShortFolderName()}-{RuntimeIdentifier}-{CommandName}";