Skip to content

Commit 4220271

Browse files
SteveL-MSFTTravisEz13
authored andcommitted
Move to .NET Core 3.0 preview.8 (PowerShell#10351)
1 parent 7ab3cb1 commit 4220271

14 files changed

Lines changed: 37 additions & 36 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
44
#-------------------------------------------------------------------------------------------------------------
55

6-
FROM mcr.microsoft.com/dotnet/core/sdk:3.0.100-preview7
6+
FROM mcr.microsoft.com/dotnet/core/sdk:3.0.100-preview8
77

88
# Avoid warnings by switching to noninteractive
99
ENV DEBIAN_FRONTEND=noninteractive

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
22
{
3-
"name": ".NET Core 3.0-preview7, including pwsh (Debian 10)",
3+
"name": ".NET Core 3.0-preview8, including pwsh (Debian 10)",
44
"dockerFile": "Dockerfile",
55

66
// Uncomment the next line to run commands after the container is created.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Temporary Items
7979
# TestsResults
8080
TestsResults*.xml
8181
ParallelXUnitResults.xml
82+
xUnitResults.xml
8283

8384
# Resharper settings
8485
PowerShell.sln.DotSettings.user

assets/files.wxs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2922,9 +2922,6 @@
29222922
<Component Id="cmp30126C60BD784974B74EA45AE9B04032" Guid="{777d7afa-784b-4f16-9879-a6eada18d59f}">
29232923
<File Id="fil7352ABFC8A154701BFE3B47CFA66B8F4" KeyPath="yes" Source="$(env.ProductSourcePath)\System.Threading.Channels.dll" />
29242924
</Component>
2925-
<Component Id="cmpB6616472F56D49C0A092411F4D29EA8A" Guid="{3036bf65-f44a-4fb9-b802-01841bf587ed}">
2926-
<File Id="filFC27BBD7B6764674966AB7AEBC639982" KeyPath="yes" Source="$(env.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_4.700.19.32702.dll" />
2927-
</Component>
29282925
<Component Id="cmp9EC1507780D247E095EA92A7715B4BAC" Guid="{c111d60b-4bd3-4abc-b08c-1b503dde5931}">
29292926
<File Id="filFA98F788E7724D41A2A88F2C0298E691" KeyPath="yes" Source="$(env.ProductSourcePath)\System.Printing.dll" />
29302927
</Component>
@@ -3051,6 +3048,9 @@
30513048
<Component Id="cmp827B25EEC28D4699BB29042B273C8CBF" Guid="{f7ccc70c-5aaf-4e6b-bf9f-c59f4e631f9c}">
30523049
<File Id="filEF6B07EDBC8F43AE8DF88CFDF798FC22" KeyPath="yes" Source="$(env.ProductSourcePath)\System.ComponentModel.Composition.Registration.dll" />
30533050
</Component>
3051+
<Component Id="cmp45C246DB0A6548B88F0ECFAE7E04DDF9" Guid="{c0aa34fa-b8b3-4fdd-8ea9-0a7b552fd62a}">
3052+
<File Id="fil03DDF9C95E914AB68AE38D7B8AEF4BE9" KeyPath="yes" Source="$(env.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_4.700.19.37902.dll" />
3053+
</Component>
30543054
</DirectoryRef>
30553055
</Fragment>
30563056
<Fragment>
@@ -3624,7 +3624,6 @@
36243624
<ComponentRef Id="cmp0D4F53C257044BE1912BDD4E99A5F0DE" />
36253625
<ComponentRef Id="cmpEA40E9164309426C88C4388FDCA9559D" />
36263626
<ComponentRef Id="cmp30126C60BD784974B74EA45AE9B04032" />
3627-
<ComponentRef Id="cmpB6616472F56D49C0A092411F4D29EA8A" />
36283627
<ComponentRef Id="cmp9EC1507780D247E095EA92A7715B4BAC" />
36293628
<ComponentRef Id="cmpF2634E50875D4698921081E3C6B1D5DC" />
36303629
<ComponentRef Id="cmpDCAA22865EF8486AB7526E046A51DBF6" />
@@ -3888,6 +3887,7 @@
38883887
<ComponentRef Id="cmpAD1A205D445C43588868B205091DD390" />
38893888
<ComponentRef Id="cmpD7A187ADE66347E5A7550B96BA10D493" />
38903889
<ComponentRef Id="cmp827B25EEC28D4699BB29042B273C8CBF" />
3890+
<ComponentRef Id="cmp45C246DB0A6548B88F0ECFAE7E04DDF9" />
38913891
</ComponentGroup>
38923892
</Fragment>
38933893
</Wix>

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": "3.0.100-preview7-012821"
3+
"version": "3.0.100-preview8-013656"
44
}
55
}

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

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

5858
<ItemGroup>
5959
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
60-
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.6.0-preview7.19362.9" />
60+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.6.0-preview8.19405.3" />
6161
</ItemGroup>
6262

6363
</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
@@ -56,7 +56,7 @@
5656

5757
<ItemGroup>
5858
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.2.1" />
59-
<PackageReference Include="System.Threading.AccessControl" Version="4.6.0-preview7.19362.9" />
59+
<PackageReference Include="System.Threading.AccessControl" Version="4.6.0-preview8.19405.3" />
6060
<PackageReference Include="NJsonSchema" Version="10.0.22" />
6161
</ItemGroup>
6262

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="4.6.0-preview7.19362.9" />
11+
<PackageReference Include="System.Diagnostics.EventLog" Version="4.6.0-preview8.19405.3" />
1212
</ItemGroup>
1313

1414
</Project>

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616

1717
<ItemGroup>
1818
<!-- the following package(s) are from https://github.com/dotnet/fxdac -->
19-
<PackageReference Include="System.Data.SqlClient" Version="4.7.0-preview7.19362.9" />
19+
<PackageReference Include="System.Data.SqlClient" Version="4.7.0-preview8.19405.3" />
2020
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
21-
<PackageReference Include="System.IO.Packaging" Version="4.6.0-preview7.19362.9" />
22-
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="4.6.0-preview7.19362.9" />
23-
<PackageReference Include="System.Text.Encodings.Web" Version="4.6.0-preview7.19362.9" />
21+
<PackageReference Include="System.IO.Packaging" Version="4.6.0-preview8.19405.3" />
22+
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="4.6.0-preview8.19405.3" />
23+
<PackageReference Include="System.Text.Encodings.Web" Version="4.6.0-preview8.19405.3" />
2424
<!-- the following package(s) are from https://github.com/dotnet/wcf -->
25-
<PackageReference Include="System.ServiceModel.Duplex" Version="4.6.0-preview6.final" />
26-
<PackageReference Include="System.ServiceModel.Http" Version="4.6.0-preview6.final" />
27-
<PackageReference Include="System.ServiceModel.NetTcp" Version="4.6.0-preview6.final" />
28-
<PackageReference Include="System.ServiceModel.Primitives" Version="4.6.0-preview6.final" />
29-
<PackageReference Include="System.ServiceModel.Security" Version="4.6.0-preview6.final" />
30-
<PackageReference Include="System.Private.ServiceModel" Version="4.6.0-preview6.final" />
25+
<PackageReference Include="System.ServiceModel.Duplex" Version="4.6.0-preview8.final" />
26+
<PackageReference Include="System.ServiceModel.Http" Version="4.6.0-preview8.final" />
27+
<PackageReference Include="System.ServiceModel.NetTcp" Version="4.6.0-preview8.final" />
28+
<PackageReference Include="System.ServiceModel.Primitives" Version="4.6.0-preview8.final" />
29+
<PackageReference Include="System.ServiceModel.Security" Version="4.6.0-preview8.final" />
30+
<PackageReference Include="System.Private.ServiceModel" Version="4.6.0-preview8.final" />
3131
<!-- the source could not be found for the following package(s) -->
3232
<PackageReference Include="Microsoft.NETCore.Windows.ApiSets" Version="1.0.1" />
33-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="3.0.0-preview7.19362.9" />
33+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="3.0.0-preview8.19405.3" />
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
@@ -9,7 +9,7 @@
99
<ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" />
1010
<ProjectReference Include="..\Microsoft.WSMan.Runtime\Microsoft.WSMan.Runtime.csproj" />
1111
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
12-
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.6.0-preview7.19362.9" />
12+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.6.0-preview8.19405.3" />
1313
</ItemGroup>
1414

1515
<PropertyGroup>

0 commit comments

Comments
 (0)