Skip to content

Commit 0a91265

Browse files
authored
[release/v7.6] Move PowerShell build to depend on .NET SDK 10.0.102 (#26717)
1 parent 9c84430 commit 0a91265

12 files changed

Lines changed: 71 additions & 71 deletions

File tree

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.101"
3+
"version": "10.0.102"
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.1" />
11+
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="10.0.2" />
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.1" />
50+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="10.0.2" />
5151
</ItemGroup>
5252

5353
</Project>

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

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

3434
<ItemGroup>
3535
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
36-
<PackageReference Include="System.Drawing.Common" Version="10.0.1" />
36+
<PackageReference Include="System.Drawing.Common" Version="10.0.2" />
3737
<PackageReference Include="JsonSchema.Net" Version="7.4.0" />
3838
</ItemGroup>
3939

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.1" />
11+
<PackageReference Include="System.Diagnostics.EventLog" Version="10.0.2" />
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,19 +16,19 @@
1616

1717
<ItemGroup>
1818
<!-- This section is to force the version of non-direct dependencies -->
19-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.1" />
20-
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="10.0.1" />
19+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.2" />
20+
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="10.0.2" />
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.1" />
25-
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="10.0.1" />
24+
<PackageReference Include="System.IO.Packaging" Version="10.0.2" />
25+
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="10.0.2" />
2626
<!-- the following package(s) are from https://github.com/dotnet/wcf -->
2727
<PackageReference Include="System.ServiceModel.Http" Version="10.0.0-rc.2.final" />
2828
<PackageReference Include="System.ServiceModel.NetTcp" Version="10.0.0-rc.2.final" />
2929
<PackageReference Include="System.ServiceModel.Primitives" Version="10.0.0-rc.2.final" />
3030
<!-- the source could not be found for the following package(s) -->
31-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="10.0.1" />
31+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="10.0.2" />
3232
</ItemGroup>
3333

3434
</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.1" />
13+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="10.0.2" />
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,12 +32,12 @@
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.1" />
36-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.1" />
37-
<PackageReference Include="System.DirectoryServices" Version="10.0.1" />
38-
<PackageReference Include="System.Management" Version="10.0.1" />
39-
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.1" />
40-
<PackageReference Include="System.Security.Permissions" Version="10.0.1" />
35+
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="10.0.2" />
36+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.2" />
37+
<PackageReference Include="System.DirectoryServices" Version="10.0.2" />
38+
<PackageReference Include="System.Management" Version="10.0.2" />
39+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.2" />
40+
<PackageReference Include="System.Security.Permissions" Version="10.0.2" />
4141
<!-- the following package(s) are from the powershell org -->
4242
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0" />
4343
<PackageReference Include="Microsoft.PowerShell.Native" Version="700.0.0-preview.2" />

test/tools/TestService/TestService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="10.0.1" />
18+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="10.0.2" />
1919
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
2020
</ItemGroup>
2121

test/tools/WebListener/WebListener.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="10.0.1" />
10+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="10.0.2" />
1111
</ItemGroup>
1212
</Project>

0 commit comments

Comments
 (0)