Skip to content

Commit

Permalink
fix Doki.Output.Extensions dotnet pack
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVollmers committed May 7, 2024
1 parent 0822e2c commit 75ed57d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/Doki.Output.Extensions/Doki.Output.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,17 @@
</PropertyGroup>

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

<ItemGroup>
<ProjectReference Include="..\Doki.Output.Abstractions\Doki.Output.Abstractions.csproj" />
<ProjectReference Include="..\Doki.Output.Abstractions\Doki.Output.Abstractions.csproj"/>
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\"/>
<None Include="..\..\assets\logo-64x64.png" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>

0 comments on commit 75ed57d

Please sign in to comment.