Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-28 10:09:52 +0300
committergithub-actions <github-actions@github.com>2022-10-29 01:47:47 +0300
commit3d0aae66dbc5304fa6ab254ec12f56e7b3f2ed0f (patch)
treef19eb8ce7f4b155134d977b92335af1370fcf7a0
parentf404e39bc9215c0577a7a5220be16b25ae3ea51a (diff)
Bump Microsoft.PowerShell.Native from 7.3.0-rc.1 to 7.3.0backport/pr-18405-to-release/v7.3.0
Bumps [Microsoft.PowerShell.Native](https://github.com/PowerShell/PowerShell-Native) from 7.3.0-rc.1 to 7.3.0. - [Release notes](https://github.com/PowerShell/PowerShell-Native/releases) - [Commits](https://github.com/PowerShell/PowerShell-Native/commits)
-rw-r--r--src/System.Management.Automation/System.Management.Automation.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Management.Automation/System.Management.Automation.csproj b/src/System.Management.Automation/System.Management.Automation.csproj
index b292b3e1a6..b1f552439a 100644
--- a/src/System.Management.Automation/System.Management.Automation.csproj
+++ b/src/System.Management.Automation/System.Management.Automation.csproj
@@ -28,7 +28,7 @@
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0-rc.2.22472.3" />
<!-- the following package(s) are from the powershell org -->
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0" />
- <PackageReference Include="Microsoft.PowerShell.Native" Version="7.3.0-rc.1" />
+ <PackageReference Include="Microsoft.PowerShell.Native" Version="7.3.0" />
<!-- Signing APIs -->
<PackageReference Include="Microsoft.Security.Extensions" Version="1.2.0" />
</ItemGroup>