|
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