1
0
mirror of synced 2025-02-05 14:37:08 +01:00

Merge branch 'release/3.2.1'

This commit is contained in:
Mark van Renswoude 2025-01-27 11:05:26 +01:00
commit f9399d1d81
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>