Skip to content

Commit

Permalink
Merge pull request #20 from arenekosreal/dependabot/nuget/MSTest.Test…
Browse files Browse the repository at this point in the history
…Framework-3.4.3

Bump MSTest.TestFramework from 3.3.1 to 3.4.3
  • Loading branch information
arenekosreal authored Jun 25, 2024
2 parents 32a242b + 28c9928 commit 88d941d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions E5Renewer.Tests/E5Renewer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\E5Renewer\E5Renewer.csproj" />
<ItemGroup>
<ProjectReference Include="..\E5Renewer\E5Renewer.csproj" />
</ItemGroup>

</Project>

0 comments on commit 88d941d

Please sign in to comment.