Skip to content

Commit

Permalink
Merge pull request S7NetPlus#498 from S7NetPlus/github-actions-logger
Browse files Browse the repository at this point in the history
chore: Update GitHubActionsTestLogger
  • Loading branch information
mycroes authored Aug 3, 2023
2 parents f1ae0ea + 0797c58 commit 7e631a7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions S7.Net.UnitTest/S7.Net.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<TargetFrameworks>net462;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net462</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -17,7 +17,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" Version="1.1.0" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
Expand Down

0 comments on commit 7e631a7

Please sign in to comment.