summary refs log tree commit diff
path: root/pkgs/test/dotnet/project-references/application/Application.csproj
blob: 6507637a5535cabc47304eb39747bc0c69cad8e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<Project Sdk="Microsoft.NET.Sdk">
    <PropertyGroup>
        <OutputType>exe</OutputType>
    </PropertyGroup>

    <ItemGroup>
        <ProjectReference Include="../library/Library.csproj" />
        <PackageReference Include="ProjectReferencesTest.Library" Version="*" Condition=" '$(ContinuousIntegrationBuild)'=='true' " />
    </ItemGroup>
</Project>