1
0
mirror of synced 2025-02-01 04:43:07 +01:00

Fixed dependency on prerelease Annotations package

This commit is contained in:
Mark van Renswoude 2025-01-27 11:05:14 +01:00
parent c0674fcadc
commit 571f5f37a4
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="Tapeti.Annotations" Version="3.*-*" />
<PackageReference Include="Tapeti.Annotations" Version="3.*" />
</ItemGroup>
</Project>

View File

@ -36,6 +36,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>