Skip to content

Commit

Permalink
Updating package references in the NuGet solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Oct 2, 2023
1 parent 569cff1 commit dbee349
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NuGetTest/Hast.NuGet.Console/Hast.NuGet.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hast.Algorithms" Version="2.1.1-alpha.2.hast-325" />
<PackageReference Include="Hast.Layer" Version="2.1.1-alpha.2.hast-325" />
<PackageReference Include="Hast.Algorithms" Version="2.1.1" />
<PackageReference Include="Hast.Layer" Version="2.1.1" />
<PackageReference Include="Hast.Vitis.HardwareFramework" Version="1.2.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</ItemGroup>

<ItemGroup Condition="$(SolutionName) == 'Hastlayer.SDK.NuGet'">
<PackageReference Include="Hast.Algorithms" Version="2.1.1-alpha.2.hast-325" />
<PackageReference Include="Hast.Layer" Version="2.1.1-alpha.2.hast-325" />
<PackageReference Include="Hast.Algorithms" Version="2.1.1" />
<PackageReference Include="Hast.Layer" Version="2.1.1" />
<PackageReference Include="Lombiq.Arithmetics" Version="0.0.1-alpha.3.hast-175" />
</ItemGroup>

Expand Down

0 comments on commit dbee349

Please sign in to comment.