From f2deff99a7f4863e1ca08e0fb838852b290246b5 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sun, 17 Dec 2017 23:44:02 -0500 Subject: [PATCH] target net47 for functions project --- util/Function/Function.csproj | 2 +- util/Function/local.settings.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/util/Function/Function.csproj b/util/Function/Function.csproj index fae94341aa..14709d2004 100644 --- a/util/Function/Function.csproj +++ b/util/Function/Function.csproj @@ -1,6 +1,6 @@  - net461 + net47 Bit.Function diff --git a/util/Function/local.settings.json b/util/Function/local.settings.json index 8f901f1169..55c78a63f7 100644 --- a/util/Function/local.settings.json +++ b/util/Function/local.settings.json @@ -1,7 +1,7 @@ { "IsEncrypted": false, "Values": { - "AzureWebJobsStorage": "", - "AzureWebJobsDashboard": "" + "AzureWebJobsStorage": "SECRET", + "AzureWebJobsDashboard": "SECRET" } } \ No newline at end of file