Skip to content

Commit

Permalink
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 5d0597b commit 29e0c53
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions src/HolzShots.Core.Tests/HolzShots.Core.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\Common.props" />

<PropertyGroup>
<RootNamespace>HolzShots.Tests</RootNamespace>

<TargetFramework>net8.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>

<IsPackable>false</IsPackable>

<AssemblyTitle>HolzShots.Core.Tests</AssemblyTitle>
<Product>HolzShots.Core.Tests</Product>
<Description>HolzShots Core Component Tests</Description>
</PropertyGroup>

<ItemGroup>
<None Include="Files\DirectUpload.net.hs.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\HolzShots.Core\HolzShots.Core.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.console" Version="2.6.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>

<PackageReference Include="coverlet.collector" Version="6.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>

<Reference Include="System.ComponentModel.Composition" />

<PackageReference Include="Microsoft.NETCore.Platforms" Version="7.0.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />


<PackageReference Include="Semver" Version="2.3.0" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\Common.props" />

<PropertyGroup>
<RootNamespace>HolzShots.Tests</RootNamespace>

<TargetFramework>net8.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>

<IsPackable>false</IsPackable>

<AssemblyTitle>HolzShots.Core.Tests</AssemblyTitle>
<Product>HolzShots.Core.Tests</Product>
<Description>HolzShots Core Component Tests</Description>
</PropertyGroup>

<ItemGroup>
<None Include="Files\DirectUpload.net.hs.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\HolzShots.Core\HolzShots.Core.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.console" Version="2.6.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>

<PackageReference Include="coverlet.collector" Version="6.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>

<Reference Include="System.ComponentModel.Composition" />

<PackageReference Include="Microsoft.NETCore.Platforms" Version="7.0.4" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />


<PackageReference Include="Semver" Version="2.3.0" />
</ItemGroup>
</Project>

0 comments on commit 29e0c53

Please sign in to comment.