Skip to content

Commit

Permalink
chore(deps): bump xunit from 2.6.2 to 2.6.3
Browse files Browse the repository at this point in the history
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.2 to 2.6.3.
- [Commits](xunit/xunit@2.6.2...2.6.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 14982f6 commit 6fb2b37
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
72 changes: 36 additions & 36 deletions Buildkite.TestAnalytics.Xunit/Buildkite.TestAnalytics.Xunit.fsproj
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Authors>Buildkite</Authors>
<Company>Buildkite</Company>
<Copyright>Copyright (c) 2022 Buildkite</Copyright>
<Description>The official .NET adapter for Buildkite Test Analytics which collects information about your tests: XUnit integration</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Buildkite.TestAnalytics.Xunit</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/buildkite/test-collector-dotnet</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>test,testing,xunit,analytics,buildkite</PackageTags>
<RepositoryUrl>https://github.com/buildkite/test-collector-dotnet</RepositoryUrl>
<RespositoryType>git</RespositoryType>
<TargetFramework>net6.0</TargetFramework>
<Version>0.1.1</Version>
<IsPackable>true</IsPackable>
</PropertyGroup>

<ItemGroup>
<Compile Include="Library.fs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.reporters" Version="2.6.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Buildkite.TestAnalytics.Common\Buildkite.TestAnalytics.Common.fsproj" />
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Authors>Buildkite</Authors>
<Company>Buildkite</Company>
<Copyright>Copyright (c) 2022 Buildkite</Copyright>
<Description>The official .NET adapter for Buildkite Test Analytics which collects information about your tests: XUnit integration</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Buildkite.TestAnalytics.Xunit</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/buildkite/test-collector-dotnet</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>test,testing,xunit,analytics,buildkite</PackageTags>
<RepositoryUrl>https://github.com/buildkite/test-collector-dotnet</RepositoryUrl>
<RespositoryType>git</RespositoryType>
<TargetFramework>net6.0</TargetFramework>
<Version>0.1.1</Version>
<IsPackable>true</IsPackable>
</PropertyGroup>

<ItemGroup>
<Compile Include="Library.fs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.reporters" Version="2.6.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Buildkite.TestAnalytics.Common\Buildkite.TestAnalytics.Common.fsproj" />
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit 6fb2b37

Please sign in to comment.