Skip to content

Commit

Permalink
Update lock and fix reverted change
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Apr 10, 2024
1 parent 5e4740a commit b01094d
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 560 deletions.
2 changes: 1 addition & 1 deletion src/csharp/Pester/Pester.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<!-- this version is used specifically to support as old version of PS6 as we can.
issue: https://github.com/pester/Pester/issues/2207 -->
<PackageReference Include="System.Management.Automation" Version="6.0.4" />
<PackageReference Include="System.Management.Automation" Version="6.0.4" NoWarn="NU1903" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net452'">
Expand Down
Loading

0 comments on commit b01094d

Please sign in to comment.