Bring up new Madness alpha3 to fix netf

This commit is contained in:
Archi
2021-11-11 01:17:49 +01:00
parent ff8074aeb6
commit 60376c4d93
2 changed files with 3 additions and 1 deletions

View File

@@ -37,6 +37,8 @@
<Using Include="JustArchiNET.Madness.FileMadness.File" Alias="File" />
<Using Include="JustArchiNET.Madness.PathMadness.Path" Alias="Path" />
<Using Include="JustArchiNET.Madness.HashCodeMadness.HashCode" Alias="HashCode" />
<Using Include="JustArchiNET.Madness.HMACSHA1Madness.HMACSHA1" Alias="HMACSHA1" />
<Using Include="JustArchiNET.Madness.SHA256Madness.SHA256" Alias="SHA256" />
<Using Include="JustArchiNET.Madness.StringMadness.String" Alias="String" />
</ItemGroup>