-
Notifications
You must be signed in to change notification settings - Fork 10
/
specs.props
28 lines (25 loc) · 1.2 KB
/
specs.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
<Project>
<Import Project="versions.props"/>
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<IsTestProject>true</IsTestProject>
<NoWarn>IDE1006;IDE0044;IDE0051;IDE0052;CA2211;CS0612;CS0169;CS8981;RCS1169;RCS1018;RCS1213</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coverlet.collector"/>
<PackageReference Include="Machine.Specifications"/>
<PackageReference Include="Machine.Specifications.Should"/>
<PackageReference Include="FluentAssertions"/>
<PackageReference Include="moq"/>
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
<PackageReference Include="Machine.Specifications.Runner.VisualStudio"/>
<PackageReference Include="Microsoft.Extensions.Logging"/>
<PackageReference Include="System.Net.Http"/>
<PackageReference Include="System.Text.Json"/>
<PackageReference Include="System.Text.RegularExpressions"/>
<PackageReference Include="Grpc.Core.Testing"/>
</ItemGroup>
<PropertyGroup>
<ContractsRootPath>$(NuGetPackageRoot)dolittle.contracts/$(ContractsVersion)/protos/</ContractsRootPath>
</PropertyGroup>
</Project>