1
0
mirror of synced 2024-11-14 22:33:50 +00:00

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

View File

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