feat: finish porting azure function to .NET 5

This commit is contained in:
2021-07-22 10:42:01 -04:00
parent da7f2f2709
commit dcb0d8ccc2
15 changed files with 159 additions and 155 deletions

View File

@@ -6,8 +6,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Habittodo.Data\Habittodo.Data.csproj" />
<ProjectReference Include="..\Habittodo.Model\Habittodo.Model.csproj" />
<ProjectReference Include="..\Habittodo.Service\Habittodo.Service.csproj" />
</ItemGroup>
@@ -16,4 +14,10 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<None Update="secrets.json.sample">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>