-
Notifications
You must be signed in to change notification settings - Fork 550
Expand file tree
/
Copy pathMicrosoft.CommonDataModel.ObjectModel.Tests.csproj
More file actions
30 lines (26 loc) · 1.54 KB
/
Microsoft.CommonDataModel.ObjectModel.Tests.csproj
File metadata and controls
30 lines (26 loc) · 1.54 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<Company>Microsoft Corporation</Company>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit.ConsoleRunner" Version="3.10.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Include="Snapper.Nunit" Version="2.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Microsoft.CommonDataModel.ObjectModel.Adapter.Adls\Microsoft.CommonDataModel.ObjectModel.Adapter.Adls.csproj" />
<ProjectReference Include="..\Microsoft.CommonDataModel.ObjectModel.Adapter.Syms\Microsoft.CommonDataModel.ObjectModel.Adapter.Syms.csproj" />
<ProjectReference Include="..\Microsoft.CommonDataModel.ObjectModel.Telemetry\Microsoft.CommonDataModel.ObjectModel.Telemetry.csproj" />
<ProjectReference Include="..\Microsoft.CommonDataModel.ObjectModel\Microsoft.CommonDataModel.ObjectModel.csproj" />
</ItemGroup>
</Project>