-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsvc-fnc-dev-scw-sensitivity-dotnet001.csproj
29 lines (29 loc) · 1.41 KB
/
appsvc-fnc-dev-scw-sensitivity-dotnet001.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
<RootNamespace>appsvc_fnc_dev_scw_sensitivity_dotnet001</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.4.0" />
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.5" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.5" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="Microsoft.Graph" Version="4.52.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.1" />
<PackageReference Include="Microsoft.SharePointOnline.CSOM" Version="16.1.23311.12000" />
<PackageReference Include="PnP.Core.Admin" Version="1.8.0" />
<PackageReference Include="PnP.Core.Auth" Version="1.8.0" />
<PackageReference Include="PnP.Framework" Version="1.11.0" />
</ItemGroup>
<ItemGroup>
<None Update="host.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="local.settings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
</None>
</ItemGroup>
</Project>