Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit01ae632

Browse files
authored
Update package references (#24414)
1 parentf8ae879 commit01ae632

File tree

9 files changed

+23
-25
lines changed

9 files changed

+23
-25
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
<ProjectReferenceInclude="..\System.Management.Automation\System.Management.Automation.csproj" />
11-
<PackageReferenceInclude="System.Diagnostics.PerformanceCounter"Version="9.0.0-rc.1.24431.7" />
11+
<PackageReferenceInclude="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-
<PackageReferenceInclude="System.ServiceProcess.ServiceController"Version="9.0.0-rc.1.24431.7" />
50+
<PackageReferenceInclude="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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
<ItemGroup>
3535
<PackageReferenceInclude="Microsoft.CodeAnalysis.CSharp"Version="4.9.2" />
36-
<PackageReferenceInclude="System.Threading.AccessControl"Version="9.0.0-rc.1.24431.7" />
37-
<PackageReferenceInclude="System.Drawing.Common"Version="9.0.0-rc.1.24451.1" />
36+
<PackageReferenceInclude="System.Threading.AccessControl"Version="9.0.0-rc.2.24473.5" />
37+
<PackageReferenceInclude="System.Drawing.Common"Version="9.0.0-rc.2.24474.1" />
3838
<PackageReferenceInclude="JsonSchema.Net"Version="7.0.4" />
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-
<PackageReferenceInclude="System.Diagnostics.EventLog"Version="9.0.0-rc.1.24431.7" />
11+
<PackageReferenceInclude="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
<PackageReferenceInclude="Microsoft.Bcl.AsyncInterfaces"Version="8.0.0" />
20-
<PackageReferenceInclude="Microsoft.Extensions.ObjectPool"Version="8.0.8" />
20+
<PackageReferenceInclude="Microsoft.Extensions.ObjectPool"Version="8.0.10" />
2121
<!-- the following package(s) are from https://github.com/dotnet/fxdac-->
2222
<PackageReferenceInclude="System.Data.SqlClient"Version="4.8.6" />
2323
<!-- the following package(s) are from https://github.com/dotnet/corefx-->
24-
<PackageReferenceInclude="System.IO.Packaging"Version="9.0.0-rc.1.24431.7" />
25-
<PackageReferenceInclude="System.Net.Http.WinHttpHandler"Version="9.0.0-rc.1.24431.7" />
26-
<PackageReferenceInclude="System.Text.Encodings.Web"Version="9.0.0-rc.1.24431.7" />
24+
<PackageReferenceInclude="System.IO.Packaging"Version="9.0.0-rc.2.24473.5" />
25+
<PackageReferenceInclude="System.Net.Http.WinHttpHandler"Version="9.0.0-rc.2.24473.5" />
26+
<PackageReferenceInclude="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
<PackageReferenceInclude="System.ServiceModel.Security"Version="4.10.3" />
3737
<PackageReferenceInclude="System.Private.ServiceModel"Version="4.10.3" />
3838
<!-- the source could not be found for the following package(s)-->
39-
<PackageReferenceInclude="Microsoft.Windows.Compatibility"Version="9.0.0-rc.1.24452.1" />
39+
<PackageReferenceInclude="Microsoft.Windows.Compatibility"Version="9.0.0-rc.2.24510.7" />
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
<ProjectReferenceInclude="..\System.Management.Automation\System.Management.Automation.csproj" />
1111
<ProjectReferenceInclude="..\Microsoft.WSMan.Runtime\Microsoft.WSMan.Runtime.csproj" />
1212
<!-- the following package(s) are from https://github.com/dotnet/corefx-->
13-
<PackageReferenceInclude="System.ServiceProcess.ServiceController"Version="9.0.0-rc.1.24431.7" />
13+
<PackageReferenceInclude="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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
<ItemGroup>
1717
<PackageReferenceInclude="Microsoft.CodeAnalysis.CSharp"Version="4.9.2"PrivateAssets="all" />
18-
<PackageReferenceInclude="Microsoft.CodeAnalysis.Analyzers"Version="3.11.0-beta1.24165.2"PrivateAssets="all" />
18+
<PackageReferenceInclude="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
<CompilerVisiblePropertyInclude="PowerShellVersion" />
2020
<CompilerVisiblePropertyInclude="ReleaseTag" />
2121

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

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

‎test/tools/TestService/TestService.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReferenceInclude="Microsoft.Windows.Compatibility"Version="9.0.0-rc.1.24452.1" />
19-
<PackageReferenceInclude="System.Formats.Asn1"Version="9.0.0-rc.1.24431.7" />
18+
<PackageReferenceInclude="Microsoft.Windows.Compatibility"Version="9.0.0-rc.2.24474.4" />
19+
<PackageReferenceInclude="System.Formats.Asn1"Version="9.0.0-rc.2.24473.5" />
2020
<PackageReferenceInclude="System.Data.SqlClient"Version="4.8.6" />
2121
</ItemGroup>
2222

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp