File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.1 </TargetFramework >
4- <AzureFunctionsVersion >v3 </AzureFunctionsVersion >
3+ <TargetFramework >net6.0 </TargetFramework >
4+ <AzureFunctionsVersion >v4 </AzureFunctionsVersion >
55 <AssemblyName >Plumsail.DataSource.FunctionApp</AssemblyName >
66 <RootNamespace >Plumsail.DataSource</RootNamespace >
77 </PropertyGroup >
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.Azure.Functions.Extensions" Version =" 1.0 .0" />
9+ <PackageReference Include =" Microsoft.Azure.Functions.Extensions" Version =" 1.1 .0" />
1010 <PackageReference Include =" Microsoft.Graph.Auth" Version =" 1.0.0-preview.4" />
1111 <PackageReference Include =" Microsoft.Graph.Beta" Version =" 0.17.0-preview" />
12- <PackageReference Include =" Microsoft.IdentityModel.Clients.ActiveDirectory" Version =" 5.2.7" />
13- <PackageReference Include =" Microsoft.NET.Sdk.Functions" Version =" 3.0.3" />
12+ <PackageReference Include =" Microsoft.NET.Sdk.Functions" Version =" 4.1.1" />
1413 </ItemGroup >
1514 <ItemGroup >
1615 <None Update =" host.json" >
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ public async Task<IActionResult> Run(
4040
4141 var queryOptions = new List < QueryOption > ( )
4242 {
43+ //new QueryOption("filter", "fields/Title eq 'item 1'"),
4344 new QueryOption ( "select" , "id" ) ,
4445 new QueryOption ( "expand" , "fields(select=Title,Author)" )
4546 } ;
You can’t perform that action at this time.
0 commit comments