Skip to content

Commit

Permalink
updated project references
Browse files Browse the repository at this point in the history
  • Loading branch information
jformacek committed Feb 5, 2025
1 parent 980b2c4 commit 12e99be
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/AutomationHelper/AutomationHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\SpfAnalyzer\SpfAnalyzer.csproj" />
<PackageReference Include="System.Management.Automation" Version="7.4.7" />
</ItemGroup>

<ItemGroup>
<Reference Include="System.Management.Automation">
<HintPath>..\..\..\..\..\Windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath>
</Reference>
<ProjectReference Include="..\SpfAnalyzer\SpfAnalyzer.csproj" />
</ItemGroup>
<Target Name="CopyFiles" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
Expand Down

0 comments on commit 12e99be

Please sign in to comment.