Skip to content

Commit

Permalink
Update packages in Directory.Build.props because dependabot is not do…
Browse files Browse the repository at this point in the history
…ing it
  • Loading branch information
mburumaxwell committed Mar 25, 2024
1 parent 2d4f044 commit 63dc631
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1" PrivateAssets="All"/>
<PackageReference Include="Polyfill " Version="1.32.1" PrivateAssets="All"/>
<PackageReference Include="Polyfill " Version="4.0.0" PrivateAssets="All"/>
</ItemGroup>

</Project>
8 changes: 4 additions & 4 deletions tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

<ItemGroup>
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" />
<PackageReference Include="coverlet.collector" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
</ItemGroup>

<ItemGroup Condition="$(MSBuildProjectName.StartsWith('Tingle.AspNetCore.'))">
Expand Down

0 comments on commit 63dc631

Please sign in to comment.