Skip to content

Commit 6f7eb2e

Browse files
Updating context message.
1 parent f61b16d commit 6f7eb2e

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

SampleApi.csproj

+6-25
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
5-
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
6-
<OutputType>Exe</OutputType>
7-
<ImplicitUsings>enable</ImplicitUsings>
4+
<TargetFramework>net6.0</TargetFramework>
85
<Nullable>enable</Nullable>
6+
<ImplicitUsings>enable</ImplicitUsings>
97
</PropertyGroup>
8+
109
<ItemGroup>
11-
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="[2.0.0,)" />
12-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="[3.2.0,)" />
13-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.OpenApi" Version="[1.5.1,)" />
14-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="[2.0.0,)" />
15-
<PackageReference Include="Microsoft.Data.SqlClient" Version="[5.2.2,)" />
16-
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="[8.3.0,)" />
17-
<PackageReference Include="Microsoft.PowerPlatform.Dataverse.Client" Version="[1.2.2,)" />
18-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="[8.3.0,)" />
19-
</ItemGroup>
20-
<ItemGroup>
21-
<None Update="host.json">
22-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
23-
</None>
24-
<None Update="local.settings.json">
25-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
26-
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
27-
</None>
28-
</ItemGroup>
29-
<ItemGroup>
30-
<Using Include="System.Threading.ExecutionContext" Alias="ExecutionContext" />
10+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.0" />
11+
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
3112
</ItemGroup>
3213

33-
</Project>
14+
</Project>

0 commit comments

Comments
 (0)