diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 0fd11e28edc6..a8216eef458a 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/nightly/sdk:5.0.103 +FROM mcr.microsoft.com/dotnet/nightly/sdk:5.0.104 # Avoid warnings by switching to noninteractive ENV DEBIAN_FRONTEND=noninteractive diff --git a/DotnetRuntimeMetadata.json b/DotnetRuntimeMetadata.json index 9c036f70a96c..3225fd7c9db2 100644 --- a/DotnetRuntimeMetadata.json +++ b/DotnetRuntimeMetadata.json @@ -1,8 +1,8 @@ { "sdk": { "channel": "latest", - "packageVersionPattern": "5.0.3", - "sdkImageVersion": "5.0.103", + "packageVersionPattern": "5.0.4", + "sdkImageVersion": "5.0.104", "nextChannel": "net5/rc2" } } diff --git a/assets/files.wxs b/assets/files.wxs index 04f23c88c834..9ce3400aa3d7 100644 --- a/assets/files.wxs +++ b/assets/files.wxs @@ -1602,9 +1602,6 @@ - - - @@ -3057,12 +3054,12 @@ - - - + + + @@ -3600,7 +3597,6 @@ - @@ -4048,8 +4044,8 @@ - + diff --git a/global.json b/global.json index 43d4eeeb544f..c5baf68ebfd5 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "5.0.103" + "version": "5.0.104" } } diff --git a/src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj b/src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj index fa0ded7aa689..d597555dc56d 100644 --- a/src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj +++ b/src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj @@ -33,7 +33,7 @@ - + diff --git a/src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj b/src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj index e7445b07d21a..6ffc45672326 100644 --- a/src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj +++ b/src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj b/src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj index 502555d3716c..af34b36fbba9 100644 --- a/src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj +++ b/src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj @@ -20,7 +20,7 @@ - + diff --git a/test/tools/WebListener/WebListener.csproj b/test/tools/WebListener/WebListener.csproj index 6962c1519baf..9532446a14d4 100644 --- a/test/tools/WebListener/WebListener.csproj +++ b/test/tools/WebListener/WebListener.csproj @@ -7,7 +7,7 @@ - +