Skip to content

Commit

Permalink
Fix transitivity of referenced dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Sep 21, 2020
1 parent fd47c5a commit 94db888
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ThisAssembly/ThisAssembly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="../ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj" />
<ProjectReference Include="../ThisAssembly.Metadata/ThisAssembly.Metadata.csproj" />
<ProjectReference Include="../ThisAssembly.Project/ThisAssembly.Project.csproj" />
<ProjectReference Include="../ThisAssembly.Strings/ThisAssembly.Strings.csproj" />
<ProjectReference Include="../ThisAssembly.AssemblyInfo/ThisAssembly.AssemblyInfo.csproj" PrivateAssets="none" />
<ProjectReference Include="../ThisAssembly.Metadata/ThisAssembly.Metadata.csproj" PrivateAssets="none" />
<ProjectReference Include="../ThisAssembly.Project/ThisAssembly.Project.csproj" PrivateAssets="none" />
<ProjectReference Include="../ThisAssembly.Strings/ThisAssembly.Strings.csproj" PrivateAssets="none" />
</ItemGroup>

</Project>

0 comments on commit 94db888

Please sign in to comment.