-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTests.csproj
18 lines (18 loc) · 914 Bytes
/
Tests.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="FodyHelpers" Version="6.8.1" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="Verify.Xunit" Version="25.3.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<ProjectReference Include="..\ExtraConstraints.Fody\ExtraConstraints.Fody.csproj" />
<ProjectReference Include="..\ExtraConstraints\ExtraConstraints.csproj" />
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />
</ItemGroup>
</Project>