-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump xunit.runner.visualstudio in /src/BikeshareClient
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
1 parent
fc774e6
commit 2686d21
Showing
1 changed file
with
33 additions
and
33 deletions.
There are no files selected for viewing
66 changes: 33 additions & 33 deletions
66
src/BikeshareClient/TestBikeshareClient/TestBikeshareClient.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |