-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAuditEvents.csproj
More file actions
22 lines (21 loc) · 1.23 KB
/
Copy pathAuditEvents.csproj
File metadata and controls
22 lines (21 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>$(RootNamespace).AuditEvents</RootNamespace>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.9" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.9" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.9" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.9" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="10.0.9" />
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="10.0.9" />
<PackageReference Include="MongoDB.Driver" Version="3.9.0" />
<PackageReference Include="Ulid" Version="1.4.1" />
<PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="4.0.101.2" />
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="4.0.100" />
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.100" />
</ItemGroup>
</Project>