This commit is contained in:
parent
df18285d65
commit
08c8bc7d59
|
@ -1,4 +1,6 @@
|
||||||
using BITFactory.Cutting;
|
using System;
|
||||||
|
using System.IO;
|
||||||
|
using BITFactory.Cutting;
|
||||||
using BITKit;
|
using BITKit;
|
||||||
using BITKit.CommandPattern;
|
using BITKit.CommandPattern;
|
||||||
using BITKit.Mod;
|
using BITKit.Mod;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0</TargetFramework>
|
<TargetFramework>net7.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>disable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue