Skip to content

Commit

Permalink
<IncludeBuildOutput>false</IncludeBuildOutput>
Browse files Browse the repository at this point in the history
for dotnet pack to ignore dependencies
  • Loading branch information
leandromonaco committed Jan 22, 2025
1 parent 7ae8ae7 commit a78122c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DevEx.Console/DevEx.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DevEx.Core\DevEx.Core.csproj" PrivateAssets="all"/>
<ProjectReference Include="..\DevEx.Plugins\DevEx.Plugins.Vault\DevEx.Plugins.Vault.csproj" PrivateAssets="all"/>
<ProjectReference Include="..\DevEx.Core\DevEx.Core.csproj"/>
<ProjectReference Include="..\DevEx.Plugins\DevEx.Plugins.Vault\DevEx.Plugins.Vault.csproj"/>
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/DevEx.Core/DevEx.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IncludeBuildOutput>false</IncludeBuildOutput>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IncludeBuildOutput>false</IncludeBuildOutput>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a78122c

Please sign in to comment.