Skip to content

Commit

Permalink
Merge pull request #42 from cake-contrib/dependabot/nuget/src/Microso…
Browse files Browse the repository at this point in the history
…ft.NET.Test.Sdk-16.3.0

Bump Microsoft.NET.Test.Sdk from 16.2.0 to 16.3.0 in /src
  • Loading branch information
pascalberger committed Oct 4, 2019
2 parents d03c9c6 + 75dd248 commit 53da485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cake.Markdownlint.Tests/Cake.Markdownlint.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<IsPackable>false</IsPackable>
<Product>Cake.Markdownlint</Product>
<Copyright>Copyright © BBT Software AG and contributors</Copyright>
Expand All @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
<PackageReference Include="Cake.Core" Version="0.33.0" />
<PackageReference Include="Cake.Testing" Version="0.33.0" />
<PackageReference Include="Shouldly" Version="3.0.2" />
Expand Down

0 comments on commit 53da485

Please sign in to comment.