-
Notifications
You must be signed in to change notification settings - Fork 39
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
Generate path to mscorlib #189
Generate path to mscorlib #189
Conversation
Thanks -- I haven't checked PRs and issues in MirrorSharp for a while, but I'll take a look now. |
@""{TargetFrameworkRootPath}.NETFramework\{TargetFrameworkVersion}\mscorlib.dll""; | ||
#endif | ||
}} | ||
"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting! I am reluctant to use a whole custom task for this -- if this needs to be written dynamically, would it be simpler to use a built-in WriteLinesToFile
?
However, the other question is if it needs to be written during build -- is there no way to discover it at runtime? I think .NET Framework is generally easier to discover than modern .NET, without same runtime/SDK distinction.
# Conflicts: # .github/workflows/dotnet.yml
# Conflicts: # MirrorSharp.sln.DotSettings
@ashmind just ping |
Fixes #188