Skip to content

Commit

Permalink
Feature/minor changes before prerelease (#2)
Browse files Browse the repository at this point in the history
* Updated nuget packages to latest version

* Added gitignore for azure funciton publish service dependencies

* Added new line at end of gitignore file to resolve github warnings
  • Loading branch information
NoExitTV authored Nov 30, 2020
1 parent bfed566 commit 48ad820
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,9 @@ paket-files/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
*.pyc

# Service dependencies folder (from doing Publish to Azure in VS)
Properties/serviceDependencies.json
Properties/serviceDependencies.*.json
Properties/ServiceDependencies/*
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AzureFunctionsVersion>v3</AzureFunctionsVersion>
<UserSecretsId>f63c796f-10c2-4bd8-b050-fb3b35c35b7f</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.3" />
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.10" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.11" />
<PackageReference Include="Serilog" Version="2.10.0" />
Expand Down

0 comments on commit 48ad820

Please sign in to comment.