8000 Revert "Update package references (#24414)" (#24532) · awakecoding/PowerShell@4b40e5f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b40e5f

Browse files
Revert "Update package references (PowerShell#24414)" (PowerShell#24532)
This reverts commit 01ae632.
1 parent adac4c7 commit 4b40e5f

File tree

9 files changed

+25
-23
lines changed

9 files changed

+25
-23
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.2.24473.5" />
11+
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="9.0.0-rc.1.24431.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-rc.2.24473.5" />
50+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="9.0.0-rc.1.24431.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-rc.2.24473.5" />
37-
<PackageReference Include="System.Drawing.Common" Version="9.0.0-rc.2.24474.1" />
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" />
3838
<PackageReference Include="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-
<PackageReference Include="System.Diagnostics.EventLog" Version="9.0.0-rc.2.24473.5" />
11+
<PackageReference Include="System.Diagnostics.EventLog" Version="9.0.0-rc.1.24431.7" />
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.10" />
20+
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.8" />
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.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" />
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" />
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.2.24510.7" />
39+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="9.0.0-rc.1.24452.1" />
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.2.24473.5" />
13+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="9.0.0-rc.1.24431.7" />
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
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" />
18-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
18+
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24165.2" PrivateAssets="all" />
1919
</ItemGroup>
2020
</Project>

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

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

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

2527
<ItemGroup Condition=" '$(IsWindows)' == 'true' ">
@@ -32,16 +34,16 @@
3234
<!-- the Application Insights package -->
3335
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />
3436
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
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" />
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" />
3941
<!--PackageReference Include="System.IO.FileSystem.AccessControl" Version="6.0.0-preview.5.21301.5" /-->
40-
<PackageReference Include="System.Management" Version="9.0.0-rc.2.24473.5" />
42+
<PackageReference Include="System.Management" Version="9.0.0-rc.1.24431.7" />
4143
<PackageReference Include="System.Security.AccessControl" Version="6.0.1" />
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" />
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" />
4547
<!-- the following package(s) are from the powershell org -->
4648
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0" />
4749
<PackageReference Include="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-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="9.0.0-rc.2.24474.4" />
19-
<PackageReference Include="System.Formats.Asn1" Version="9.0.0-rc.2.24473.5" />
18+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="9.0.0-rc.1.24452.1" />
19+
<PackageReference Include="System.Formats.Asn1" Version="9.0.0-rc.1.24431.7" />
2020
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
2121
</ItemGroup>
2222

0 commit comments

Comments
 (0)
0