Skip to content

Commit

Permalink
update UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashuaidehao committed Sep 26, 2023
1 parent f9f479b commit 1ebe4e5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions test/test.bctklib/test.bctklib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,22 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="_testFiles/*" />
<EmbeddedResource Include="_testFiles/*" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\bctklib\bctklib.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="3.2.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="Neo.Plugins.Storage.RocksDBStore" Version="3.5.0" />
<PackageReference Include="Neo.Plugins.Storage.RocksDBStore" Version="3.6.0" />
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="19.1.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="Xunit.Combinatorial" Version="1.5.25" />
Expand Down

0 comments on commit 1ebe4e5

Please sign in to comment.