Skip to content

Commit

Permalink
Move example package version into Directory.Packages.props
Browse files Browse the repository at this point in the history
  • Loading branch information
degory committed Apr 2, 2024
1 parent 86bb85d commit c3adc62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/ghul-classlib/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project>
<ItemGroup>
<PackageVersion Include="ghul.runtime" Version="1.3.3" />
<PackageVersion Include="example.classlib" Version="0.0.1-alpha.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion tests/ghul-classlib/tests.ghulproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="example.classlib" Version="0.0.1-alpha.1" />
<PackageReference Include="example.classlib" />
</ItemGroup>
</Project>

0 comments on commit c3adc62

Please sign in to comment.