Ben.Demystifier updated

This commit is contained in:
2022-09-26 02:27:25 +06:00
parent 9f07cc78e3
commit 1c9d44d15e
3 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Remove="Ben.Demystifier\**"/>
<ProjectReference Include="..\DTLib\DTLib.csproj" /> <ProjectReference Include="..\DTLib\DTLib.csproj" />
<ProjectReference Include="Ben.Demystifier\src\Ben.Demystifier\Ben.Demystifier.csproj" /> <ProjectReference Include="Ben.Demystifier\src\Ben.Demystifier\Ben.Demystifier.csproj" />
</ItemGroup> </ItemGroup>

View File

@@ -1,6 +1,6 @@
global using DTLib; global using DTLib;
global using DTLib.Extensions; global using DTLib.Extensions;
using System.Diagnostics; using Ben.Demystifier;
namespace DTLib.Exceptions; namespace DTLib.Exceptions;