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 c4898d8 commit 2a11ef9Copy full SHA for 2a11ef9
NETStandardClassLibrary/NETStandardClassLibrary.csproj
@@ -1,5 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
+ <PackageReadmeFile>README.md</PackageReadmeFile>
4
<TargetFrameworks>netstandard2.0</TargetFrameworks>
5
<PackageId>com.scottdoxey.netstandardclasslibrary</PackageId>
6
<Version>2.0.0</Version>
@@ -8,4 +9,8 @@
8
9
<PackageLicenseExpression>MIT</PackageLicenseExpression>
10
<RepositoryUrl>https://github.com/neogeek/NETStandardClassLibraryTemplate/</RepositoryUrl>
11
</PropertyGroup>
12
+
13
+ <ItemGroup>
14
+ <None Include="README.md" Pack="true" PackagePath="/" />
15
+ </ItemGroup>
16
</Project>
NETStandardClassLibrary/README.md
@@ -0,0 +1,3 @@
+# .NET Standard Class Library Template
+> Template for building a .NET Standard Class Library in Rider.
0 commit comments