Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/nuget/MSTest.TestFramework-3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hkutluay committed Jun 26, 2023
2 parents 01f7408 + ff01b05 commit 7fc509f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions UblTr.Tests/UblTr.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@

<ItemGroup>

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="coverlet.collector" Version="3.1.2"><IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
< <PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
<PackageReference Include="coverlet.collector" Version="3.2.0"><IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>


<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 7fc509f

Please sign in to comment.