Skip to content

Commit

Permalink
Update SMA reference for netcoreapp3.1 to from 7.0.0 to 7.0.3 (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmeister authored Nov 3, 2020
1 parent fc307cb commit c9cd42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
<PackageReference Include="System.Management.Automation" Version="7.0.0" />
<PackageReference Include="System.Management.Automation" Version="7.0.3" />
</ItemGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
<DefineConstants>$(DefineConstants);PSV7;CORECLR</DefineConstants>
Expand Down

0 comments on commit c9cd42c

Please sign in to comment.