-
Notifications
You must be signed in to change notification settings - Fork 746
Expand file tree
/
Copy pathNuGet.CommandLine.Xplat.Tests.csproj
More file actions
27 lines (24 loc) · 1.33 KB
/
NuGet.CommandLine.Xplat.Tests.csproj
File metadata and controls
27 lines (24 loc) · 1.33 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">
<PropertyGroup>
<TargetFramework>$(LatestNETCoreTargetFramework)</TargetFramework>
<Description>Unit tests for NuGet.CommandLine.XPlat.</Description>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\TestUtilities\Test.Utility\Test.Utility.csproj" />
<ProjectReference Include="..\..\..\src\NuGet.Core\NuGet.CommandLine.XPlat\NuGet.CommandLine.XPlat.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Build" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Framework" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Locator" />
<PackageReference Include="Spectre.Console.Testing" />
<PackageReference Include="System.CommandLine" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="compiler\resources\DNW.Test.SampleProject1.project.assets.json" />
<EmbeddedResource Include="compiler\resources\Test.SampleProject2.project.assets.json" />
<EmbeddedResource Include="compiler\resources\Test.TwoDifferentVersions.project.assets.json" />
<EmbeddedResource Include="compiler\resources\Test.MultiTfmMultiRidProject.project.assets.json" />
<EmbeddedResource Include="compiler\resources\Test.NoPackageRidSpecificPackageProject.project.assets.json" />
</ItemGroup>
</Project>