Skip to content

Commit b60381f

Browse files
TravisEz13iSazonov
authored andcommitted
Update macOS minimum version (PowerShell#11163)
1 parent a1c2d3c commit b60381f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can download and install a PowerShell package for any of the following platf
3939
| [Red Hat Enterprise Linux 7][corefx-linux] | [.rpm][rl-centos] | [.rpm][pv-centos] | [Instructions][in-rhel7] |
4040
| [openSUSE 42.3][corefx-linux] | [.rpm][rl-centos] | [.rpm][pv-centos] | [Instructions][in-opensuse] |
4141
| [Fedora 28][corefx-linux] | [.rpm][rl-centos] | [.rpm][pv-centos] | [Instructions][in-fedora] |
42-
| [macOS 10.12+][corefx-macos] | [.pkg][rl-macos] | [.pkg][pv-macos] | [Instructions][in-macos] |
42+
| [macOS 10.13+][corefx-macos] | [.pkg][rl-macos] | [.pkg][pv-macos] | [Instructions][in-macos] |
4343
| Docker | | | [Instructions][in-docker] |
4444

4545
You can download and install a PowerShell package for any of the following platforms, **which are supported by the community.**

docs/building/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This guide supplements the [Linux instructions](./linux.md), as
44
building on macOS is almost identical.
55

6-
.NET Core 2.x (and by transitivity, us) only supports macOS 10.12+.
6+
.NET Core 2.x (and by transitivity, us) only supports macOS 10.13+.
77

88
## Environment
99

test/hosting/hosting.tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<Description>PowerShell hosting SDK xUnit Tests</Description>
77
<AssemblyName>powershell-hosting-tests</AssemblyName>
8-
<!--RuntimeIdentifiers>win7-x86;win7-x64;osx.10.12-x64;linux-x64</RuntimeIdentifiers-->
8+
<!--RuntimeIdentifiers>win7-x86;win7-x64;osx.10.13-x64;linux-x64</RuntimeIdentifiers-->
99
</PropertyGroup>
1010

1111
<PropertyGroup>

tools/packaging/packaging.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ function New-MacOsDistributionPackage
973973
# 2 - package path
974974
# 3 - minimum os version
975975
# 4 - Package Identifier
976-
$PackagingStrings.OsxDistributionTemplate -f "PowerShell - $packageVersion", $packageVersion, $packageName, '10.12', $packageId | Out-File -Encoding ascii -FilePath $distributionXmlPath -Force
976+
$PackagingStrings.OsxDistributionTemplate -f "PowerShell - $packageVersion", $packageVersion, $packageName, '10.13', $packageId | Out-File -Encoding ascii -FilePath $distributionXmlPath -Force
977977

978978
Write-Log "Applying distribution.xml to package..."
979979
Push-Location $tempDir

0 commit comments

Comments
 (0)