Skip to content

Commit

Permalink
Bump xunit.runner.visualstudio from 2.4.1 to 2.4.2 in /src (#59)
Browse files Browse the repository at this point in the history
* Bump xunit.runner.visualstudio from 2.4.1 to 2.4.2 in /src

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/commits/v2.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Add Microsoft.NET.Test.Sdk

* Target netcoreapp2.1 for tests

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Pascal Berger <bep@bbtsoftware.ch>
  • Loading branch information
3 people authored Jul 13, 2020
1 parent 5165f53 commit ed3732b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/TfsUrlParser.Tests/TfsUrlParser.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<IsPackable>false</IsPackable>
<AssemblyTitle>TfsUrlParser</AssemblyTitle>
<Company>BBT Software AG</Company>
Expand All @@ -18,8 +18,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Shouldly" Version="3.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit ed3732b

Please sign in to comment.