Update hooks for Frida 17.x. Upgrade project to .NET 10.

This commit is contained in:
BillyCool
2026-01-04 05:31:07 +11:00
parent 323fa9a3e6
commit 747cf173e1
3 changed files with 8 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
@@ -11,7 +11,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Grpc.AspNetCore" Version="2.67.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.76.0" />
</ItemGroup>
</Project>