8000 [master] Update branch for release (#24534) · awakecoding/PowerShell@7db6a70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7db6a70

Browse files
pwshBotTravisEz13
andauthored
[master] Update branch for release (PowerShell#24534)
* Update package references * Update cgmanifest * Update IsolatedModule.Tests.ps1 --------- Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
1 parent 4b40e5f commit 7db6a70

File tree

20 files changed

+85
-111
lines changed

20 files changed

+85
-111
lines changed

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

5353
</Project>

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

Lines changed: 5 additions & 5 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.37.0" />
11+
<PackageReference Include="Markdig.Signed" Version="0.38.0" />
1212
<PackageReference Include="Microsoft.PowerShell.MarkdownRender" Version="7.2.1" />
1313
</ItemGroup>
1414

@@ -32,10 +32,10 @@
3232
</ItemGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
36-
<PackageReference Include="System.Threading.AccessControl" Version="9.0.0-rc.1.24431.7" />
37-
<PackageReference Include="System.Drawing.Common" Version="9.0.0-rc.1.24451.1" />
38-
<PackageReference Include="JsonSchema.Net" Version="7.0.4" />
35+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
36+
<PackageReference Include="System.Threading.AccessControl" Version="9.0.0-rc.2.24473.5" />
37+
<PackageReference Include="System.Drawing.Common" Version="9.0.0-rc.2.24474.1" />
38+
<PackageReference Include="JsonSchema.Net" Version="7.2.3" />
3939
</ItemGroup>
4040

4141
</Project>

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-rc.1.24431.7" />
11+
<PackageReference Include="System.Diagnostics.EventLog" Version="9.0.0-rc.2.24473.5" />
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
@@ -17,13 +17,13 @@
1717
<ItemGroup>
1818
<!-- This section is to force the version of non-direct dependencies -->
1919
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
20-
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.8" />
20+
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.10" />
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-rc.1.24431.7" />
25-
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="9.0.0-rc.1.24431.7" />
26-
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0-rc.1.24431.7" />
24+
<PackageReference Include="System.IO.Packaging" Version="9.0.0-rc.2.24473.5" />
25+
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="9.0.0-rc.2.24473.5" />
26+
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.0-rc.2.24473.5" />
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.
@@ -36,7 +36,7 @@
3636
<PackageReference Include="System.ServiceModel.Security" Version="4.10.3" />
3737
<PackageReference Include="System.Private.ServiceModel" Version="4.10.3" />
3838
<!-- the source could not be found for the following package(s) -->
39-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="9.0.0-rc.1.24452.1" />
39+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="9.0.0-rc.2.24474.4" />
4040
</ItemGroup>
4141

4242
</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="9.0.0-rc.1.24431.7" />
13+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="9.0.0-rc.2.24473.5" />
1414
</ItemGroup>
1515

1616
<PropertyGroup>

src/System.Management.Automation/SourceGenerators/PSVersionInfoGenerator/PSVersionInfoGenerator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" />
18-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24165.2" PrivateAssets="all" />
17+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all" />
18+
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
1919
</ItemGroup>
2020
</Project>

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

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
<CompilerVisibleProperty Include="PowerShellVersion" />
2020
<CompilerVisibleProperty Include="ReleaseTag" />
2121

22-
<ProjectReference Include="SourceGenerators\PSVersionInfoGenerator\PSVersionInfoGenerator.csproj"
23-
OutputItemType="Analyzer"
24-
ReferenceOutputAssembly="false" />
22+
<ProjectReference Include="SourceGenerators\PSVersionInfoGenerator\PSVersionInfoGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
2523
</ItemGroup>
2624

2725
<ItemGroup Condition=" '$(IsWindows)' == 'true' ">
@@ -34,16 +32,16 @@
3432
<!-- the Application Insights package -->
3533
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />
3634
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
37-
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="9.0.0-rc.1.24431.7" />
38-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.0-rc.1.24431.7" />
39-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.0-rc.1.24431.7" />
40-
<PackageReference Include="System.DirectoryServices" Version="9.0.0-rc.1.24431.7" />
35+
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="9.0.0-rc.2.24473.5" />
36+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.0-rc.2.24473.5" />
37+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.0-rc.2.24473.5" />
38+
<PackageReference Include="System.DirectoryServices" Version="9.0.0-rc.2.24473.5" />
4139
<!--PackageReference Include="System.IO.FileSystem.AccessControl" Version="6.0.0-preview.5.21301.5" /-->
42-
<PackageReference Include="System.Management" Version="9.0.0-rc.1.24431.7" />
40+
<PackageReference Include="System.Management" Version="9.0.0-rc.2.24473.5" />
4341
<PackageReference Include="System.Security.AccessControl" Version="6.0.1" />
44-
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="9.0.0-rc.1.24431.7" />
45-
<PackageReference Include="System.Security.Permissions" Version="9.0.0-rc.1.24431.7" />
46-
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.0-rc.1.24431.7" />
42+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="9.0.0-rc.2.24473.5" />
43+
<PackageReference Include="System.Security.Permissions" Version="9.0.0-rc.2.24473.5" />
44+
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.0-rc.2.24473.5" />
4745
<!-- the following package(s) are from the powershell org -->
4846
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0" />
4947
<PackageReference Include="Microsoft.PowerShell.Native" Version="7.4.0" />

test/perf/dotnet-tools/BenchmarkDotNet.Extensions/BenchmarkDotNet.Extensions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="BenchmarkDotNet" Version="0.13.9" />
10-
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.9" />
9+
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
10+
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.14.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

test/perf/dotnet-tools/Reporting/Reporting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
9+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1010
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="5.0.0-preview.5.20278.1" />
1111
</ItemGroup>
1212

0 commit comments

Comments
 (0)
0