Skip to content

Commit 7b818ea

Browse files
🔧 🐛 fix CLI not targetting correct versions (#408)
1 parent d1c45b6 commit 7b818ea

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/Mindee.Cli/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Project>
2+
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))"/>
23
<PropertyGroup>
34
<Description>A CLI to use the Mindee client.</Description>
45
</PropertyGroup>

src/Mindee.Cli/Mindee.Cli.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.6"/>
4141
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.6"/>
4242
</ItemGroup>
43-
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))"/>
44-
4543
<ItemGroup>
4644
<None Include="..\..\LICENSE" Pack="true" PackagePath=""/>
4745
<None Include="..\..\Logo.png" Pack="true" Visible="false" PackagePath=""/>

0 commit comments

Comments
 (0)