Skip to content

Commit

Permalink
更新库
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed May 11, 2024
1 parent dbe302c commit 13ca951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/GitCommand/GitCommand/GitCommand.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.2;net6.0</TargetFrameworks>
<TargetFrameworks>net6.0</TargetFrameworks>
<AssemblyName>Lindexi.Src.GitCommand</AssemblyName>
<RootNamespace>Lindexi.Src.GitCommand</RootNamespace>
<Description>Invoke Git commands by running Git process. 通过命令行调用 Git 功能的库。</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="dotnetCampus.SourceYard" Version="0.1.19369-alpha">
<PackageReference Include="dotnetCampus.SourceYard" Version="1.0.0-alpha03">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 13ca951

Please sign in to comment.