-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathTests.csproj
More file actions
20 lines (20 loc) · 1.08 KB
/
Tests.csproj
File metadata and controls
20 lines (20 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net8.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
<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="xunit" Version="2.9.0" />
<PackageReference Include="Verify.Xunit" Version="25.3.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />
<ProjectReference Include="..\AssemblyWithHandlerInReference\AssemblyWithHandlerInReference.csproj" />
<ProjectReference Include="..\AsyncErrorHandler.Fody\AsyncErrorHandler.Fody.csproj" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
</Project>