Initial commit

This commit is contained in:
2026-01-07 15:03:08 -05:00
commit 6a1fbeb409
3 changed files with 62 additions and 0 deletions

16
SaltMiner.csproj Normal file
View File

@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.1" />
<PackageReference Include="OllamaSharp" Version="5.4.12" />
</ItemGroup>
</Project>