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 122a2b0 commit 1c86286Copy full SHA for 1c86286
2 files changed
src/Directory.Build.props
@@ -16,6 +16,7 @@
16
<GenerateDocumentationFile>true</GenerateDocumentationFile>
17
<NoWarn>$(NoWarn);1591</NoWarn>
18
<LangVersion>11</LangVersion>
19
+ <PackageReadmeFile>README.md</PackageReadmeFile>
20
</PropertyGroup>
21
22
<ItemGroup>
src/RestSharp/RestSharp.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
4
@@ -54,4 +54,7 @@
54
55
<ProjectReference Include="$(RepoRoot)\gen\SourceGenerator\SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
56
</ItemGroup>
57
+ <ItemGroup>
58
+ <None Include="..\..\README.md" Pack="true" PackagePath="\" />
59
+ </ItemGroup>
60
</Project>
0 commit comments