Skip to content

Commit c9cd42c

Browse files
authored
Update SMA reference for netcoreapp3.1 to from 7.0.0 to 7.0.3 (#1597)
1 parent fc307cb commit c9cd42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Engine/Engine.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</ItemGroup>
6464

6565
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
66-
<PackageReference Include="System.Management.Automation" Version="7.0.0" />
66+
<PackageReference Include="System.Management.Automation" Version="7.0.3" />
6767
</ItemGroup>
6868
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
6969
<DefineConstants>$(DefineConstants);PSV7;CORECLR</DefineConstants>

0 commit comments

Comments
 (0)