Update .NET SDK version from 5.0.100-preview.7.20356.2 to 5.0.100-preview.7.20358.6 (#13134)

This commit is contained in:
github-actions[bot] 2020-07-09 10:54:28 -07:00 committed by GitHub
parent 5ad8a5916f
commit 87f2674524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------
FROM mcr.microsoft.com/dotnet/core/sdk:5.0.100-preview.6
FROM mcr.microsoft.com/dotnet/nightly/sdk:5.0.100-preview.7
# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive

View file

@ -1,5 +1,5 @@
{
"sdk": {
"version": "5.0.100-preview.7.20356.2"
"version": "5.0.100-preview.7.20358.6"
}
}