Skip to content

Commit be11009

Browse files
Bump xunit.runner.visualstudio from 3.1.2 to 3.1.3 (#18)
--- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2f9633 commit be11009

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
</PropertyGroup>
2525

2626
<ItemGroup>
27-
<None Include="$(MSBuildThisFileDirectory)/LICENSE" Pack="true" PackagePath="/" Visible="false"/>
28-
<None Include="$(MSBuildThisFileDirectory)/assets/icon.png" Pack="true" PackagePath="/icon.png" Visible="false"/>
29-
<None Include="$(MSBuildThisFileDirectory)/README.md" Pack="true" PackagePath="/README.md" Visible="false"/>
27+
<None Include="$(MSBuildThisFileDirectory)/LICENSE" Pack="true" PackagePath="/" Visible="false" />
28+
<None Include="$(MSBuildThisFileDirectory)/assets/icon.png" Pack="true" PackagePath="/icon.png" Visible="false" />
29+
<None Include="$(MSBuildThisFileDirectory)/README.md" Pack="true" PackagePath="/README.md" Visible="false" />
3030
</ItemGroup>
3131

3232
<!--
3333
Use https://github.com/dotnet/reproducible-builds so certain properties are automatically set (like
3434
https://github.com/dotnet/sourcelink) for packages
3535
-->
3636
<ItemGroup>
37-
<PackageReference Include="DotNet.ReproducibleBuilds" PrivateAssets="All"/>
37+
<PackageReference Include="DotNet.ReproducibleBuilds" PrivateAssets="All" />
3838
</ItemGroup>
3939
</Project>

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.25" PrivateAssets="All"/>
8+
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.25" PrivateAssets="All" />
99
</ItemGroup>
1010

1111
</Project>

tests/Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project>
2-
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props, $(MSBuildThisFileDirectory)..))"/>
2+
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props, $(MSBuildThisFileDirectory)..))" />
33

44
<PropertyGroup>
55
<IsPackable>false</IsPackable>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
10-
<PackageReference Include="xunit"/>
11-
<PackageReference Include="xunit.runner.visualstudio"/>
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" />
10+
<PackageReference Include="xunit" />
11+
<PackageReference Include="xunit.runner.visualstudio" />
1212
<PackageReference Include="coverlet.collector">
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
<PrivateAssets>all</PrivateAssets>

tests/Directory.Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project>
2-
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Packages.props, $(MSBuildThisFileDirectory)..))"/>
2+
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Packages.props, $(MSBuildThisFileDirectory)..))" />
33

44
<ItemGroup>
5-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1"/>
6-
<PackageVersion Include="Moq" Version="4.20.72"/>
7-
<PackageVersion Include="xunit" Version="2.9.3"/>
8-
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.2"/>
5+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
6+
<PackageVersion Include="Moq" Version="4.20.72" />
7+
<PackageVersion Include="xunit" Version="2.9.3" />
8+
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.3" />
99
<PackageVersion Include="coverlet.collector" Version="6.0.4">
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<ItemGroup>
4-
<PackageReference Include="Moq"/>
4+
<PackageReference Include="Moq" />
55
</ItemGroup>
66

77
<ItemGroup>
8-
<ProjectReference Include="..\..\src\FunQL.Core\FunQL.Core.csproj"/>
8+
<ProjectReference Include="..\..\src\FunQL.Core\FunQL.Core.csproj" />
99
</ItemGroup>
1010

1111
</Project>

0 commit comments

Comments
 (0)