First Commit

This commit is contained in:
2026-02-27 20:15:21 +00:00
commit 570768d934
6 changed files with 1302 additions and 0 deletions

16
SkyAI.csproj Normal file
View File

@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DotNetEnv" Version="3.1.1" />
<PackageReference Include="Google.GenAI" Version="1.2.0" />
<PackageReference Include="Valour.Sdk" Version="0.5.19" />
</ItemGroup>
</Project>