Skip to content

Commit

Permalink
minor cleanup of AspNetCore extension (#2854)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsam authored Nov 12, 2024
1 parent d8b5fe9 commit 3cf1f89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 105 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!--Version information-->
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>-preview4</VersionSuffix>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
</PropertyGroup>

<Import Project="..\..\..\build\Extensions.props" />
Expand All @@ -25,8 +25,6 @@

<ItemGroup>
<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>

</Project>

0 comments on commit 3cf1f89

Please sign in to comment.