Skip to content

Commit

Permalink
Bump xunit.runner.visualstudio in /src/BikeshareClient
Browse files Browse the repository at this point in the history
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.5.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.1...2.5.5)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent fc774e6 commit 2686d21
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions src/BikeshareClient/TestBikeshareClient/TestBikeshareClient.csproj
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>1.0.1</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="coverlet.msbuild" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\BikeshareClient\BikeshareClient.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Remove="TestSystemInformationProvider.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="ProvidersTests\" />
<Folder Include="Helpers\" />
</ItemGroup>
<ItemGroup>
<Content Include="Helpers\TestableGbfsJsonV1.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>1.0.1</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="coverlet.msbuild" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\BikeshareClient\BikeshareClient.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Remove="TestSystemInformationProvider.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="ProvidersTests\" />
<Folder Include="Helpers\" />
</ItemGroup>
<ItemGroup>
<Content Include="Helpers\TestableGbfsJsonV1.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>

0 comments on commit 2686d21

Please sign in to comment.