Antigravity 초안

This commit is contained in:
Lectom C Han
2026-01-08 15:32:15 +09:00
commit 12262b4479
32 changed files with 3048 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MiniExcel" Version="1.42.0" />
<PackageReference Include="StackExchange.Redis" Version="2.10.1" />
</ItemGroup>
</Project>