We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0188051 commit c37f98dCopy full SHA for c37f98d
src/ElectronNET.IntegrationTests/ElectronNET.IntegrationTests.csproj
@@ -12,10 +12,12 @@
12
<ImplicitUsings>enable</ImplicitUsings>
13
<Nullable>enable</Nullable>
14
<IsPackable>false</IsPackable>
15
+ <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <!-- https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/5 -->
16
</PropertyGroup>
17
18
<ItemGroup>
19
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
20
+ <PackageReference Include="GitHubActionsTestLogger" Version="2.3.3" PrivateAssets="all" />
21
<PackageReference Include="xunit" Version="2.9.2" />
22
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
23
<PrivateAssets>all</PrivateAssets>
0 commit comments