Skip to content

Commit 1e0e8fa

Browse files
Janaka AbeywardhanaJanaka Abeywardhana
authored andcommitted
Fix: test project missing lib ref in csproj file
1 parent c80dd09 commit 1e0e8fa

File tree

1 file changed

+3
-0
lines changed
  • test/integrationTests/testAssets/slnWithCsproj/src/app

1 file changed

+3
-0
lines changed

test/integrationTests/testAssets/slnWithCsproj/src/app/app.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<ItemGroup>
3+
<ProjectReference Include="..\lib\lib.csproj" />
4+
</ItemGroup>
25
<PropertyGroup>
36
<OutputType>Exe</OutputType>
47
<TargetFramework>netcoreapp2.0</TargetFramework>

0 commit comments

Comments
 (0)