Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-scales committed Jan 24, 2024
1 parent 782b88f commit 27eb83f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions FU.API/FU.Functions/FU.Functions.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.20.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.0-preview1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.13" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.1" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion FU.API/FU.Functions/Function1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ namespace FU.Functions;
using Microsoft.Extensions.Configuration;
using Microsoft.EntityFrameworkCore;
using FU.API.Data;
using Microsoft.Azure.Functions.Worker;

public static class Function1
{
Expand Down

0 comments on commit 27eb83f

Please sign in to comment.