-
Notifications
You must be signed in to change notification settings - Fork 24
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
Multi targeting #15
Multi targeting #15
Conversation
I took a liberty to bump up a version |
This PR also resolves #6 |
Everything seems to be fine, so merging this one. Thanks! |
Ok, unfortunately, it looks like this transition has broken quite a few builds:
The only way I've managed to build this is with .NET Core, removing
|
I am sorry to miss that. Is there any way to submit job to CI to see results before you merge it? I am looking at https://ci.kaitai.io/ and see only csharp net45_windows, the rest like mono/netcore are nolonger there?
In case you want to remove
But, can you try following, I have previously seen that if you put the framework first, some compilers starts to work.
|
Changing csproj to new version VS2017+ as a prerequisite for Adding async support
netstandard1.3
is the lowest compatible .netstandard version that supports current implementation.dotnet pack -c release
build and packs project intoKaitaiStruct.Runtime.CSharp.0.7.0.nupkg
inbin/release/
AssemblyInfo.cs
and kaitai_struct_runtime_csharp.nuspeccsproj
LICENSE → LICENSE.txt
- the new csproj deprecatesPackageLicenseUrl
but acceptsPackageLicenseFile
(see Packaging-License)icon.png
because new csproj deprecatesIconPackageUrl
but acceptsPackageIcon
(see Packaging-Icon)ProjectGuid
is no longer needed in the new project system, it should be part of the solution that is not present in this repo