Skip to content

Commit b15089b

Browse files
Bump xunit.core from 2.5.3 to 2.6.0
Bumps [xunit.core](https://github.com/xunit/xunit) from 2.5.3 to 2.6.0. - [Commits](xunit/xunit@2.5.3...2.6.0) --- updated-dependencies: - dependency-name: xunit.core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent deccb05 commit b15089b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Xunit.Microsoft.DependencyInjection.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net6.0</TargetFramework>
44
<LangVersion>latest</LangVersion>
@@ -12,7 +12,7 @@
1212
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
1313
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="7.0.0" />
1414
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
15-
<PackageReference Include="xunit.core" Version="2.5.3" />
15+
<PackageReference Include="xunit.core" Version="2.6.0" />
1616
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="7.0.0" />
1717
</ItemGroup>
1818
<ItemGroup>

0 commit comments

Comments
 (0)