Skip to content
New issue

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

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

Already on GitHub? # to your account

Addressed a compiler error, changes the project icon url to use embedded icon, and added additional target framework #200

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

ravensorb
Copy link

Added target framework for .netcoreapp3.1
Fixed a compiler error caused by an ambiguous reference
Switched over to using embedded icon (projectIconUrl is deprecated)
Changed IniParser.csproj to always generate package

Fixed a compiler error caused by an ambiguous reference
Switched over to using embedded icon (projectIconUrl is deprecated)
Changed IniParser.csproj to always generate package
@ravensorb ravensorb changed the title Added target framework for .Net core 3.1 and a few other small updates Addressed a compiler error, changes the project icon url to use embedded icon, and added additional target framework Feb 2, 2020
@rickyah
Copy link
Owner

rickyah commented Feb 16, 2020

Hey @ravensorb thanks for the contribution!

The netcore3.1 target framework is making the mono build, is adding that framework a must?

@laurentksh
Copy link

laurentksh commented Jun 25, 2020

This is happening because of the Travis CI configuration, please change the version of the SDK at line 11 in .travis.yml#L11 to a newer version (at least for compiling with .NET Core 3.1).

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

Successfully merging this pull request may close these issues.

3 participants