summary refs log tree commit diff
path: root/LibGit
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-10 18:40:43 +0100
committerRory& <root@rory.gay>2025-12-10 18:40:43 +0100
commit2b7f6110f656fdbe3137df024da80a36b3da4156 (patch)
treecf27884c554b1a558e9571481690dec759cf6cd3 /LibGit
parentInitial commit (diff)
downloadGitTools-2b7f6110f656fdbe3137df024da80a36b3da4156.tar.xz
net10
Diffstat (limited to 'LibGit')
-rw-r--r--LibGit/LibGit.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit/LibGit.csproj b/LibGit/LibGit.csproj

index ac74b55..a55e5be 100644 --- a/LibGit/LibGit.csproj +++ b/LibGit/LibGit.csproj
@@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>net7.0</TargetFramework> + <TargetFramework>net10.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup>