Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish .NET Standard-compatible Nuget package #3

Closed
adriangodong opened this issue Dec 21, 2017 · 2 comments
Closed

Publish .NET Standard-compatible Nuget package #3

adriangodong opened this issue Dec 21, 2017 · 2 comments

Comments

@adriangodong
Copy link

adriangodong commented Dec 21, 2017

I'm trying to use this package with other .NET Standard packages. Please rebuild and republish this as .NET Standard package.

You can start with the following snippet for Icris.GremlinQuery.csproj:

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <Title>Icris.GremlinQuery</Title>
    <PackageId>GremlinQueryPackage</PackageId>
    <IncludeSymbols>True</IncludeSymbols>
    <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
    <Version>0.0.0</Version>
    <PackageProjectUrl>https://github.com/boonzaai/GremlinQuery.net</PackageProjectUrl>
    <PackageLicenseUrl>https://github.com/boonzaai/GremlinQuery.net/blob/master/LICENSE</PackageLicenseUrl>
  </PropertyGroup>

  <PropertyGroup>
    <TargetFramework>netstandard1.0</TargetFramework>
    <NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
  </PropertyGroup>

</Project>

I can help you with migration and build setup if needed.

@boonzaai
Copy link
Owner

boonzaai commented Dec 22, 2017 via email

@adriangodong
Copy link
Author

Awesome! I've pulled the new version and works as expected.

Thank you for the quick turn around.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants