1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-26 12:55:17 +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"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net461</TargetFramework> <TargetFramework>net47</TargetFramework>
<RootNamespace>Bit.Function</RootNamespace> <RootNamespace>Bit.Function</RootNamespace>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

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