Updates to the nuget packages bits.

This commit is contained in:
JudahGabriel
2017-08-23 14:51:11 -05:00
parent e39bf0cb0d
commit e55c6c9ea4
3 changed files with 9 additions and 1 deletions
+4
View File
@@ -4,6 +4,10 @@
<TargetFramework>netstandard1.6</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<NuspecFile>RavenDB.Identity.nuspec</NuspecFile>
</PropertyGroup>
<ItemGroup>
<None Remove="Readme.md" />
</ItemGroup>
+4 -1
View File
@@ -14,9 +14,12 @@
<tags>ravendb identity raven nosql aspnet aspnetcore</tags>
<iconUrl>https://github.com/JudahGabriel/RavenDB.Identity/blob/master/RavenDB.Identity/nuget-icon.png?raw=true</iconUrl>
<dependencies>
<dependency id="Microsoft.AspNetCore.Identity" version="1.1.2"></dependency>
<dependency id="Microsoft.Extensions.DependencyInjection" version="1.1.1"></dependency>
<dependency id="RavenDB.Client" version="3.5.4"></dependency>
</dependencies>
</metadata>
<files>
<file src="ReadMe.md" />
<file src="../ReadMe.md" />
</files>
</package>
@@ -0,0 +1 @@
dotnet pack RavenDB.Identity.csproj