some minor changes

This commit is contained in:
2022-07-01 16:01:56 +03:00
parent ec56843836
commit 248336422b
6 changed files with 8 additions and 7 deletions

View File

@@ -8,6 +8,7 @@
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<DebugType>portable</DebugType>
<Configurations>Debug;Release;Release-net48</Configurations>
<Platforms>AnyCPU;x64;x86;arm64</Platforms>
</PropertyGroup>
<ItemGroup>

View File

@@ -2,6 +2,7 @@
global using System;
global using System.Threading;
global using System.Collections.Generic;
global using System.Linq;
global using System.Text;
global using DTLib.Extensions;
global using DTLib.Filesystem;