Skip to content

Commit

Permalink
Update pyRevitLabs.PyRevit.csproj
Browse files Browse the repository at this point in the history
trying to fix
  • Loading branch information
jmcouffin committed Jan 24, 2024
1 parent 5e81ddd commit 8ab49f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Expression.Blend.Sdk" Version="1.0.2" />
<PackageReference Include="LibGit2Sharp" Version="0.29.0" />
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
<PackageReference Include="MadMilkman.Ini" Version="1.0.6" />
<PackageReference Include="Nett" Version="0.15.0" />
<Reference Include="PresentationCore" />
Expand All @@ -26,4 +26,4 @@
<Target Name="DeployDependencies" AfterTargets="Deploy">
<Copy SourceFiles="$(OutputPath)\Nett.dll" DestinationFolder="$(PyRevitBinDir)" />
</Target>
</Project>
</Project>

0 comments on commit 8ab49f7

Please sign in to comment.