We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7a851 commit ce30f56Copy full SHA for ce30f56
FunctionApp/FunctionApp.csproj
@@ -5,6 +5,8 @@
5
<AssemblyName>Plumsail.DataSource.FunctionApp</AssemblyName>
6
<RootNamespace>Plumsail.DataSource</RootNamespace>
7
<OutputType>Exe</OutputType>
8
+ <ImplicitUsings>enable</ImplicitUsings>
9
+ <Nullable>enable</Nullable>
10
</PropertyGroup>
11
<ItemGroup>
12
<PackageReference Include="Azure.Identity" Version="1.13.1" />
0 commit comments