Skip to content

Commit 132f773

Browse files
committed
Add wildcard compatible with prerelease
1 parent 5438cae commit 132f773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NServiceBus10.2/NServiceBus10.2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="NServiceBus" Version="10.2.0-alpha.1" />
15+
<PackageReference Include="NServiceBus" Version="10.2.*-*" />
1616
<PackageReference Include="NServiceBus.Newtonsoft.Json" Version="5.*" />
1717
</ItemGroup>
1818

0 commit comments

Comments
 (0)