We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e28e4 commit c9250afCopy full SHA for c9250af
extensions/Worker.Extensions.Http.AspNetCore/src/Worker.Extensions.Http.AspNetCore.csproj
@@ -7,7 +7,7 @@
7
8
<!--Version information-->
9
<VersionPrefix>2.0.0</VersionPrefix>
10
- <VersionSuffix>-preview3</VersionSuffix>
+ <VersionSuffix>-preview4</VersionSuffix>
11
<TargetFramework>net6.0</TargetFramework>
12
</PropertyGroup>
13
@@ -24,7 +24,7 @@
24
</ItemGroup>
25
26
<ItemGroup>
27
- <PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0-preview3" />
+ <PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0-preview4" />
28
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
29
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
30
0 commit comments