- tweak: improve update resolver for further updates

This commit is contained in:
2026-01-23 23:52:21 +03:00
parent c2ab550329
commit 6e6ebffb62
19 changed files with 228 additions and 107 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>