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

Remove separate implementations for getting an assembly version when tasks target .NET Core 2.0 #1093

Open
dsplaisted opened this issue Apr 6, 2017 · 1 comment
Labels
Milestone

Comments

@dsplaisted
Copy link
Member

Currently there's a separate implementation for .NET Framework and .NET Standard to get the assembly version of a file (FileUtilities.GetAssemblyVersion). On .NET Standard, we use the metadata reader APIs to get this data. AssemblyName.GetAssemblyName has been added to .NET Standard 2.0, so when we retarget our tasks to that, we can get rid of the separate implementation.

@livarcocc livarcocc added this to the Unknown milestone Feb 9, 2018
Copy link
Contributor

Due to lack of recent activity, this issue has been labeled as 'stale'. It will be closed if no further activity occurs within 30 more days. Any new comment will remove the label.

@github-actions github-actions bot added the stale label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants