Skip to content

Commit 1bc8122

Browse files
Bump xunit from 2.9.0 to 2.9.2
Bumps [xunit](https://github.com/xunit/xunit) from 2.9.0 to 2.9.2. - [Commits](xunit/xunit@2.9.0...2.9.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed2b172 commit 1bc8122

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

Tests/Tests.csproj

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Microsoft.NET.Sdk">
3-
<PropertyGroup>
4-
<TargetFrameworks>net48;net7.0</TargetFrameworks>
5-
<DisableFody>true</DisableFody>
6-
</PropertyGroup>
7-
<ItemGroup>
8-
<Reference Include="Microsoft.CSharp" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'" />
9-
<PackageReference Include="FodyHelpers" Version="6.8.1" />
10-
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />
11-
<PackageReference Include="System.Threading.AccessControl" Version="8.0.0" />
12-
<PackageReference Include="Verify.Xunit" Version="25.3.2" />
13-
<PackageReference Include="xunit" Version="2.9.0" />
14-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all"/>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
16-
<ProjectReference Include="..\BadCaseAssembliesToProcess\ClassWithOperatorsOptOutButWeavingInstruction\ClassWithOperatorsOptOutButWeavingInstruction.csproj" />
17-
<ProjectReference Include="..\BadCaseAssembliesToProcess\ClassWithoutOperators\ClassWithoutOperators.csproj" />
18-
<ProjectReference Include="..\BadCaseAssembliesToProcess\ClassWithoutWeavingInstruction\ClassWithoutWeavingInstruction.csproj" />
19-
<ProjectReference Include="..\BadCaseAssembliesToProcess\StructWithOperatorsOptOutButWeavingInstruction\StructWithOperatorsOptOutButWeavingInstruction.csproj" />
20-
<ProjectReference Include="..\BadCaseAssembliesToProcess\StructWithoutWeavingInstruction\StructWithoutWeavingInstruction.csproj" />
21-
<ProjectReference Include="..\BadCaseAssembliesToProcess\StructWithoutOperators\StructWithoutOperators.csproj" />
22-
<ProjectReference Include="..\Equals.Fody\Equals.Fody.csproj" />
23-
<ProjectReference Include="..\Equals\Equals.csproj" />
24-
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />
25-
<ProjectReference Include="..\AssemblyToProcessWithoutReference\AssemblyToProcessWithoutReference.csproj" />
26-
</ItemGroup>
27-
</Project>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project Sdk="Microsoft.NET.Sdk">
3+
<PropertyGroup>
4+
<TargetFrameworks>net48;net7.0</TargetFrameworks>
5+
<DisableFody>true</DisableFody>
6+
</PropertyGroup>
7+
<ItemGroup>
8+
<Reference Include="Microsoft.CSharp" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'" />
9+
<PackageReference Include="FodyHelpers" Version="6.8.1" />
10+
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />
11+
<PackageReference Include="System.Threading.AccessControl" Version="8.0.0" />
12+
<PackageReference Include="Verify.Xunit" Version="25.3.2" />
13+
<PackageReference Include="xunit" Version="2.9.2" />
14+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all"/>
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
16+
<ProjectReference Include="..\BadCaseAssembliesToProcess\ClassWithOperatorsOptOutButWeavingInstruction\ClassWithOperatorsOptOutButWeavingInstruction.csproj" />
17+
<ProjectReference Include="..\BadCaseAssembliesToProcess\ClassWithoutOperators\ClassWithoutOperators.csproj" />
18+
<ProjectReference Include="..\BadCaseAssembliesToProcess\ClassWithoutWeavingInstruction\ClassWithoutWeavingInstruction.csproj" />
19+
<ProjectReference Include="..\BadCaseAssembliesToProcess\StructWithOperatorsOptOutButWeavingInstruction\StructWithOperatorsOptOutButWeavingInstruction.csproj" />
20+
<ProjectReference Include="..\BadCaseAssembliesToProcess\StructWithoutWeavingInstruction\StructWithoutWeavingInstruction.csproj" />
21+
<ProjectReference Include="..\BadCaseAssembliesToProcess\StructWithoutOperators\StructWithoutOperators.csproj" />
22+
<ProjectReference Include="..\Equals.Fody\Equals.Fody.csproj" />
23+
<ProjectReference Include="..\Equals\Equals.csproj" />
24+
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />
25+
<ProjectReference Include="..\AssemblyToProcessWithoutReference\AssemblyToProcessWithoutReference.csproj" />
26+
</ItemGroup>
27+
</Project>

0 commit comments

Comments
 (0)