This repository was archived by the owner on Apr 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1- # NET6 Custom Library
1+ # NET6 Custom Library
2+
3+ ## RabbitMQ
4+
5+ TODO
Original file line number Diff line number Diff line change 1-
1+ global using Microsoft . Extensions . DependencyInjection ;
2+ global using Microsoft . Extensions . Hosting ;
3+ global using Microsoft . Extensions . Logging ;
4+ global using NET6CustomLibrary . RabbitMQ . Abstractions ;
5+ global using RabbitMQ . Client ;
6+ global using RabbitMQ . Client . Events ;
7+ global using System ;
8+ global using System . Collections . Generic ;
9+ global using System . Linq ;
10+ global using System . Text ;
11+ global using System . Text . Json ;
12+ global using System . Text . Json . Serialization ;
13+ global using System . Threading ;
14+ global using System . Threading . Tasks ;
Original file line number Diff line number Diff line change 1515</PropertyGroup >
1616
1717<ItemGroup >
18+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 6.0.0" />
19+ <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 6.0.0" />
20+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6.0.3" />
1821 <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.5.119" >
1922 <PrivateAssets >all</PrivateAssets >
2023 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2124 </PackageReference >
25+ <PackageReference Include =" RabbitMQ.Client" Version =" 6.4.0" />
26+ </ItemGroup >
27+
28+ <ItemGroup >
29+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
2230</ItemGroup >
2331
2432</Project >
You can’t perform that action at this time.
0 commit comments