Skip to content

Commit

Permalink
Use centralized package management - VetClinicPublic
Browse files Browse the repository at this point in the history
  • Loading branch information
canro91 committed Aug 30, 2024
1 parent 400cc67 commit 9099e3e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions VetClinicPublic/src/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Ardalis.GuardClauses" Version="4.6.0" />
<PackageVersion Include="MassTransit.RabbitMQ" Version="8.2.4" />
<PackageVersion Include="MediatR" Version="12.3.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="PluralsightDdd.SharedKernel" Version="2.1.3" />
<PackageVersion Include="RabbitMQ.Client.Core.DependencyInjection" Version="5.0.0" />
</ItemGroup>
</Project>
12 changes: 6 additions & 6 deletions VetClinicPublic/src/VetClinicPublic/VetClinicPublic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<None Include="wwwroot\css\site.css" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Ardalis.GuardClauses" Version="4.6.0" />
<PackageReference Include="MassTransit.RabbitMQ" Version="8.2.4" />
<PackageReference Include="MediatR" Version="12.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="PluralsightDdd.SharedKernel" Version="2.1.3" />
<PackageReference Include="RabbitMQ.Client.Core.DependencyInjection" Version="5.0.0" />
<PackageReference Include="Ardalis.GuardClauses" />
<PackageReference Include="MassTransit.RabbitMQ" />
<PackageReference Include="MediatR" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="PluralsightDdd.SharedKernel" />
<PackageReference Include="RabbitMQ.Client.Core.DependencyInjection" />
</ItemGroup>
<ItemGroup>
<Folder Include="Content\" />
Expand Down

0 comments on commit 9099e3e

Please sign in to comment.