We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc307cb commit c9cd42cCopy full SHA for c9cd42c
Engine/Engine.csproj
@@ -63,7 +63,7 @@
63
</ItemGroup>
64
65
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
66
- <PackageReference Include="System.Management.Automation" Version="7.0.0" />
+ <PackageReference Include="System.Management.Automation" Version="7.0.3" />
67
68
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
69
<DefineConstants>$(DefineConstants);PSV7;CORECLR</DefineConstants>
0 commit comments