We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec7456 commit 418b3b9Copy full SHA for 418b3b9
sdk/Sdk/Sdk.csproj
@@ -4,6 +4,8 @@
4
<PropertyGroup>
5
<TargetFramework>netstandard2.0</TargetFramework>
6
<LangVersion>preview</LangVersion>
7
+ <PackageId>Microsoft.Azure.Functions.Worker.Sdk</PackageId>
8
+ <Description>This package provides development time support for the Azure Functions .NET Worker.</Description>
9
<AssemblyName>Microsoft.Azure.Functions.Worker.Sdk</AssemblyName>
10
<RootNamespace>Microsoft.Azure.Functions.Worker.Sdk</RootNamespace>
11
<SignAssembly>true</SignAssembly>
0 commit comments