-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathCorvus.Testing.AzureFunctions.SpecFlow.csproj
More file actions
32 lines (28 loc) · 1.28 KB
/
Copy pathCorvus.Testing.AzureFunctions.SpecFlow.csproj
File metadata and controls
32 lines (28 loc) · 1.28 KB
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
31
32
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(EndjinProjectPropsPath)" Condition="$(EndjinProjectPropsPath) != ''" />
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Copyright>Copyright (c) Endjin Limited 2022. All rights reserved.</Copyright>
</PropertyGroup>
<PropertyGroup>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageDescription></PackageDescription>
<PackageTags></PackageTags>
<PackageReleaseNotes></PackageReleaseNotes>
<RootNamespace />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Endjin.RecommendedPractices.GitHub" Version="2.1.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SpecFlow" Version="3.9.74" />
<PackageReference Include="NUnit" Version="4.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Corvus.Testing.AzureFunctions\Corvus.Testing.AzureFunctions.csproj" />
<ProjectReference Include="..\Corvus.Testing.SpecFlow\Corvus.Testing.SpecFlow.csproj" />
</ItemGroup>
</Project>