Skip to content

Commit

Permalink
[Dependencies] Updating FunFair.Test.Common (Test Infrastructure) to …
Browse files Browse the repository at this point in the history
…6.1.6.127
  • Loading branch information
credfeto committed Aug 17, 2023
1 parent e8f1a64 commit c4422db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Please ADD ALL Changes to the UNRELEASED SECTION and not a specific release
### Fixed
### Changed
- Dependencies - Updated Microsoft.NET.Test.Sdk to 17.7.1
- Dependencies - Updated FunFair.Test.Common to 6.1.6.127
### Removed
### Deployment Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<ProjectReference Include="..\FunFair.BuildVersion.Detection\FunFair.BuildVersion.Detection.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FunFair.Test.Common" Version="6.1.5.120" />
<PackageReference Include="FunFair.Test.Common" Version="6.1.6.127" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="NSubstitute" Version="5.0.0" />
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.36" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<EnforceExtendedAnalyzerRules>false</EnforceExtendedAnalyzerRules>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FunFair.Test.Common" Version="6.1.5.120" />
<PackageReference Include="FunFair.Test.Common" Version="6.1.6.127" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="NSubstitute" Version="5.0.0" />
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.36" />
Expand Down

0 comments on commit c4422db

Please sign in to comment.