Skip to content

Commit c4898d8

Browse files
committed
Removed nuspec and ported values to csproj.
1 parent 73feff3 commit c4898d8

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

.nuspec

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<VersionPrefix>2.0.0</VersionPrefix>
43
<TargetFrameworks>netstandard2.0</TargetFrameworks>
4+
<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>
510
</PropertyGroup>
611
</Project>

0 commit comments

Comments
 (0)