Fixed Tapeti.Annotations reference to stable version

This commit is contained in:
Mark van Renswoude 2024-03-13 14:06:18 +01:00
parent 6985efb6f9
commit b6bff2a2b8
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Tapeti.Annotations" Version="3.*-*" />
<PackageReference Include="Tapeti.Annotations" Version="3.*" />
</ItemGroup>
</Project>