Skip to content

Commit f9399d1

Browse files
committedJan 27, 2025·
Merge branch 'release/3.2.1'
2 parents 870d89e + 571f5f3 commit f9399d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Examples/Messaging.TapetiExample/Messaging.TapetiExample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
9-
<PackageReference Include="Tapeti.Annotations" Version="3.*-*" />
9+
<PackageReference Include="Tapeti.Annotations" Version="3.*" />
1010
</ItemGroup>
1111

1212
</Project>

‎Tapeti.Flow/Tapeti.Flow.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636

3737
<ItemGroup>
3838
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
39-
<PackageReference Include="Tapeti.Annotations" Version="3.*-*" />
39+
<PackageReference Include="Tapeti.Annotations" Version="3.*" />
4040
</ItemGroup>
4141
</Project>

0 commit comments

Comments
 (0)
Please sign in to comment.