Skip to content

Commit

Permalink
Merge pull request #217 from nikeee/dependabot/nuget/xunit.runner.con…
Browse files Browse the repository at this point in the history
…sole-2.6.3

Bump xunit.runner.console from 2.6.2 to 2.6.3
  • Loading branch information
nikeee authored Dec 11, 2023
2 parents 5d0597b + 0ac9bdb commit 5f6f95f
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.2" />
<PackageReference Include="xunit.runner.console" Version="2.6.3" 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 5f6f95f

Please sign in to comment.