-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathGlobalUsings.props
executable file
·50 lines (47 loc) · 2.15 KB
/
GlobalUsings.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<Project>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Using Include="Microsoft.AspNetCore.Mvc" />
<Using Include="Microsoft.EntityFrameworkCore" />
<Using Include="System.Collections.ObjectModel" />
<Using Include="MediatR" />
<Using Include="FluentValidation" />
<Using Include="Dapr.Client" />
<Using Include="Confluent.Kafka" />
<Using Include="Confluent.SchemaRegistry" />
<Using Include="Avro.Specific" />
<Using Include="MassTransit" />
<Using Include="MassTransit.Definition" />
<Using Include="MassTransit.Saga" />
<Using Include="MassTransit.KafkaIntegration" />
<Using Include="MongoDB.Bson.Serialization.Attributes" />
<Using Include="Automatonymous" />
<Using Include="GreenPipes" />
<Using Include="N8T.Core.Domain" />
<Using Include="N8T.Core.Repository" />
<Using Include="N8T.Core.Specification" />
<Using Include="N8T.Core.Helpers" />
<Using Include="N8T.Core.Helpers.DateTimeHelper" Static="true" />
<Using Include="N8T.Core.Helpers.GuidHelper" Static="true" />
<Using Include="N8T.Infrastructure" />
<Using Include="N8T.Infrastructure.Bus" />
<Using Include="N8T.Infrastructure.DateTime" />
<Using Include="N8T.Infrastructure.Controller" />
<Using Include="N8T.Infrastructure.EfCore" />
<Using Include="N8T.Infrastructure.ErrorHandler" />
<Using Include="N8T.Infrastructure.SchemaRegistry" />
<Using Include="N8T.Infrastructure.SeriLog" />
<Using Include="N8T.Infrastructure.SeriLog.Extensions" Static="true" />
<Using Include="Northwind.IntegrationEvents" />
<Using Include="Northwind.IntegrationEvents.Contracts" />
</ItemGroup>
</Project>