Switching to generations TFMs

This commit is contained in:
Pranav K 2015-10-22 01:08:12 -07:00
parent 90116ddd78
commit c6bf98c9b7
5 changed files with 98 additions and 98 deletions

View File

@ -81,7 +81,7 @@ namespace Microsoft.AspNet.Localization
private static void SetCurrentThreadCulture(RequestCulture requestCulture) private static void SetCurrentThreadCulture(RequestCulture requestCulture)
{ {
#if DNX451 #if NET451
Thread.CurrentThread.CurrentCulture = requestCulture.Culture; Thread.CurrentThread.CurrentCulture = requestCulture.Culture;
Thread.CurrentThread.CurrentUICulture = requestCulture.UICulture; Thread.CurrentThread.CurrentUICulture = requestCulture.UICulture;
#else #else

View File

@ -14,8 +14,8 @@
"Microsoft.Extensions.Localization.Abstractions": "1.0.0-*" "Microsoft.Extensions.Localization.Abstractions": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "net451": {},
"dnxcore50": { "dotnet5.4": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*", "Microsoft.CSharp": "4.0.1-beta-*",
"System.Collections": "4.0.11-beta-*", "System.Collections": "4.0.11-beta-*",

View File

@ -9,8 +9,8 @@
"warningsAsErrors": true "warningsAsErrors": true
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "net451": {},
"dnxcore50": { "dotnet5.4": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*", "Microsoft.CSharp": "4.0.1-beta-*",
"System.Collections": "4.0.11-beta-*", "System.Collections": "4.0.11-beta-*",

View File

@ -9,8 +9,8 @@
"warningsAsErrors": true "warningsAsErrors": true
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "net451": {},
"dnxcore50": { "dotnet5.4": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*", "Microsoft.CSharp": "4.0.1-beta-*",
"System.Collections": "4.0.11-beta-*", "System.Collections": "4.0.11-beta-*",

View File

@ -15,8 +15,8 @@
"Microsoft.Extensions.OptionsModel": "1.0.0-*" "Microsoft.Extensions.OptionsModel": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"dnx451": { }, "net451": {},
"dnxcore50": { "dotnet5.4": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*", "Microsoft.CSharp": "4.0.1-beta-*",
"System.Collections": "4.0.11-beta-*", "System.Collections": "4.0.11-beta-*",