-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Verify.Xunit from 25.3.0 to 25.3.2 (#589)
Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 25.3.0 to 25.3.2. - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](VerifyTests/Verify@25.3.0...25.3.2) --- updated-dependencies: - dependency-name: Verify.Xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9787f06
commit 80185b0
Showing
1 changed file
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>net48;net7.0</TargetFrameworks> | ||
<DisableFody>true</DisableFody> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="Microsoft.CSharp" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'" /> | ||
<PackageReference Include="FodyHelpers" Version="6.8.1" /> | ||
<PackageReference Include="System.Security.Permissions" Version="8.0.0" /> | ||
<PackageReference Include="System.Threading.AccessControl" Version="8.0.0" /> | ||
<PackageReference Include="Verify.Xunit" Version="25.3.0" /> | ||
<PackageReference Include="xunit" Version="2.9.0" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all"/> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> | ||
<ProjectReference Include="..\BadCaseAssembliesToProcess\ClassWithOperatorsOptOutButWeavingInstruction\ClassWithOperatorsOptOutButWeavingInstruction.csproj" /> | ||
<ProjectReference Include="..\BadCaseAssembliesToProcess\ClassWithoutOperators\ClassWithoutOperators.csproj" /> | ||
<ProjectReference Include="..\BadCaseAssembliesToProcess\ClassWithoutWeavingInstruction\ClassWithoutWeavingInstruction.csproj" /> | ||
<ProjectReference Include="..\BadCaseAssembliesToProcess\StructWithOperatorsOptOutButWeavingInstruction\StructWithOperatorsOptOutButWeavingInstruction.csproj" /> | ||
<ProjectReference Include="..\BadCaseAssembliesToProcess\StructWithoutWeavingInstruction\StructWithoutWeavingInstruction.csproj" /> | ||
<ProjectReference Include="..\BadCaseAssembliesToProcess\StructWithoutOperators\StructWithoutOperators.csproj" /> | ||
<ProjectReference Include="..\Equals.Fody\Equals.Fody.csproj" /> | ||
<ProjectReference Include="..\Equals\Equals.csproj" /> | ||
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" /> | ||
<ProjectReference Include="..\AssemblyToProcessWithoutReference\AssemblyToProcessWithoutReference.csproj" /> | ||
</ItemGroup> | ||
</Project> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>net48;net7.0</TargetFrameworks> | ||
<DisableFody>true</DisableFody> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="Microsoft.CSharp" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'" /> | ||
<PackageReference Include="FodyHelpers" Version="6.8.1" /> | ||
<PackageReference Include="System.Security.Permissions" Version="8.0.0" /> | ||
<PackageReference Include="System.Threading.AccessControl" Version="8.0.0" /> | ||
<PackageReference Include="Verify.Xunit" Version="25.3.2" /> | ||
<PackageReference Include="xunit" Version="2.9.0" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all"/> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> | ||
<ProjectReference Include="..\BadCaseAssembliesToProcess\ClassWithOperatorsOptOutButWeavingInstruction\ClassWithOperatorsOptOutButWeavingInstruction.csproj" /> | ||
<ProjectReference Include="..\BadCaseAssembliesToProcess\ClassWithoutOperators\ClassWithoutOperators.csproj" /> | ||
<ProjectReference Include="..\BadCaseAssembliesToProcess\ClassWithoutWeavingInstruction\ClassWithoutWeavingInstruction.csproj" /> | ||
<ProjectReference Include="..\BadCaseAssembliesToProcess\StructWithOperatorsOptOutButWeavingInstruction\StructWithOperatorsOptOutButWeavingInstruction.csproj" /> | ||
<ProjectReference Include="..\BadCaseAssembliesToProcess\StructWithoutWeavingInstruction\StructWithoutWeavingInstruction.csproj" /> | ||
<ProjectReference Include="..\BadCaseAssembliesToProcess\StructWithoutOperators\StructWithoutOperators.csproj" /> | ||
<ProjectReference Include="..\Equals.Fody\Equals.Fody.csproj" /> | ||
<ProjectReference Include="..\Equals\Equals.csproj" /> | ||
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" /> | ||
<ProjectReference Include="..\AssemblyToProcessWithoutReference\AssemblyToProcessWithoutReference.csproj" /> | ||
</ItemGroup> | ||
</Project> |