Skip to content

Commit d607241

Browse files
Merge branch 'PowerShell:master' into master
2 parents bb5b0ab + f4a452e commit d607241

File tree

30 files changed

+257
-229
lines changed

30 files changed

+257
-229
lines changed

DotnetRuntimeMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"quality": "daily",
55
"qualityFallback": "preview",
66
"packageVersionPattern": "9.0.0-preview.6",
7-
"sdkImageVersion": "10.0.100-preview.3.25201.16",
7+
"sdkImageVersion": "10.0.100-preview.6.25358.103",
88
"nextChannel": "9.0.0-preview.7",
99
"azureFeed": "",
1010
"sdkImageOverride": ""

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-preview.4.25258.110"
3+
"version": "10.0.100-preview.6.25358.103"
44
}
55
}

src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" />
11-
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="10.0.0-preview.4.25258.110" />
11+
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="10.0.0-preview.6.25358.103" />
1212
</ItemGroup>
1313

1414
<PropertyGroup>

src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
<ItemGroup>
4949
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
50-
<PackageReference Include="System.ServiceProcess.ServiceController" Version="10.0.0-preview.4.25258.110" />
50+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="10.0.0-preview.6.25358.103" />
5151
</ItemGroup>
5252

5353
</Project>

src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" />
11-
<PackageReference Include="Markdig.Signed" Version="0.41.1" />
11+
<PackageReference Include="Markdig.Signed" Version="0.41.3" />
1212
<PackageReference Include="Microsoft.PowerShell.MarkdownRender" Version="7.2.1" />
1313
</ItemGroup>
1414

@@ -33,9 +33,9 @@
3333

3434
<ItemGroup>
3535
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
36-
<PackageReference Include="System.Threading.AccessControl" Version="10.0.0-preview.4.25258.110" />
37-
<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.4.25258.110" />
38-
<PackageReference Include="JsonSchema.Net" Version="7.3.4" />
36+
<PackageReference Include="System.Threading.AccessControl" Version="10.0.0-preview.6.25358.103" />
37+
<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.6.25358.103" />
38+
<PackageReference Include="JsonSchema.Net" Version="7.4.0" />
3939
</ItemGroup>
4040

4141
</Project>

src/Microsoft.PowerShell.Commands.Utility/commands/utility/ImplicitRemotingCommands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@ private void HandleHostCallReceived(object sender, RemoteDataEventArgs<RemoteHos
17051705
internal List<CommandMetadata> GetRemoteCommandMetadata(out Dictionary<string, string> alias2resolvedCommandName)
17061706
{
17071707
bool isReleaseCandidateBackcompatibilityMode =
1708-
this.Session.Runspace.GetRemoteProtocolVersion() == RemotingConstants.ProtocolVersionWin7RC;
1708+
this.Session.Runspace.GetRemoteProtocolVersion() == RemotingConstants.ProtocolVersion_2_0;
17091709

17101710
alias2resolvedCommandName = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
17111711
if ((this.CommandName == null) || (this.CommandName.Length == 0) ||

src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
11-
<PackageReference Include="System.Diagnostics.EventLog" Version="10.0.0-preview.4.25258.110" />
11+
<PackageReference Include="System.Diagnostics.EventLog" Version="10.0.0-preview.6.25358.103" />
1212
</ItemGroup>
1313

1414
</Project>

src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
<ItemGroup>
1818
<!-- This section is to force the version of non-direct dependencies -->
19-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.0-preview.4.25258.110" />
20-
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="10.0.0-preview.4.25258.110" />
19+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.0-preview.6.25358.103" />
20+
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="10.0.0-preview.6.25358.103" />
2121
<!-- the following package(s) are from https://github.com/dotnet/fxdac -->
2222
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
2323
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
24-
<PackageReference Include="System.IO.Packaging" Version="10.0.0-preview.4.25258.110" />
25-
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="10.0.0-preview.4.25258.110" />
24+
<PackageReference Include="System.IO.Packaging" Version="10.0.0-preview.6.25358.103" />
25+
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="10.0.0-preview.6.25358.103" />
2626
<!-- Removing due to NU1510 -->
2727
<!-- PackageReference Include="System.Text.Encodings.Web" Version="9.0.2" /-->
2828
<!--
@@ -37,7 +37,7 @@
3737
<PackageReference Include="System.ServiceModel.Security" Version="4.10.3" NoWarn="NU1605" />
3838
<PackageReference Include="System.Private.ServiceModel" Version="4.10.3" NoWarn="NU1605" />
3939
<!-- the source could not be found for the following package(s) -->
40-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="10.0.0-preview.4.25258.110" />
40+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="10.0.0-preview.6.25358.103" />
4141
</ItemGroup>
4242

4343
</Project>

src/Microsoft.WSMan.Management/Microsoft.WSMan.Management.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" />
1111
<ProjectReference Include="..\Microsoft.WSMan.Runtime\Microsoft.WSMan.Runtime.csproj" />
1212
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
13-
<PackageReference Include="System.ServiceProcess.ServiceController" Version="10.0.0-preview.4.25258.110" />
13+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="10.0.0-preview.6.25358.103" />
1414
</ItemGroup>
1515

1616
<PropertyGroup>

src/System.Management.Automation/System.Management.Automation.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
<!-- the Application Insights package -->
3333
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.23.0" />
3434
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
35-
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="10.0.0-preview.4.25258.110" />
36-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.0-preview.4.25258.110" />
35+
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="10.0.0-preview.6.25358.103" />
36+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.0-preview.6.25358.103" />
3737
<!-- Removing due to NU1510 -->
3838
<!-- PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.2" /-->
39-
<PackageReference Include="System.DirectoryServices" Version="10.0.0-preview.4.25258.110" />
39+
<PackageReference Include="System.DirectoryServices" Version="10.0.0-preview.6.25358.103" />
4040
<!--PackageReference Include="System.IO.FileSystem.AccessControl" Version="6.0.0-preview.5.21301.5" /-->
41-
<PackageReference Include="System.Management" Version="10.0.0-preview.4.25258.110" />
41+
<PackageReference Include="System.Management" Version="10.0.0-preview.6.25358.103" />
4242
<!-- Removing System.Security.AccessControl as per NU1510 -->
4343
<!-- PackageReference Include="System.Security.AccessControl" Version="6.0.1" /-->
44-
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.0-preview.4.25258.110" />
45-
<PackageReference Include="System.Security.Permissions" Version="10.0.0-preview.4.25258.110" />
44+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.0-preview.6.25358.103" />
45+
<PackageReference Include="System.Security.Permissions" Version="10.0.0-preview.6.25358.103" />
4646
<!-- Removing due to NU1510 -->
4747
<!-- PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.2" /-->
4848
<!-- the following package(s) are from the powershell org -->

0 commit comments

Comments
 (0)