Skip to content

Commit

Permalink
Updating Hast.Vitis package references
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jul 25, 2023
1 parent 635cb43 commit ed16789
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NuGetTest/Hast.NuGet.Console/Hast.NuGet.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Hast.Algorithms" Version="0.0.1-alpha.6.hast-175" />
<PackageReference Include="Hast.Layer" Version="0.0.1-alpha.6.hast-175" />
<PackageReference Include="Hast.Vitis.HardwareFramework" Version="0.0.1-alpha.0.hast-175" />
<PackageReference Include="Hast.Vitis.HardwareFramework" Version="1.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
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 @@ -35,7 +35,7 @@
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Hast.Vitis.HardwareFramework" Version="0.0.1-alpha.0.hast-175" />
<PackageReference Include="Hast.Vitis.HardwareFramework" Version="1.2.0" />
<PackageReference Include="Lombiq.HelpfulLibraries.RestEase" Version="5.1.2" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Hast.Vitis.HardwareFramework" Version="0.0.1-alpha.0.hast-175" />
<PackageReference Include="Hast.Vitis.HardwareFramework" Version="1.2.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
</ItemGroup>
</Project>

0 comments on commit ed16789

Please sign in to comment.