1
0
mirror of https://github.com/XFox111/backbone.git synced 2026-04-22 07:17:59 +03:00

feat: upgrade to dotnet 10

This commit is contained in:
2025-12-11 01:19:06 +00:00
parent 849b2e296f
commit a27400928a
6 changed files with 22 additions and 40 deletions
+1 -2
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>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
@@ -15,4 +15,3 @@
</PropertyGroup>
</Project>