Skip to content

Commit 4fae8bb

Browse files
TravisEz13JamesWTruher
authored andcommitted
Move to 9.0.0-preview.6.24327.7 (PowerShell#24133)
--------- Co-authored-by: James Truher [MSFT] <[email protected]>
1 parent 971fc9b commit 4fae8bb

File tree

15 files changed

+51
-32
lines changed

15 files changed

+51
-32
lines changed

DotnetRuntimeMetadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"sdk": {
3-
"channel": "8.0.1xx",
3+
"channel": "9.0.1xx-preview6",
44
"quality": "daily",
55
"qualityFallback": "preview",
6-
"packageVersionPattern": "8.0.0",
7-
"sdkImageVersion": "8.0.101",
8-
"nextChannel": "8.0.1xx",
6+
"packageVersionPattern": "9.0.0-preview.6",
7+
"sdkImageVersion": "9.0.0-preview.6.24327.7",
8+
"nextChannel": "9.0.0-preview.7",
99
"azureFeed": "",
1010
"sdkImageOverride": ""
1111
},

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": "9.0.100-preview.3.24204.13"
3+
"version": "9.0.100-preview.6.24328.19"
44
}
55
}

src/Microsoft.Management.UI.Internal/Microsoft.PowerShell.GraphicalHost.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
<NoWarn>$(NoWarn);CS1570</NoWarn>
66
<RootNamespace>Microsoft.Management.UI.Internal</RootNamespace>
77
<AssemblyName>Microsoft.PowerShell.GraphicalHost</AssemblyName>
8-
<UseWPF>True</UseWPF>
8+
<RunAnalyzers>false</RunAnalyzers>
99
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
1010
<TargetPlatformVersion>8.0</TargetPlatformVersion>
11-
<RunAnalyzers>false</RunAnalyzers>
11+
<UseWindowsForms>true</UseWindowsForms>
12+
<UseWPF>True</UseWPF>
1213
</PropertyGroup>
1314

1415
<PropertyGroup>

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="9.0.0-preview.3.24172.9" />
11+
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="9.0.0-preview.6.24327.7" />
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="9.0.0-preview.3.24172.9" />
50+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="9.0.0-preview.6.24327.7" />
5151
</ItemGroup>
5252

5353
</Project>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
<ItemGroup>
3535
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
36-
<PackageReference Include="System.Threading.AccessControl" Version="9.0.0-preview.3.24172.9" />
37-
<PackageReference Include="System.Drawing.Common" Version="9.0.0-preview.3.24172.9" />
36+
<PackageReference Include="System.Threading.AccessControl" Version="9.0.0-preview.6.24327.7" />
37+
<PackageReference Include="System.Drawing.Common" Version="9.0.0-preview.6.24327.6" />
3838
<PackageReference Include="JsonSchema.Net" Version="7.0.1" />
3939
</ItemGroup>
4040

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="9.0.0-preview.3.24172.9" />
11+
<PackageReference Include="System.Diagnostics.EventLog" Version="9.0.0-preview.6.24327.7" />
1212
</ItemGroup>
1313

1414
</Project>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<!-- the following package(s) are from https://github.com/dotnet/fxdac -->
2222
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
2323
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
24-
<PackageReference Include="System.IO.Packaging" Version="9.0.0-preview.3.24172.9" />
25-
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="9.0.0-preview.3.24172.9" />
26-
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0-preview.3.24172.9" />
24+
<PackageReference Include="System.IO.Packaging" Version="9.0.0-preview.6.24327.7" />
25+
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="9.0.0-preview.6.24327.7" />
26+
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0-preview.6.24327.7" />
2727
<!--
2828
the following package(s) are from https://github.com/dotnet/wcf
2929
they are pinned to the version 4.10.x due to a breaking change in newer versions.

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="9.0.0-preview.3.24172.9" />
13+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="9.0.0-preview.6.24327.7" />
1414
</ItemGroup>
1515

1616
<PropertyGroup>

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="..\..\PowerShell.Common.props" />
33
<PropertyGroup>
44
<Description>PowerShell's System.Management.Automation project</Description>
5-
<NoWarn>$(NoWarn);CS1570;CS1734;CA1416</NoWarn>
5+
<NoWarn>$(NoWarn);CS1570;CS1734;CA1416;CA2022</NoWarn>
66
<AssemblyName>System.Management.Automation</AssemblyName>
77
</PropertyGroup>
88

@@ -34,16 +34,16 @@
3434
<!-- the Application Insights package -->
3535
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />
3636
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
37-
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="9.0.0-preview.3.24172.9" />
38-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.0-preview.3.24172.9" />
39-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.0-preview.3.24172.9" />
40-
<PackageReference Include="System.DirectoryServices" Version="9.0.0-preview.3.24172.9" />
37+
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="9.0.0-preview.6.24327.7" />
38+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.0-preview.6.24327.7" />
39+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.0-preview.6.24327.7" />
40+
<PackageReference Include="System.DirectoryServices" Version="9.0.0-preview.6.24327.7" />
4141
<!--PackageReference Include="System.IO.FileSystem.AccessControl" Version="6.0.0-preview.5.21301.5" /-->
42-
<PackageReference Include="System.Management" Version="9.0.0-preview.3.24172.9" />
42+
<PackageReference Include="System.Management" Version="9.0.0-preview.6.24327.7" />
4343
<PackageReference Include="System.Security.AccessControl" Version="6.0.1" />
44-
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="9.0.0-preview.3.24172.9" />
45-
<PackageReference Include="System.Security.Permissions" Version="9.0.0-preview.3.24172.9" />
46-
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.0-preview.3.24172.9" />
44+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="9.0.0-preview.6.24327.7" />
45+
<PackageReference Include="System.Security.Permissions" Version="9.0.0-preview.6.24327.7" />
46+
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.0-preview.6.24327.7" />
4747
<!-- the following package(s) are from the powershell org -->
4848
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0" />
4949
<PackageReference Include="Microsoft.PowerShell.Native" Version="7.4.0" />

0 commit comments

Comments
 (0)