diff --git a/eng/Versions.props b/eng/Versions.props index 6e7db7a4..0a874102 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ 0.14.0 - 1.1.0 + 1.1.1 1.1.0 1.8.6.7 4.7.0 @@ -44,8 +44,8 @@ 4.13.1 4.1.0 1.0.0 - 3.2.0 - 4.7.1 + 3.2.1 + 4.7.2 4.5.4 diff --git a/global.json b/global.json index bca075e8..fbfe52f6 100644 --- a/global.json +++ b/global.json @@ -3,8 +3,8 @@ "dotnet": "5.0.100-preview.4.20258.7", "runtimes": { "aspnetcore": [ - "2.1.17", - "3.1.4" + "2.1.19", + "3.1.5" ] } },