1
0

Initial sync

This commit is contained in:
2024-03-15 14:44:21 +01:00
commit d2a1cabe35
59 changed files with 3783 additions and 0 deletions

19
Nbt/Nbt.csproj Executable file
View File

@@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Nbt</PackageId>
<Version>1.0.0</Version>
<Authors>Hervé BECHER</Authors>
<Company>HbShare</Company>
<Product>Nbt</Product>
<Description>Nbt library</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.7-beta" />
</ItemGroup>
</Project>