Skip to content

Commit ce30f56

Browse files
author
Dmitry Kozlov
committed
updated project settings
1 parent 1d7a851 commit ce30f56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FunctionApp/FunctionApp.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<AssemblyName>Plumsail.DataSource.FunctionApp</AssemblyName>
66
<RootNamespace>Plumsail.DataSource</RootNamespace>
77
<OutputType>Exe</OutputType>
8+
<ImplicitUsings>enable</ImplicitUsings>
9+
<Nullable>enable</Nullable>
810
</PropertyGroup>
911
<ItemGroup>
1012
<PackageReference Include="Azure.Identity" Version="1.13.1" />

0 commit comments

Comments
 (0)