Ben.Demystifier updated

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

@ -1 +1 @@
Subproject commit 8db93654c2869d3bc5ddb1462682f421c99a056b Subproject commit 5f593123dea943703bafa836f30c76101cf62a89

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;