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.
2 parents 74b7859 + 8550ca6 commit 34b54a7Copy full SHA for 34b54a7
Casper.Network.SDK/Casper.Network.SDK.csproj
@@ -17,6 +17,8 @@
17
Casper .NET SDK is a C# SDK to interact with the Casper network.
18
</Description>
19
<RootNamespace>Casper.Network.SDK</RootNamespace>
20
+ <GenerateDocumentationFile>true</GenerateDocumentationFile>
21
+ <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
22
</PropertyGroup>
23
24
<ItemGroup>
@@ -26,5 +28,6 @@
26
28
27
29
<None Include="README_nuget.md" Pack="true" PackagePath="\" />
30
<None Include="..\LICENSE" Pack="true" PackagePath="\" />
31
+ <None Include="bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml" Pack="true" PackagePath="\" />
32
</ItemGroup>
33
</Project>
0 commit comments