-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPnpProvisioningSiteDesign.csproj
More file actions
28 lines (28 loc) · 1.08 KB
/
PnpProvisioningSiteDesign.csproj
File metadata and controls
28 lines (28 loc) · 1.08 KB
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<RootNamespace>PnpProvisioningSiteDesign</RootNamespace>
<AssemblyName>PnpProvisioningSiteDesign</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BingMapsRESTToolkit" Version="1.1.4" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="1.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
<PackageReference Include="SharePointPnPCoreOnline" Version="3.21.2005" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<None Update="host.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="local.settings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
</None>
<None Update="Templates\ProjectTemplateV2Design.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>