3 references to JsonFilename
Microsoft.DotNet.Build.Tasks.Packaging (3)
GetRuntimeTargets.cs (3)
30if (string.IsNullOrEmpty(JsonFilename) || !File.Exists(JsonFilename)) 33JObject jObject = JObject.Parse(File.ReadAllText(JsonFilename));