3 references to GetHarvestVersionFromString
Microsoft.DotNet.Build.Tasks.Packaging (3)
ValidateHarvestVersionIsLatestForRelease.cs (3)
79return GetHarvestVersionFromString(compileAsset.HarvestedFrom, report.Id, out harvestVersion, out harvestMajor, out harvestMinor); 87return GetHarvestVersionFromString(runtimeAsset.HarvestedFrom, report.Id, out harvestVersion, out harvestMajor, out harvestMinor); 95return GetHarvestVersionFromString(nativeAsset.HarvestedFrom, report.Id, out harvestVersion, out harvestMajor, out harvestMinor);