Skip to content

Commit 146bae0

Browse files
bergmeisterTravisEz13
authored andcommitted
Upgrade .Net Core 3.0 version from Preview 9 to RC1 (PowerShell#10552)
1 parent 06aedae commit 146bae0

File tree

13 files changed

+30
-30
lines changed

13 files changed

+30
-30
lines changed

.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-preview9
6+
FROM mcr.microsoft.com/dotnet/core/sdk:3.0.100-rc1
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-preview9, including pwsh (Debian 10)",
3+
"name": ".NET Core 3.0-rc1, including pwsh (Debian 10)",
44
"dockerFile": "Dockerfile",
55

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

assets/files.wxs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3053,9 +3053,6 @@
30533053
<Component Id="cmp827B25EEC28D4699BB29042B273C8CBF" Guid="{f7ccc70c-5aaf-4e6b-bf9f-c59f4e631f9c}">
30543054
<File Id="filEF6B07EDBC8F43AE8DF88CFDF798FC22" KeyPath="yes" Source="$(env.ProductSourcePath)\System.ComponentModel.Composition.Registration.dll" />
30553055
</Component>
3056-
<Component Id="cmp712842BFA391403DA3F21B2A4C729ED3" Guid="{e141999c-71cc-4c7f-9f2b-11b1005bd5dc}">
3057-
<File Id="filDB5CFCFC242B419586E36CD5B281216A" KeyPath="yes" Source="$(env.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_4.700.19.42102.dll" />
3058-
</Component>
30593056
<Component Id="cmpECBD8DFB18AD451AB3D81803DECC13BF" Guid="{c6e5a982-3e3d-4e16-82c3-34c564bec4fe}">
30603057
<File Id="fil639FFF2D706848E18758EE576F1B527D" KeyPath="yes" Source="$(env.ProductSourcePath)\PowerShellCoreExecutionPolicy.adml" />
30613058
</Component>
@@ -3065,6 +3062,9 @@
30653062
<Component Id="cmpF6FDA6202E9D4CEF9F21A23D32571BFC" Guid="{e0776aa4-b3aa-4a15-a497-697b510fba8c}">
30663063
<File Id="fil9120D0A4381F4B34B80AB37D2EFBCF7D" KeyPath="yes" Source="$(env.ProductSourcePath)\InstallPSCorePolicyDefinitions.ps1" />
30673064
</Component>
3065+
<Component Id="cmp954401F9FFBE447490CFAB5B129A996B" Guid="{2837e9f6-cd1d-4f2d-b1a8-4fb273801f73}">
3066+
<File Id="fil3177366E77E849449693A2F4E079E08F" KeyPath="yes" Source="$(env.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_4.700.19.45506.dll" />
3067+
</Component>
30683068
</DirectoryRef>
30693069
</Fragment>
30703070
<Fragment>
@@ -3900,12 +3900,12 @@
39003900
<ComponentRef Id="cmpAD1A205D445C43588868B205091DD390" />
39013901
<ComponentRef Id="cmpD7A187ADE66347E5A7550B96BA10D493" />
39023902
<ComponentRef Id="cmp827B25EEC28D4699BB29042B273C8CBF" />
3903-
<ComponentRef Id="cmp712842BFA391403DA3F21B2A4C729ED3" />
39043903
<ComponentRef Id="cmpAC685A1C6E354E228EB6A1DD95FF03D5" />
39053904
<ComponentRef Id="cmp67C4A6FC5E48487BB31DE411CF38B0B2" />
39063905
<ComponentRef Id="cmpECBD8DFB18AD451AB3D81803DECC13BF" />
39073906
<ComponentRef Id="cmp01B3850D6E55468AA84B758FDE8CA59E" />
39083907
<ComponentRef Id="cmpF6FDA6202E9D4CEF9F21A23D32571BFC" />
3908+
<ComponentRef Id="cmp954401F9FFBE447490CFAB5B129A996B" />
39093909
</ComponentGroup>
39103910
</Fragment>
39113911
</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-preview9-014004"
3+
"version": "3.0.100-rc1-014190"
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-preview9.19421.4" />
60+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.6.0-rc1.19456.4" />
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-preview9.19421.4" />
59+
<PackageReference Include="System.Threading.AccessControl" Version="4.6.0-rc1.19456.4" />
6060
<PackageReference Include="NJsonSchema" Version="10.0.23" />
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-preview9.19421.4" />
11+
<PackageReference Include="System.Diagnostics.EventLog" Version="4.6.0-rc1.19456.4" />
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,11 +16,11 @@
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-preview9.19421.4" />
19+
<PackageReference Include="System.Data.SqlClient" Version="4.7.0-rc1.19456.4" />
2020
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
21-
<PackageReference Include="System.IO.Packaging" Version="4.6.0-preview9.19421.4" />
22-
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="4.6.0-preview9.19421.4" />
23-
<PackageReference Include="System.Text.Encodings.Web" Version="4.6.0-preview9.19421.4" />
21+
<PackageReference Include="System.IO.Packaging" Version="4.6.0-rc1.19456.4" />
22+
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="4.6.0-rc1.19456.4" />
23+
<PackageReference Include="System.Text.Encodings.Web" Version="4.6.0-rc1.19456.4" />
2424
<!-- the following package(s) are from https://github.com/dotnet/wcf -->
2525
<PackageReference Include="System.ServiceModel.Duplex" Version="4.6.0-preview9.final" />
2626
<PackageReference Include="System.ServiceModel.Http" Version="4.6.0-preview9.final" />
@@ -30,7 +30,7 @@
3030
<PackageReference Include="System.Private.ServiceModel" Version="4.6.0-preview9.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-preview9.19421.4" />
33+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="3.0.0-rc1.19456.4" />
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-preview9.19421.4" />
12+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="4.6.0-rc1.19456.4" />
1313
</ItemGroup>
1414

1515
<PropertyGroup>

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
<!-- the Application Insights package -->
1717
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.10.0" />
1818
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
19-
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="4.6.0-preview9.19421.4" />
20-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0-preview9.19421.4" />
21-
<PackageReference Include="System.DirectoryServices" Version="4.6.0-preview9.19421.4" />
22-
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.6.0-preview9.19421.4" />
23-
<PackageReference Include="System.Management" Version="4.6.0-preview9.19421.4" />
24-
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.6.0-preview9.19421.4" />
25-
<PackageReference Include="System.Security.AccessControl" Version="4.6.0-preview9.19421.4" />
26-
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="4.6.0-preview9.19421.4" />
27-
<PackageReference Include="System.Security.Permissions" Version="4.6.0-preview9.19421.4" />
28-
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.6.0-preview9.19421.4" />
19+
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="4.6.0-rc1.19456.4" />
20+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0-rc1.19456.4" />
21+
<PackageReference Include="System.DirectoryServices" Version="4.6.0-rc1.19456.4" />
22+
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.6.0-rc1.19456.4" />
23+
<PackageReference Include="System.Management" Version="4.6.0-rc1.19456.4" />
24+
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.6.0-rc1.19456.4" />
25+
<PackageReference Include="System.Security.AccessControl" Version="4.6.0-rc1.19456.4" />
26+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="4.6.0-rc1.19456.4" />
27+
<PackageReference Include="System.Security.Permissions" Version="4.6.0-rc1.19456.4" />
28+
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.6.0-rc1.19456.4" />
2929
<!-- the following package(s) are from the powershell org -->
3030
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0-preview.2" />
3131
<PackageReference Include="Microsoft.PowerShell.Native" Version="7.0.0-preview.2" />

0 commit comments

Comments
 (0)