1 write to ReleasesJson
Microsoft.Deployment.DotNet.Releases (1)
Product.cs (1)
170ReleasesJson = productElement.GetUriOrDefault("releases.json");
2 references to ReleasesJson
Microsoft.Deployment.DotNet.Releases (2)
Product.cs (2)
146GetReleasesAsync(ReleasesJson); 183await Utils.GetLatestFileAsync(path, downloadLatest, ReleasesJson).ConfigureAwait(false);