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:
parent
c96d810b0b
commit
f2deff99a7
@ -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>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"IsEncrypted": false,
|
"IsEncrypted": false,
|
||||||
"Values": {
|
"Values": {
|
||||||
"AzureWebJobsStorage": "",
|
"AzureWebJobsStorage": "SECRET",
|
||||||
"AzureWebJobsDashboard": ""
|
"AzureWebJobsDashboard": "SECRET"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user