Skip to content

Commit

Permalink
Merge pull request #1318 from DuendeSoftware/dependabot/nuget/Microso…
Browse files Browse the repository at this point in the history
…ft.NET.Test.Sdk-17.6.1

Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.6.1
  • Loading branch information
brockallen committed Jun 2, 2023
2 parents 9fca788 + 6b9a474 commit 8e56f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@

<!--tests -->
<PackageReference Update="FluentAssertions" Version="5.10.3"/>
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.4.1"/>
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.6.1"/>
<PackageReference Update="xunit" Version="2.4.1"/>
<PackageReference Update="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="All"/>

<!-- testing -->
<PackageReference Update="Microsoft.AspNetCore.Authentication.JwtBearer" Version="$(FrameworkVersion)" />
<PackageReference Update="CsQuery.NETStandard" Version="1.3.6.1" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.3.1" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.6.1" />
<PackageReference Update="coverlet.collector" Version="3.1.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 8e56f22

Please sign in to comment.