mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-12-02 22:34:04 +08:00
Update version for PowerShell.Native and hosting tests (#8983)
This commit is contained in:
parent
42a3bc695f
commit
7062297e4e
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user