There was an error while loading. Please reload this page.
1 parent 9a9bbfd commit 8c5698cCopy full SHA for 8c5698c
1 file changed
Cognite.Testing/Cognite.Testing.csproj
@@ -16,14 +16,16 @@
16
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
17
<LangVersion>8.0</LangVersion>
18
<Nullable>enable</Nullable>
19
+ <IsPackable>true</IsPackable>
20
</PropertyGroup>
21
22
<ItemGroup>
23
<None Include="..\LICENSE" Pack="true" Visible="false" PackagePath="" />
24
</ItemGroup>
25
26
- <PackageReference Include="xunit" Version="2.4.1" />
27
+ <PackageReference Include="xunit.assert" Version="2.4.1" />
28
+ <PackageReference Include="xunit.core" Version="2.4.1" />
29
30
31
0 commit comments