Bump Microsoft.PowerShell.Native version from 7.1.0-rc.2 to 7.1.0 (#13976)

This commit is contained in:
Aditya Patwardhan 2020-11-02 16:56:22 -08:00 committed by GitHub
parent 8d88737fcc
commit d50a983367
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" />
<!-- 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.1.0-rc.2" />
<PackageReference Include="Microsoft.PowerShell.Native" Version="7.1.0" />
</ItemGroup>
<PropertyGroup>