summaryrefslogtreecommitdiff
path: root/spec/fixtures/nuget/nested/test.csproj
blob: d46b1ab940fc44453c8635d4b325829270c55b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp3.0</TargetFramework>
    <IsPackable>false</IsPackable>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="xunit" Version="2.4.0" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\example.csproj" />
  </ItemGroup>
</Project>