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 9a84b90 commit 75686a6
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions package/GitCommand/GitCommand.Tests/GitCommand.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>
</PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="coverlet.collector" Version="3.1.0" />
<PackageReference Include="MSTestEnhancer" Version="2.1.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
<PackageReference Include="coverlet.collector" Version="1.3.0" />
<PackageReference Include="Moq" Version="4.14.6" />
<PackageReference Include="MSTestEnhancer" Version="2.0.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\GitCommand\GitCommand.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GitCommand\GitCommand.csproj" />
</ItemGroup>

</Project>

0 comments on commit 75686a6

Please sign in to comment.