|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFramework>net8.0</TargetFramework> |
| 3 | + <TargetFramework>net9.0</TargetFramework> |
4 | 4 | <AzureFunctionsVersion>v4</AzureFunctionsVersion> |
5 | 5 | <OutputType>Exe</OutputType> |
6 | 6 | <ImplicitUsings>enable</ImplicitUsings> |
7 | 7 | <Nullable>disable</Nullable> |
8 | 8 | </PropertyGroup> |
9 | 9 | <ItemGroup> |
10 | 10 | <FrameworkReference Include="Microsoft.AspNetCore.App" /> |
11 | | - <PackageReference Include="Azure.Identity" Version="1.13.0" /> |
12 | | - <PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.23.0" /> |
13 | | - <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" /> |
14 | | - <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="1.3.2" /> |
15 | | - <PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.18.1" /> |
16 | | - <PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.22.0" /> |
17 | | - <PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.4.0" /> |
| 11 | + <PackageReference Include="Azure.Identity" Version="1.13.2" /> |
| 12 | + <PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" /> |
| 13 | + <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.3.0" /> |
| 14 | + <PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.0.1" /> |
| 15 | + <PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.1" /> |
| 16 | + <PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.23.0" /> |
| 17 | + <PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.0.0" /> |
18 | 18 | </ItemGroup> |
19 | 19 | <ItemGroup> |
20 | 20 | <None Update="host.json"> |
|
0 commit comments