Skip to content

Commit 4dbc35e

Browse files
committed
Remove circular dependency
It's just used for tests so build against the local project.
1 parent 54006e4 commit 4dbc35e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Directory.Packages.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project>
22
<ItemGroup>
3-
<PackageVersion Include="Microsoft.PowerShell.SecretManagement.Library" Version="0.5.1-preview.3" />
43
<PackageVersion Include="PowerShellStandard.Library" Version="5.1.1" />
54
<PackageVersion Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
65
</ItemGroup>

ExtensionModules/CredManStore/src/code/Microsoft.PowerShell.CredManStore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.PowerShell.SecretManagement.Library" PrivateAssets="All" />
19+
<ProjectReference Include="../../../../src/code/Microsoft.PowerShell.SecretManagement.csproj" SkipGetTargetFrameworkProperties="True" />
2020
<PackageReference Include="PowerShellStandard.Library" PrivateAssets="All" />
2121
</ItemGroup>
2222

0 commit comments

Comments
 (0)