Skip to content

Commit 86fd20c

Browse files
dependabot[bot]kzu
authored andcommitted
⬆️ Bump the tests group across 1 directory with 4 updates
Bumps the tests group with 4 updates in the / directory: [coverlet.collector](https://github.com/coverlet-coverage/coverlet), [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest), [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `coverlet.collector` from 3.2.0 to 6.0.2 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](coverlet-coverage/coverlet@v3.2.0...v6.0.2) Updates `Microsoft.NET.Test.Sdk` from 17.3.2 to 17.11.1 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.3.2...v17.11.1) Updates `xunit` from 2.4.2 to 2.9.0 - [Commits](xunit/xunit@2.4.2...2.9.0) Updates `xunit.runner.visualstudio` from 2.4.5 to 2.8.2 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.4.5...2.8.2) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-major dependency-group: tests - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8cb5b54 commit 86fd20c

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

src/Tests/Tests.csproj

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
2-
3-
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
5-
<Nullable>enable</Nullable>
6-
<IsPackable>false</IsPackable>
7-
<ImplicitUsings>enable</ImplicitUsings>
8-
<RootNamespace>Devlooped</RootNamespace>
9-
</PropertyGroup>
10-
11-
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
13-
<PackageReference Include="xunit" Version="2.4.2" />
14-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all" />
15-
<PackageReference Include="coverlet.collector" Version="3.2.0" PrivateAssets="all" />
16-
</ItemGroup>
17-
18-
<ItemGroup>
19-
<ProjectReference Include="..\WebSocketPipe\WebSocketPipe.csproj" />
20-
</ItemGroup>
21-
22-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net6.0</TargetFramework>
5+
<Nullable>enable</Nullable>
6+
<IsPackable>false</IsPackable>
7+
<ImplicitUsings>enable</ImplicitUsings>
8+
<RootNamespace>Devlooped</RootNamespace>
9+
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
13+
<PackageReference Include="xunit" Version="2.9.0" />
14+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
15+
<PackageReference Include="coverlet.collector" Version="6.0.2" PrivateAssets="all" />
16+
</ItemGroup>
17+
18+
<ItemGroup>
19+
<ProjectReference Include="..\WebSocketPipe\WebSocketPipe.csproj" />
20+
</ItemGroup>
21+
22+
</Project>

0 commit comments

Comments
 (0)