Skip to content

Commit

Permalink
Merge pull request #116 from akunzai/dependabot/nuget/Microsoft.TestP…
Browse files Browse the repository at this point in the history
…latform.ObjectModel-17.7.1

Bump Microsoft.TestPlatform.ObjectModel from 17.7.0 to 17.7.1
  • Loading branch information
akunzai authored Aug 21, 2023
2 parents d214ddf + 80a8b79 commit 386a4df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.0"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1"/>
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.7.0" Condition="$(TargetFramework.StartsWith('net4')) AND '$(OS)' != 'Windows_NT'"/>
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.7.1" Condition="$(TargetFramework.StartsWith('net4')) AND '$(OS)' != 'Windows_NT'"/>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
Expand Down

0 comments on commit 386a4df

Please sign in to comment.