Updates to the nuget packages bits.
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
<TargetFramework>netstandard1.6</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<NuspecFile>RavenDB.Identity.nuspec</NuspecFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Readme.md" />
|
||||
</ItemGroup>
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user