We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd5923 commit 35cbd00Copy full SHA for 35cbd00
Directory.Build.props
@@ -0,0 +1,5 @@
1
+<Project>
2
+ <PropertyGroup>
3
+ <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
4
+ </PropertyGroup>
5
+</Project>
Directory.Packages.props
+ <ItemGroup>
+ <PackageVersion Include="PowerShellStandard.Library" Version="5.1.1" />
+ </ItemGroup>
test/mocks/BinaryModule/BinaryModule.csproj
@@ -5,7 +5,7 @@
</PropertyGroup>
6
7
<ItemGroup>
8
- <PackageReference Include="PowerShellStandard.Library" Version="5.1.1">
+ <PackageReference Include="PowerShellStandard.Library">
9
<PrivateAssets>All</PrivateAssets>
10
</PackageReference>
11
</ItemGroup>
0 commit comments