Skip to content

Commit 94a37db

Browse files
pwshBotTravisEz13
andauthored
Update .NET SDK to 10.0.100-preview.2 (PowerShell#25225)
Co-authored-by: Travis Plunk <[email protected]>
1 parent 034ad90 commit 94a37db

File tree

15 files changed

+79
-209
lines changed

15 files changed

+79
-209
lines changed

DotnetRuntimeMetadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"quality": "daily",
55
"qualityFallback": "preview",
66
"packageVersionPattern": "9.0.0-preview.6",
7-
"sdkImageVersion": "9.0.200",
7+
"sdkImageVersion": "10.0.100-preview.2.25164.34",
88
"nextChannel": "9.0.0-preview.7",
99
"azureFeed": "",
1010
"sdkImageOverride": ""

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-preview.1.25120.13"
3+
"version": "10.0.100-preview.2.25164.34"
44
}
55
}

src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj

+1-1
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.0-preview.1.25080.5" />
11+
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="10.0.0-preview.2.25163.2" />
1212
</ItemGroup>
1313

1414
<PropertyGroup>

src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj

+1-1
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.0-preview.1.25080.5" />
50+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="10.0.0-preview.2.25163.2" />
5151
</ItemGroup>
5252

5353
</Project>

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333

3434
<ItemGroup>
3535
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" />
36-
<PackageReference Include="System.Threading.AccessControl" Version="10.0.0-preview.1.25080.5" />
37-
<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.1.25080.3" />
38-
<PackageReference Include="JsonSchema.Net" Version="7.3.3" />
36+
<PackageReference Include="System.Threading.AccessControl" Version="10.0.0-preview.2.25163.2" />
37+
<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.2.25163.9" />
38+
<PackageReference Include="JsonSchema.Net" Version="7.3.4" />
3939
</ItemGroup>
4040

4141
</Project>

src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj

+1-1
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.0-preview.1.25080.5" />
11+
<PackageReference Include="System.Diagnostics.EventLog" Version="10.0.0-preview.2.25163.2" />
1212
</ItemGroup>
1313

1414
</Project>

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
<ItemGroup>
1818
<!-- This section is to force the version of non-direct dependencies -->
19-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.0-preview.1.25080.5" />
20-
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="10.0.0-preview.1.25120.3" />
19+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.0-preview.2.25163.2" />
20+
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="10.0.0-preview.2.25164.1" />
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.0-preview.1.25080.5" />
25-
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="10.0.0-preview.1.25080.5" />
24+
<PackageReference Include="System.IO.Packaging" Version="10.0.0-preview.2.25163.2" />
25+
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="10.0.0-preview.2.25163.2" />
2626
<!-- Removing due to NU1510 -->
2727
<!-- PackageReference Include="System.Text.Encodings.Web" Version="9.0.2" /-->
2828
<!--
@@ -37,7 +37,7 @@
3737
<PackageReference Include="System.ServiceModel.Security" Version="4.10.3" NoWarn="NU1605" />
3838
<PackageReference Include="System.Private.ServiceModel" Version="4.10.3" NoWarn="NU1605" />
3939
<!-- the source could not be found for the following package(s) -->
40-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="10.0.0-preview.1.25080.4" />
40+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="10.0.0-preview.2.25163.3" />
4141
</ItemGroup>
4242

4343
</Project>

src/Microsoft.WSMan.Management/Microsoft.WSMan.Management.csproj

+1-1
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.0-preview.1.25080.5" />
13+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="10.0.0-preview.2.25163.2" />
1414
</ItemGroup>
1515

1616
<PropertyGroup>

src/Modules/PSGalleryModules.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="PowerShellGet" Version="2.2.5" />
1515
<PackageReference Include="PackageManagement" Version="1.4.8.1" />
16-
<PackageReference Include="Microsoft.PowerShell.PSResourceGet" Version="1.1.0" />
16+
<PackageReference Include="Microsoft.PowerShell.PSResourceGet" Version="1.1.1" />
1717
<PackageReference Include="Microsoft.PowerShell.Archive" Version="1.2.5" />
1818
<PackageReference Include="PSReadLine" Version="2.3.6" />
1919
<PackageReference Include="ThreadJob" Version="2.0.3" />

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" PrivateAssets="all" />
18-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.25076.4" PrivateAssets="all" />
18+
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.25081.1" PrivateAssets="all" />
1919
</ItemGroup>
2020
</Project>

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
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.0-preview.1.25080.5" />
36-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.0-preview.1.25080.5" />
35+
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="10.0.0-preview.2.25163.2" />
36+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.0-preview.2.25163.2" />
3737
<!-- Removing due to NU1510 -->
3838
<!-- PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.2" /-->
39-
<PackageReference Include="System.DirectoryServices" Version="10.0.0-preview.1.25080.5" />
39+
<PackageReference Include="System.DirectoryServices" Version="10.0.0-preview.2.25163.2" />
4040
<!--PackageReference Include="System.IO.FileSystem.AccessControl" Version="6.0.0-preview.5.21301.5" /-->
41-
<PackageReference Include="System.Management" Version="10.0.0-preview.1.25080.5" />
41+
<PackageReference Include="System.Management" Version="10.0.0-preview.2.25163.2" />
4242
<!-- Removing System.Security.AccessControl as per NU1510 -->
4343
<!-- PackageReference Include="System.Security.AccessControl" Version="6.0.1" /-->
44-
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.0-preview.1.25080.5" />
45-
<PackageReference Include="System.Security.Permissions" Version="10.0.0-preview.1.25080.5" />
44+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="10.0.0-preview.2.25163.2" />
45+
<PackageReference Include="System.Security.Permissions" Version="10.0.0-preview.2.25163.2" />
4646
<!-- Removing due to NU1510 -->
4747
<!-- PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.2" /-->
4848
<!-- the following package(s) are from the powershell org -->

test/tools/TestService/TestService.csproj

+1-1
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.0-preview.1.25080.4" />
18+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="10.0.0-preview.2.25163.3" />
1919
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
2020
</ItemGroup>
2121

test/tools/WebListener/WebListener.csproj

+1-1
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="9.0.2" />
10+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.3" />
1111
</ItemGroup>
1212
</Project>

test/xUnit/xUnit.tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3030
<PrivateAssets>all</PrivateAssets>
3131
</PackageReference>
32-
<PackageReference Include="XunitXml.TestLogger" Version="6.0.0" />
32+
<PackageReference Include="XunitXml.TestLogger" Version="6.1.0" />
3333
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
3434
</ItemGroup>
3535

0 commit comments

Comments
 (0)