Skip to content

Commit

Permalink
Bump xunit from 2.6.0 to 2.6.2 in /JsonExtensions.Tests
Browse files Browse the repository at this point in the history
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.0 to 2.6.2.
- [Commits](xunit/xunit@2.6.0...2.6.2)

---
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 1, 2023
1 parent f36e7a7 commit 61b4ab5
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions JsonExtensions.Tests/JsonExtensions.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>

<Title>JSON Extensions Tests</Title>
<Authors>viral32111</Authors>
<Copyright>Copyright (C) 2022-2023 viral32111</Copyright>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/viral32111/JsonExtensions</RepositoryUrl>
<NeutralLanguage>en-GB</NeutralLanguage>

<FileVersion>1.0.0</FileVersion>
<Version>$(FileVersion)</Version>
<AssemblyName>$(Authors).$(MSBuildProjectName)</AssemblyName>
<AssemblyVersion>$(FileVersion)</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.6.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<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>

<ProjectReference Include="..\JsonExtensions\JsonExtensions.csproj" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>

<Title>JSON Extensions Tests</Title>
<Authors>viral32111</Authors>
<Copyright>Copyright (C) 2022-2023 viral32111</Copyright>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/viral32111/JsonExtensions</RepositoryUrl>
<NeutralLanguage>en-GB</NeutralLanguage>

<FileVersion>1.0.0</FileVersion>
<Version>$(FileVersion)</Version>
<AssemblyName>$(Authors).$(MSBuildProjectName)</AssemblyName>
<AssemblyVersion>$(FileVersion)</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<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>

<ProjectReference Include="..\JsonExtensions\JsonExtensions.csproj" />
</ItemGroup>
</Project>

0 comments on commit 61b4ab5

Please sign in to comment.