We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8ee82 commit d663459Copy full SHA for d663459
test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj
@@ -18,11 +18,11 @@
18
</ItemGroup>
19
20
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
21
- <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.0-preview.3" />
+ <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.0" />
22
23
24
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
25
- <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.6" />
26
27
28
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
0 commit comments