about summary refs log tree commit diff
path: root/pkgs/test/dotnet/project-references/application/Application.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/test/dotnet/project-references/application/Application.csproj')
-rw-r--r--pkgs/test/dotnet/project-references/application/Application.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/test/dotnet/project-references/application/Application.csproj b/pkgs/test/dotnet/project-references/application/Application.csproj
new file mode 100644
index 0000000000000..6507637a5535c
--- /dev/null
+++ b/pkgs/test/dotnet/project-references/application/Application.csproj
@@ -0,0 +1,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>