Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddf40db

Browse files
Bump to .NET 8 Preview 7 (#20092)
1 parent 341d215 commit ddf40db

15 files changed

Lines changed: 30 additions & 30 deletions

File tree

DotnetRuntimeMetadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"channel": "8.0.1xx-preview4",
3+
"channel": "8.0.1xx-preview7",
44
"quality": "daily",
55
"qualityFallback": "preview",
6-
"packageVersionPattern": "8.0.0-preview.4",
6+
"packageVersionPattern": "8.0.0-preview.7",
77
"sdkImageVersion": "8.0.100",
88
"nextChannel": "8.0.1xx-preview4",
99
"azureFeed": "",

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": "8.0.100-preview.6.23330.14"
3+
"version": "8.0.100-preview.7.23376.3"
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="8.0.0-preview.4.23259.5" />
11+
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="8.0.0-preview.7.23375.6" />
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="8.0.0-preview.4.23259.5" />
50+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="8.0.0-preview.7.23375.6" />
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.7.0-2.final" />
36-
<PackageReference Include="System.Threading.AccessControl" Version="8.0.0-preview.4.23259.5" />
37-
<PackageReference Include="System.Drawing.Common" Version="8.0.0-preview.4.23259.4" />
36+
<PackageReference Include="System.Threading.AccessControl" Version="8.0.0-preview.7.23375.6" />
37+
<PackageReference Include="System.Drawing.Common" Version="8.0.0-preview.5.23280.5" />
3838
<PackageReference Include="JsonSchema.Net" Version="5.1.3" />
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="8.0.0-preview.4.23259.5" />
11+
<PackageReference Include="System.Diagnostics.EventLog" Version="8.0.0-preview.7.23375.6" />
1212
</ItemGroup>
1313

1414
</Project>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<!-- the following package(s) are from https://github.com/dotnet/fxdac -->
2020
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
2121
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
22-
<PackageReference Include="System.IO.Packaging" Version="8.0.0-preview.4.23259.5" />
23-
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.0-preview.4.23259.5" />
24-
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0-preview.4.23259.5" />
22+
<PackageReference Include="System.IO.Packaging" Version="8.0.0-preview.7.23375.6" />
23+
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.0-preview.7.23375.6" />
24+
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0-preview.7.23375.6" />
2525
<!-- the following package(s) are from https://github.com/dotnet/wcf -->
2626
<PackageReference Include="System.ServiceModel.Duplex" Version="4.10.2" />
2727
<PackageReference Include="System.ServiceModel.Http" Version="4.10.2" />
@@ -30,7 +30,7 @@
3030
<PackageReference Include="System.ServiceModel.Security" Version="4.10.2" />
3131
<PackageReference Include="System.Private.ServiceModel" Version="4.10.2" />
3232
<!-- the source could not be found for the following package(s) -->
33-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.0-preview.4.23260.1" />
33+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.0-preview.7.23376.1" />
3434
</ItemGroup>
3535

3636
</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="8.0.0-preview.4.23259.5" />
13+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="8.0.0-preview.7.23375.6" />
1414
</ItemGroup>
1515

1616
<PropertyGroup>

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
<!-- the Application Insights package -->
3535
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
3636
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
37-
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="8.0.0-preview.4.23259.5" />
38-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0-preview.4.23259.5" />
39-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0-preview.4.23259.5" />
40-
<PackageReference Include="System.DirectoryServices" Version="8.0.0-preview.4.23259.5" />
37+
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="8.0.0-preview.7.23375.6" />
38+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0-preview.7.23375.6" />
39+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0-preview.7.23375.6" />
40+
<PackageReference Include="System.DirectoryServices" Version="8.0.0-preview.7.23375.6" />
4141
<!--PackageReference Include="System.IO.FileSystem.AccessControl" Version="6.0.0-preview.5.21301.5" /-->
42-
<PackageReference Include="System.Management" Version="8.0.0-preview.4.23259.5" />
42+
<PackageReference Include="System.Management" Version="8.0.0-preview.7.23375.6" />
4343
<PackageReference Include="System.Security.AccessControl" Version="6.0.2-mauipre.1.22102.15" />
44-
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.0-preview.4.23259.5" />
45-
<PackageReference Include="System.Security.Permissions" Version="8.0.0-preview.4.23259.5" />
46-
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0-preview.4.23259.5" />
44+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.0-preview.7.23375.6" />
45+
<PackageReference Include="System.Security.Permissions" Version="8.0.0-preview.7.23375.6" />
46+
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0-preview.7.23375.6" />
4747
<!-- the following package(s) are from the powershell org -->
4848
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0-preview.1" />
4949
<PackageReference Include="Microsoft.PowerShell.Native" Version="7.4.0-preview.2" />

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.5" />
10-
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.5" />
9+
<PackageReference Include="BenchmarkDotNet" Version="0.13.7" />
10+
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.7" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)