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 870b0a6 commit 6cce8fcCopy full SHA for 6cce8fc
src/Function.SDK.CSharp.SourceGenerator/Function.SDK.CSharp.SourceGenerator.csproj
@@ -29,6 +29,10 @@
29
<PackageReference Include="YamlDotNet.System.Text.Json" Version="1.6.6" PrivateAssets="all" />
30
</ItemGroup>
31
32
+ <ItemGroup>
33
+ <None Include="..\..\README.md" Pack="true" PackagePath="\" />
34
+ </ItemGroup>
35
+
36
<ItemGroup>
37
<!-- Generator dependencies -->
38
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
0 commit comments