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 73feff3 commit c4898d8Copy full SHA for c4898d8
.nuspec
NETStandardClassLibrary/NETStandardClassLibrary.csproj
@@ -1,6 +1,11 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <VersionPrefix>2.0.0</VersionPrefix>
4
<TargetFrameworks>netstandard2.0</TargetFrameworks>
+ <PackageId>com.scottdoxey.netstandardclasslibrary</PackageId>
5
+ <Version>2.0.0</Version>
6
+ <Authors>neogeek</Authors>
7
+ <Description>Template for building a .NET Standard Class Library in Rider.</Description>
8
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
9
+ <RepositoryUrl>https://github.com/neogeek/NETStandardClassLibraryTemplate/</RepositoryUrl>
10
</PropertyGroup>
11
</Project>
0 commit comments