Skip to content

Commit

Permalink
Merge pull request #155 from cake-contrib/dependabot/nuget/source/dev…
Browse files Browse the repository at this point in the history
…elop/Microsoft.NET.Test.Sdk-17.7.2

Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.7.2 in /source
  • Loading branch information
nils-a authored Oct 11, 2023
2 parents 10114dc + 94b46a2 commit 12fa561
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
Expand All @@ -23,7 +23,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit.runner.console" Version="2.4.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 12fa561

Please sign in to comment.