Skip to content

Commit 2a11ef9

Browse files
committed
Added missing README to package.
1 parent c4898d8 commit 2a11ef9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

NETStandardClassLibrary/NETStandardClassLibrary.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<PackageReadmeFile>README.md</PackageReadmeFile>
34
<TargetFrameworks>netstandard2.0</TargetFrameworks>
45
<PackageId>com.scottdoxey.netstandardclasslibrary</PackageId>
56
<Version>2.0.0</Version>
@@ -8,4 +9,8 @@
89
<PackageLicenseExpression>MIT</PackageLicenseExpression>
910
<RepositoryUrl>https://github.com/neogeek/NETStandardClassLibraryTemplate/</RepositoryUrl>
1011
</PropertyGroup>
12+
13+
<ItemGroup>
14+
<None Include="README.md" Pack="true" PackagePath="/" />
15+
</ItemGroup>
1116
</Project>

NETStandardClassLibrary/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# .NET Standard Class Library Template
2+
3+
> Template for building a .NET Standard Class Library in Rider.

0 commit comments

Comments
 (0)