Skip to content

Commit

Permalink
moving aspnet to preview4 (#2808)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsam authored and fabiocav committed Nov 13, 2024
1 parent eb34277 commit edfad24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!--Version information-->
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>-preview3</VersionSuffix>
<VersionSuffix>-preview4</VersionSuffix>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

Expand All @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0-preview3" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0-preview4" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
</ItemGroup>
Expand Down

0 comments on commit edfad24

Please sign in to comment.