Giter VIP home page Giter VIP logo

Comments (13)

madskristensen avatar madskristensen commented on September 18, 2024 1

Closing since https://github.com/HockeyJustin/ExCSS_Core is now an option. Thanks

from excss.

TylerBrinks avatar TylerBrinks commented on September 18, 2024

from excss.

TylerBrinks avatar TylerBrinks commented on September 18, 2024

Would you mind helping me connect with someone who knows the best way to configure a project to target as many platforms as possible? I just uploaded the first release of version 3 and I'm sure the project could use help being structured properly.

from excss.

shobman avatar shobman commented on September 18, 2024

@TylerBrinks I'm happy to look over the code. I'm looking forward to the net standard 2.0 support so more than happy to help out.

from excss.

madskristensen avatar madskristensen commented on September 18, 2024

Do you have a MyGet feed or somewhere we can consume v3.0? Or do we have to build from source at the moment?

from excss.

TylerBrinks avatar TylerBrinks commented on September 18, 2024

I'd be happy to set up a MyGet. I don't have a package build process having moved to the newer project structure. But it's build from source at the moment.

from excss.

shobman avatar shobman commented on September 18, 2024

@TylerBrinks, to create the nuget with the dotnet 2.0 sdk run the following from the project folder.
dotnet pack -c ="Release"

The nuget meta properties are pulled directly from the .csproj file. You'll notice I added
<PackageVersion>3.0.0-beta1-20170822</PackageVersion>.

Read here for the full list of meta properties:
https://github.com/dotnet/docs/blob/master/docs/core/tools/csproj.md#nuget-metadata-properties

And for dotnet pack options read here:
https://github.com/dotnet/docs/blob/master/docs/core/tools/dotnet-pack.md

Do you want me to add this as a build.cmd or something like that?

from excss.

TylerBrinks avatar TylerBrinks commented on September 18, 2024

I'll take a shot at it and see how it turns out. It'd be nice to get some of the meta data filled in. What target framework would you recommend? It's defaulted to .NET Standard 1.1, but up to 1.6 is available currently.

from excss.

TylerBrinks avatar TylerBrinks commented on September 18, 2024

I could use a hand getting the target framework set up correctly. I published a myget feed to https://www.myget.org/F/excss/api/v3/index.json, but adding the package to a project yields the error below. I'm sure that's simple to configure correctly, but I'm out of bandwidth for the week.

Package ExCSS 1.0.0 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package ExCSS 1.0.0 supports: net40 (.NETFramework,Version=v4.0)
Package restore failed. Rolling back package changes for 'ConsoleApp1'.

from excss.

shobman avatar shobman commented on September 18, 2024

If you set the target framework to netstandard1.1 then minimum support will be net core 1.1 or net full 4.5. See https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support

It looks like you're trying to pull your package into a net 4.0 app. Which you can probably do if you update your target framework to netstandard1.1;net40

Haven't tried it. But it's worth a shot. Or else I suggest dropping support for 4.5 if you can.

Let me know how you get on.

from excss.

cipchk avatar cipchk commented on September 18, 2024

hi gays, is there any news about?

from excss.

pil78 avatar pil78 commented on September 18, 2024

Hi guys,
There is an error in .csproj file (wrong syntax):
currently it has TargetFramework ->netstandard1.1;net462
but should be TargetFrameworks ->netstandard1.1;net462
Yaroslav

from excss.

Panda-Sharp avatar Panda-Sharp commented on September 18, 2024

thanks to HockeyJustin there is a new fork and nuget package with the latest changes, if interested :)
https://github.com/HockeyJustin/ExCSS_Core

from excss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.