Skip to content

Commit

Permalink
Update HL nuget.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Oct 18, 2023
1 parent 4cdd475 commit 87b31aa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/Hastlayer/Hast.Common/Hast.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageTags>Lombiq;Hastlayer;FPGA;HardwareAcceleration;Performance</PackageTags>
<PackageProjectUrl>https://github.com/Lombiq/Hastlayer-SDK/tree/dev/src/Hastlayer/Hast.Common</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CliWrap" Version="3.2.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
Expand All @@ -19,6 +19,6 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries.Common" Version="5.1.2" />
<PackageReference Include="Lombiq.HelpfulLibraries.Common" Version="8.0.2" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions src/Hastlayer/Hast.VhdlBuilder/Hast.VhdlBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
<PackageTags>Lombiq;Hastlayer;FPGA;HardwareAcceleration;Performance;VHDL;AST</PackageTags>
<PackageProjectUrl>https://github.com/Lombiq/Hastlayer-SDK/tree/dev/src/Hastlayer/Hast.VhdlBuilder</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' != 'true'">
<ProjectReference Include="..\..\Libraries\External\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.Common\Lombiq.HelpfulLibraries.Common.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries.Common" Version="5.1.2" />
<PackageReference Include="Lombiq.HelpfulLibraries.Common" Version="8.0.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Hastlayer/Hast.Vitis/Hast.Vitis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Hast.Vitis.HardwareFramework" Version="1.2.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.RestEase" Version="5.1.2" />
<PackageReference Include="Lombiq.HelpfulLibraries.RestEase" Version="8.0.2" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup Condition="$(SolutionName) == 'Hastlayer.SDK.NuGet'">
<PackageReference Include="Lombiq.HelpfulLibraries.Common" Version="5.1.2" />
<PackageReference Include="Lombiq.HelpfulLibraries.Common" Version="8.0.2" />
</ItemGroup>

</Project>

0 comments on commit 87b31aa

Please sign in to comment.