Skip to content

Commit

Permalink
Enable NuGet Central Package Management
Browse files Browse the repository at this point in the history
  • Loading branch information
1ES Gardener authored and andyleejordan committed Oct 8, 2024
1 parent bdd5923 commit 35cbd00
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
</Project>
5 changes: 5 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<ItemGroup>
<PackageVersion Include="PowerShellStandard.Library" Version="5.1.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion test/mocks/BinaryModule/BinaryModule.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PowerShellStandard.Library" Version="5.1.1">
<PackageReference Include="PowerShellStandard.Library">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit 35cbd00

Please sign in to comment.