Skip to content

Commit 8ab66bf

Browse files
authored
Remove the Prerelease flag from Azure Functions In Process docs (#7745)
* Remove the Prerelease flag from Azure Functions In Process docs * Package to latest major with wildcard
1 parent fc9bf95 commit 8ab66bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Snippets/ASBFunctions/ASBFunctions_6/ASBFunctions_6.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.*" />
10-
<PackageReference Include="NServiceBus.AzureFunctions.InProcess.ServiceBus" Version="6.0.0-beta.1" />
10+
<PackageReference Include="NServiceBus.AzureFunctions.InProcess.ServiceBus" Version="6.*" />
1111
</ItemGroup>
1212

13-
</Project>
13+
</Project>

Snippets/ASBFunctions/ASBFunctions_6/prerelease.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)