Skip to content

Commit 83c72ba

Browse files
Bump the test-dependencies group with 2 updates (#138)
Bumps the test-dependencies group with 2 updates: [xunit.analyzers](https://github.com/xunit/xunit.analyzers) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit.analyzers` from 1.20.0 to 1.21.0 - [Commits](xunit/xunit.analyzers@1.20.0...1.21.0) Updates `xunit.runner.visualstudio` from 3.0.2 to 3.1.0 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@3.0.2...3.1.0) --- updated-dependencies: - dependency-name: xunit.analyzers dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-dependencies - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 385d8e6 commit 83c72ba

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

tests/Elzik.FmSync.Application.Tests.Unit/Elzik.FmSync.Application.Tests.Unit.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -42,8 +42,8 @@
4242
<PackageReference Include="System.Net.Http" Version="4.3.4" />
4343
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
4444
<PackageReference Include="xunit" Version="2.9.3" />
45-
<PackageReference Include="xunit.analyzers" Version="1.20.0" />
46-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
45+
<PackageReference Include="xunit.analyzers" Version="1.21.0" />
46+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
4747
<PrivateAssets>all</PrivateAssets>
4848
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4949
</PackageReference>

tests/Elzik.FmSync.Console.Tests.Functional/Elzik.FmSync.Console.Tests.Functional.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -44,8 +44,8 @@
4444
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4545
</PackageReference>
4646
<PackageReference Include="xunit" Version="2.9.3" />
47-
<PackageReference Include="xunit.analyzers" Version="1.20.0" />
48-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
47+
<PackageReference Include="xunit.analyzers" Version="1.21.0" />
48+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
4949
<PrivateAssets>all</PrivateAssets>
5050
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5151
</PackageReference>

tests/Elzik.FmSync.Infrastructure.Tests.Integration/Elzik.FmSync.Infrastructure.Tests.Integration.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -41,8 +41,8 @@
4141
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4242
</PackageReference>
4343
<PackageReference Include="xunit" Version="2.9.3" />
44-
<PackageReference Include="xunit.analyzers" Version="1.20.0" />
45-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
44+
<PackageReference Include="xunit.analyzers" Version="1.21.0" />
45+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
4646
<PrivateAssets>all</PrivateAssets>
4747
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4848
</PackageReference>

tests/Elzik.FmSync.Worker.Tests.Functional/Elzik.FmSync.Worker.Tests.Functional.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -44,8 +44,8 @@
4444
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4545
</PackageReference>
4646
<PackageReference Include="xunit" Version="2.9.3" />
47-
<PackageReference Include="xunit.analyzers" Version="1.20.0" />
48-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
47+
<PackageReference Include="xunit.analyzers" Version="1.21.0" />
48+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
4949
<PrivateAssets>all</PrivateAssets>
5050
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5151
</PackageReference>

0 commit comments

Comments
 (0)