f279977558
Enable on ProgetsYear site and create section when Project create
19 lines
706 B
XML
19 lines
706 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.PowerPlatform.Dataverse.Client" Version="1.0.9" />
|
|
<PackageReference Include="Microsoft.SharePoint.Client" Version="14.0.4762.1000" />
|
|
<PackageReference Include="Microsoft.SharePointOnline.CSOM" Version="16.1.22615.12000" />
|
|
<PackageReference Include="SharePointPnPCoreOnline" Version="3.28.2012" />
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.21.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|