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

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 rickyah added this to To Do in version 3.0 via automation Feb 16, 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).

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

Successfully merging this pull request may close these issues.

None yet

3 participants