초기 커밋.

This commit is contained in:
2024-11-06 00:26:39 +09:00
parent 22b9f72198
commit bb5f6d6cd6
3 changed files with 197 additions and 0 deletions

16
Ttalkkak/Ttalkkak.csproj Normal file
View File

@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.8" />
<PackageReference Include="Minio" Version="6.0.3" />
</ItemGroup>
</Project>