We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
C# 6 has some nice language features that aren't present in the current source because it is limited to .Net 4.5 features.
public int Property => 42;
public int Property { get; }
$"I am a string with a {someInt} interpolated int!
Solution needs the following:
The text was updated successfully, but these errors were encountered:
Issue #58: Update projects to .Net 4.6.2
eec16c6
Issue #58: Update all nu-get packages to latest versions
a434c2a
Issue #58: Upgrade XNAControls and PELoaderLib to .Net 4.6.2
64a1e8b
Issue #58: Update README with new supported VS versions
973149c
Upgrade completed. Any related code cleanup will not be linked to this issue but will be checked in as an individual commit.
Sorry, something went wrong.
No branches or pull requests
C# 6 has some nice language features that aren't present in the current source because it is limited to .Net 4.5 features.
public int Property => 42;
public int Property { get; }
$"I am a string with a {someInt} interpolated int!
Solution needs the following:
The text was updated successfully, but these errors were encountered: