-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathNLU.DevOps.ModelPerformance.csproj
More file actions
27 lines (24 loc) · 1.26 KB
/
NLU.DevOps.ModelPerformance.csproj
File metadata and controls
27 lines (24 loc) · 1.26 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
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\CodeAnalysis.props" />
<Import Project="..\CodeCoverage.props" />
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConsoleTables" Version="2.4.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="NUnit" Version="3.11.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="2.2.0" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NLU.DevOps.Models\NLU.DevOps.Models.csproj" />
<ProjectReference Include="..\NLU.DevOps.Core\NLU.DevOps.Core.csproj" />
</ItemGroup>
</Project>