Skip to content

Commit

Permalink
GenerateRuntimeConfigurationFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
maisiesadler committed May 2, 2021
1 parent e02417b commit 0a9d7a6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/DepTree.Console/DepTree.Console.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<ProjectReference Include="..\DepTree\DepTree.csproj" />
<ProjectReference Include="..\DepTree.Diagrams\DepTree.Diagrams.csproj" />
<ItemGroup>
<ProjectReference Include="..\DepTree\DepTree.csproj" />
<ProjectReference Include="..\DepTree.Diagrams\DepTree.Diagrams.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
</ItemGroup>

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
</PropertyGroup>

</Project>

0 comments on commit 0a9d7a6

Please sign in to comment.