dotnet-mammoth icon indicating copy to clipboard operation
dotnet-mammoth copied to clipboard

Migrate to .Net Standard 2.0

Open Thoorium opened this issue 4 years ago • 4 comments

Migrated the projects to .Net Standard 2.0. I've picked 2.0 for a wider support with the .Net ecosystem.

Resolves #3

Thoorium avatar Sep 01 '20 00:09 Thoorium

I haven't worked with .NET for a while, so I might have to do some reading around before taking a look at this. Having said that, it looks like the Travis build is failing.

mwilliamson avatar Sep 02 '20 14:09 mwilliamson

For the Travis build, I have to edit the travis file to let it build using .Net Core instead of Mono and maybe a few other things. It failed because the format of the csproj files has changed. I'll get to it maybe this weekend.

Thoorium avatar Sep 02 '20 14:09 Thoorium

@mwilliamson @Thoorium any updates on this?

moetelo avatar Feb 04 '21 09:02 moetelo

@mwilliamson Is there anything that you need doing to this PR before it gets merged? I'm using the NuGet package in a .Net 6 project, and whilst it seems to work fine, it does give me build warnings because it targets the Asp.Net Framework.

manzanotti avatar Apr 05 '22 08:04 manzanotti