Skip to content

Commit

Permalink
Merge pull request Azure-Samples#1 from lindydonna/master
Browse files Browse the repository at this point in the history
Update to latest version of Functions NuGet, copy host.json to ouptut
  • Loading branch information
nzthiago authored Jun 27, 2017
2 parents bb9ad6a + b6f1a07 commit 1227d01
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 1227d01

Please sign in to comment.