Skip to content

Commit

Permalink
Update to latest version of Functions NuGet, copy host.json to ouptut
Browse files Browse the repository at this point in the history
  • Loading branch information
lindydonna committed Jun 26, 2017
1 parent bb9ad6a commit b6f1a07
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@
<PackageReference Include="System.Net.Http" Version="4.3.1" />
<PackageReference Include="System.Spatial" version="5.6.4" />
<PackageReference Include="WindowsAzure.Storage" version="7.2.1" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" version="1.0.0-alpha2" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" version="1.0.0-alpha6" />
</ItemGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>

<ItemGroup>
<None Update="host.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="local.settings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit b6f1a07

Please sign in to comment.