Initial sync
This commit is contained in:
19
Nbt/Nbt.csproj
Executable file
19
Nbt/Nbt.csproj
Executable 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>
|
||||
Reference in New Issue
Block a user