Skip to content

Commit

Permalink
Add Nuget package id
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Leshchev committed Apr 21, 2024
1 parent 2abf5c8 commit 04caa31
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="NHibernate" />
</ItemGroup>
<PropertyGroup>
<PackageId>Luxoft.Bss.Platform.NHibernate.UnitTesting</PackageId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NHibernate"/>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>Luxoft.Bss.Platform.RabbitMq.Consumer</PackageId>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Bss.Platform.RabbitMq\Bss.Platform.RabbitMq.csproj"/>
</ItemGroup>
Expand Down
7 changes: 5 additions & 2 deletions src/Bss.Platform.RabbitMq/Bss.Platform.RabbitMq.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>Luxoft.Bss.Platform.RabbitMq</PackageId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions"/>
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions"/>
<PackageReference Include="Polly"/>
<PackageReference Include="RabbitMQ.Client"/>
</ItemGroup>
Expand Down

0 comments on commit 04caa31

Please sign in to comment.