Skip to content

Commit

Permalink
remove extra space characters from Directory.Packages.props
Browse files Browse the repository at this point in the history
  • Loading branch information
awright18 committed Feb 14, 2024
1 parent 74e738b commit 0fe9f3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project>

<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>

<ItemGroup>
<PackageVersion Include="AWSSDK.CloudWatch" Version="3.7.301.30" />
<PackageVersion Include="AWSSDK.SecurityToken" Version="3.7.300.49" />
Expand All @@ -29,5 +29,5 @@
<PackageVersion Include="Particular.Packaging" Version="4.0.0" />
<PackageVersion Include="System.Threading.RateLimiting" Version="8.0.0" />
</ItemGroup>

</Project>

0 comments on commit 0fe9f3a

Please sign in to comment.