Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Added support for the new ASP.NET target framework names #575

Merged
merged 2 commits into from
Aug 25, 2014

Conversation

davidfowl
Copy link
Member

- Made it backwards compatible with k10 temporarily
- Asp.Net 50 is equivalent to .NET 4.5.3 wrt reference assemblies

#106
- Moved all friendly name logic to FrameworkReferenceResolver
@davidfowl davidfowl merged commit 5682674 into dev Aug 25, 2014
@@ -103,6 +127,7 @@ private void PopulateCache()
// Mono is a bit inconsistent as .NET 4.5 and .NET 4.5.1 are the
// same folder
var supportedVersions = new Dictionary<string, string> {
{ "4.5.3", "4.5" },
{ "4.5.1", "4.5" },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should 4.5.2 be listed here as well?

@bricelam
Copy link
Contributor

Yay! I will start coding against this immediately.

@davidfowl davidfowl deleted the framework-names branch January 19, 2015 07:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants