-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathACSforMCS.csproj
More file actions
21 lines (18 loc) · 954 Bytes
/
ACSforMCS.csproj
File metadata and controls
21 lines (18 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>b0272df3-17bf-48eb-90a3-1ee55a9daaae</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Communication.CallAutomation" Version="1.4.0" />
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.0" />
<PackageReference Include="Azure.Identity" Version="1.16.0" />
<PackageReference Include="Azure.Messaging.EventGrid" Version="5.0.0" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.8.0" />
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="9.0.9" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.4" />
</ItemGroup>
</Project>