Skip to content

Commit c296a73

Browse files
committed
cloudevents#290 add in repo readme as readme for base
Signed-off-by: James Thompson <[email protected]>
1 parent 684698c commit c296a73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/CloudNative.CloudEvents/CloudNative.CloudEvents.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<LangVersion>latest</LangVersion>
77
<Nullable>enable</Nullable>
88
<PackageTags>cloudnative;cloudevents;events</PackageTags>
9+
<PackageReadmeFile>README.md</PackageReadmeFile>
910
</PropertyGroup>
1011

1112
<ItemGroup>
@@ -29,4 +30,8 @@
2930
</EmbeddedResource>
3031
</ItemGroup>
3132

33+
<ItemGroup>
34+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
35+
</ItemGroup>
36+
3237
</Project>

0 commit comments

Comments
 (0)