-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDirectory.Build.props
30 lines (24 loc) · 1.39 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<ItemGroup>
<PackageReference Include="Reqnroll" Version="2.2.1" />
<PackageReference Include="Reqnroll.Tools.MsBuild.Generation" Version="2.2.1" />
<PackageReference Include="Reqnroll.xUnit" Version="2.2.1" />
</ItemGroup>
<!--<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
<PackageReference Include="Alba" Version="7.4.1" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
<PackageReference Include="Alba" Version="7.4.1" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.14" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="Alba" Version="6.1.0" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.25" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net47' OR '$(TargetFramework)' == 'net471' OR '$(TargetFramework)' == 'net472' OR '$(TargetFramework)' == 'net48' OR '$(TargetFramework)' == 'net481' ">
<PackageReference Include="Alba" Version="3.0.0" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.2.0" />
</ItemGroup>-->
</Project>