Skip to content

Commit

Permalink
Merge pull request #167 from AfterLutz/dependabot/nuget/GitHubActions…
Browse files Browse the repository at this point in the history
…TestLogger-2.3.2

Bump GitHubActionsTestLogger from 2.0.1 to 2.3.2
  • Loading branch information
malclear authored Jun 19, 2023
2 parents 4b38d72 + f15a9e5 commit eb04167
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>$(NetCoreAppVersion)</TargetFramework>
Expand All @@ -15,7 +15,7 @@
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitRunnerVSVersion)" />
<PackageReference Include="coverlet.msbuild" Version="$(CoverletMSBuildVersion)" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.0.1" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.2" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions test/Akkatecture.Tests/Akkatecture.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<ProjectGuid>{FE32A6E6-7356-43DE-996B-122878AD4FD9}</ProjectGuid>
Expand Down Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitRunnerVSVersion)" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.0.1" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit eb04167

Please sign in to comment.