From 48ad8207a0c37a9e93413bb37a795a57c72d5eee Mon Sep 17 00:00:00 2001 From: Fredrik Pettersson Date: Mon, 30 Nov 2020 22:13:23 +0100 Subject: [PATCH] Feature/minor changes before prerelease (#2) * 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 --- .../Aha.Dns.Statistics.CloudFunctions/.gitignore | 7 ++++++- .../Aha.Dns.Statistics.CloudFunctions.csproj | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/Aha.Dns.Statistics/Aha.Dns.Statistics.CloudFunctions/.gitignore b/src/Aha.Dns.Statistics/Aha.Dns.Statistics.CloudFunctions/.gitignore index ff5b00c..8a6a9d9 100644 --- a/src/Aha.Dns.Statistics/Aha.Dns.Statistics.CloudFunctions/.gitignore +++ b/src/Aha.Dns.Statistics/Aha.Dns.Statistics.CloudFunctions/.gitignore @@ -261,4 +261,9 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc + +# Service dependencies folder (from doing Publish to Azure in VS) +Properties/serviceDependencies.json +Properties/serviceDependencies.*.json +Properties/ServiceDependencies/* diff --git a/src/Aha.Dns.Statistics/Aha.Dns.Statistics.CloudFunctions/Aha.Dns.Statistics.CloudFunctions.csproj b/src/Aha.Dns.Statistics/Aha.Dns.Statistics.CloudFunctions/Aha.Dns.Statistics.CloudFunctions.csproj index 4f56dd5..b5cdbcf 100644 --- a/src/Aha.Dns.Statistics/Aha.Dns.Statistics.CloudFunctions/Aha.Dns.Statistics.CloudFunctions.csproj +++ b/src/Aha.Dns.Statistics/Aha.Dns.Statistics.CloudFunctions/Aha.Dns.Statistics.CloudFunctions.csproj @@ -2,9 +2,11 @@ netcoreapp3.1 v3 + f63c796f-10c2-4bd8-b050-fb3b35c35b7f +