Skip to content

Commit

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

Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0
  • Loading branch information
brockallen authored Aug 7, 2023
2 parents 6b63acf + 9bfdab9 commit cc97ac2
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 @@ -33,14 +33,14 @@

<!--tests -->
<PackageReference Update="FluentAssertions" Version="5.10.3"/>
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.6.3"/>
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.7.0"/>
<PackageReference Update="xunit" Version="2.5.0"/>
<PackageReference Update="xunit.runner.visualstudio" Version="2.5.0" 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.6.3" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.7.0" />


<!--microsoft extensions -->
Expand Down

0 comments on commit cc97ac2

Please sign in to comment.