diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index b63087a1e..1ad811257 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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:3.1.100 +FROM mcr.microsoft.com/dotnet/core/sdk:3.1.102 # Avoid warnings by switching to noninteractive ENV DEBIAN_FRONTEND=noninteractive diff --git a/assets/files.wxs b/assets/files.wxs index ebf22a299..36357ec07 100644 --- a/assets/files.wxs +++ b/assets/files.wxs @@ -3071,8 +3071,8 @@ - - + + @@ -4063,7 +4063,7 @@ - + diff --git a/global.json b/global.json index c685cffc7..5360f36ed 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "3.1.101" + "version": "3.1.102" } } diff --git a/test/tools/WebListener/WebListener.csproj b/test/tools/WebListener/WebListener.csproj index af082eb38..a262d481d 100644 --- a/test/tools/WebListener/WebListener.csproj +++ b/test/tools/WebListener/WebListener.csproj @@ -7,7 +7,7 @@ - +