Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
moved Agents ang Git interfaces
  • Loading branch information
arturcic committed Mar 27, 2023
commit 2adb521086851138e406ad1d9c888f75a078c0ee
4 changes: 4 additions & 0 deletions src/GitVersion.Abstractions/GitVersion.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
<Product>$(AssemblyName)</Product>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
</ItemGroup>

</Project>
12 changes: 6 additions & 6 deletions src/GitVersion.Output/GitVersion.Output.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\GitVersion.Core\GitVersion.Core.csproj"/>
<ProjectReference Include="..\GitVersion.Core\GitVersion.Core.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Remove="*\AddFormats\**\*.*"/>
<Compile Remove="*\Templates\**\*.*"/>
<EmbeddedResource Include="*\AddFormats\**\*.*"/>
<EmbeddedResource Include="*\Templates\**\*.*"/>
<Compile Remove="*\AddFormats\**\*.*" />
<Compile Remove="*\Templates\**\*.*" />
<EmbeddedResource Include="*\AddFormats\**\*.*" />
<EmbeddedResource Include="*\Templates\**\*.*" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="GitVersion.Output.Tests"/>
<InternalsVisibleTo Include="GitVersion.Output.Tests" />
</ItemGroup>
</Project>