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:
parent
c96d810b0b
commit
f2deff99a7
@ -1,6 +1,6 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net461</TargetFramework>
|
||||
<TargetFramework>net47</TargetFramework>
|
||||
<RootNamespace>Bit.Function</RootNamespace>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"IsEncrypted": false,
|
||||
"Values": {
|
||||
"AzureWebJobsStorage": "",
|
||||
"AzureWebJobsDashboard": ""
|
||||
"AzureWebJobsStorage": "SECRET",
|
||||
"AzureWebJobsDashboard": "SECRET"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user