Ai
1 Star 0 Fork 0

JONVON/LLamaWorker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Directory.Build.props 1015 Bytes
一键复制 编辑 原始数据 按行查看 历史
桑榆肖物 提交于 2024-06-20 14:11 +08:00 . chore: 更改输出的文件
<Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<StartWorkingDirectory>..\src</StartWorkingDirectory>
<AssemblyName Condition="$(MSBuildProjectName.Contains('LLamaWorker'))">LLamaWorker</AssemblyName>
<RootNamespace Condition="$(MSBuildProjectName.Contains('LLamaWorker'))">LLamaWorker</RootNamespace>
</PropertyGroup>
<ItemGroup Condition="$(MSBuildProjectName.Contains('LLamaWorker'))">
<PackageReference Include="LLamaSharp" Version="0.13.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.139" PrivateAssets="all" />
<Compile Include="..\src\**\*.cs" />
<None Include="..\src\LLamaWorker.http" />
<Content Include="..\src\appsettings*.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/jonvon/LLamaWorker.git
git@gitee.com:jonvon/LLamaWorker.git
jonvon
LLamaWorker
LLamaWorker
main

搜索帮助