1 Star 0 Fork 0

Karl_Albright/CSharpDemo

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
RougamoDemo.csproj 408 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuzhongye 提交于 2024-07-01 14:57 +08:00 . fix:补充提交

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Rougamo.Fody" Version="3.0.0" />
</ItemGroup>
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/Karl_Albright/csharp-demo.git
git@gitee.com:Karl_Albright/csharp-demo.git
Karl_Albright
csharp-demo
CSharpDemo
master

搜索帮助