1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

target net47 for functions project

This commit is contained in:
Kyle Spearrin 2017-12-17 23:44:02 -05:00
parent c96d810b0b
commit f2deff99a7
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<TargetFramework>net47</TargetFramework>
<RootNamespace>Bit.Function</RootNamespace>
</PropertyGroup>
<ItemGroup>

View File

@ -1,7 +1,7 @@
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "",
"AzureWebJobsDashboard": ""
"AzureWebJobsStorage": "SECRET",
"AzureWebJobsDashboard": "SECRET"
}
}