|  | <Project Sdk="Microsoft.NET.Sdk"> | 
|  |  | 
|  | <PropertyGroup> | 
|  | <TargetFramework>netcoreapp3.1</TargetFramework> | 
|  |  | 
|  | <IsPackable>false</IsPackable> | 
|  |  | 
|  | <Platforms>AnyCPU;x64</Platforms> | 
|  | </PropertyGroup> | 
|  |  | 
|  | <ItemGroup> | 
|  | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" /> | 
|  | <PackageReference Include="xunit" Version="2.4.1" /> | 
|  | <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3"> | 
|  | <PrivateAssets>all</PrivateAssets> | 
|  | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | 
|  | </PackageReference> | 
|  | <PackageReference Include="coverlet.collector" Version="1.2.0" /> | 
|  | </ItemGroup> | 
|  |  | 
|  | <ItemGroup> | 
|  | <ProjectReference Include="..\NetCore.Session\NetCore.Session.csproj" /> | 
|  | <ProjectReference Include="..\NetCore\NetCore.csproj" /> | 
|  | </ItemGroup> | 
|  |  | 
|  | </Project> |