Skip to content

Commit 925b8d5

Browse files
committed
upgrade .NET 9.0
1 parent 697f9ec commit 925b8d5

5 files changed

Lines changed: 8 additions & 553 deletions

File tree

Services/SampleFunctions/GetAzureMapsToken.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ public class GetAzureMapsToken()
1010
{
1111
private static readonly string[] AllowedDomains = [
1212
"https://samples.azuremaps.com/",
13-
"https://demo.azuremaps.com/",
14-
"https://www.microsoft.com/",
15-
"https://microsoft.com/",
16-
"https://msmaps.azurewebsites.net/", // For local testing
1713
"http://localhost:58035/" // For local testing
1814
];
1915

Services/SampleFunctions/GetBingMapsKey.cs

Lines changed: 0 additions & 29 deletions
This file was deleted.

Services/SampleFunctions/SampleFunctions.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
3+
<TargetFramework>net9.0</TargetFramework>
44
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
55
<OutputType>Exe</OutputType>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>disable</Nullable>
88
</PropertyGroup>
99
<ItemGroup>
1010
<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" />
1818
</ItemGroup>
1919
<ItemGroup>
2020
<None Update="host.json">
-10.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)