Update version for PowerShell.Native and hosting tests (#8983)

This commit is contained in:
Aditya Patwardhan 2019-03-04 11:08:19 -08:00 committed by GitHub
parent 42a3bc695f
commit 7062297e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.1" />
<!-- the following package(s) are from the powershell org -->
<PackageReference Include="Microsoft.Management.Infrastructure" Version="1.0.0" />
<PackageReference Include="Microsoft.PowerShell.Native" Version="6.2.0-preview.4" />
<PackageReference Include="Microsoft.PowerShell.Native" Version="6.2.0-rc.1" />
</ItemGroup>
<PropertyGroup>

View File

@ -18,7 +18,7 @@
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="XunitXml.TestLogger" Version="2.0.0" />
<!-- The version of Microsoft.PowerShell.SDK should be the version we are releasing, so the tests use the correct SDK before publishing to NuGet.org -->
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.0-preview.4" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.2.0-rc.1" />
<PackageReference Include="Xunit.SkippableFact" Version="1.3.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
</ItemGroup>