Renaming Microsoft.Framework.* -> Microsoft.Extensions.*

This commit is contained in:
Pranav K 2015-10-03 15:44:39 -07:00
parent fda6fcdeff
commit 11af72a9c6
37 changed files with 45 additions and 45 deletions

View File

@ -10,7 +10,7 @@ using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using Microsoft.CodeAnalysis;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Runtime.Precompilation
{

View File

@ -9,11 +9,11 @@
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.Framework.PropertyActivator.Sources": {
"Microsoft.Extensions.PropertyActivator.Sources": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.Framework.PropertyHelper.Sources": {
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.0-*",
"type": "build"
},

View File

@ -6,8 +6,8 @@ using System.Diagnostics;
using System.IO;
using System.Text;
using Microsoft.AspNet.Html.Abstractions;
using Microsoft.Framework.Internal;
using Microsoft.Framework.WebEncoders;
using Microsoft.Extensions.Internal;
using Microsoft.Extensions.WebEncoders;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers
{

View File

@ -5,7 +5,7 @@ using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers
{

View File

@ -6,7 +6,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers
{

View File

@ -3,7 +3,7 @@
using System;
using System.Collections.Generic;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers
{

View File

@ -4,7 +4,7 @@
using System;
using System.IO;
using Microsoft.AspNet.Html.Abstractions;
using Microsoft.Framework.WebEncoders;
using Microsoft.Extensions.WebEncoders;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers
{

View File

@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers
{

View File

@ -8,15 +8,15 @@
"dependencies": {
"Microsoft.AspNet.Html.Abstractions": "1.0.0-*",
"Microsoft.AspNet.Razor": "4.0.0-*",
"Microsoft.Framework.BufferedHtmlContent.Sources": {
"Microsoft.Extensions.BufferedHtmlContent.Sources": {
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.Framework.ClosedGenericMatcher.Sources": {
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.Framework.CopyOnWriteDictionary.Sources": {
"Microsoft.Extensions.CopyOnWriteDictionary.Sources": {
"type": "build",
"version": "1.0.0-*"
}

View File

@ -5,7 +5,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNet.Razor.TagHelpers;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
using Xunit;
namespace Microsoft.AspNet.Razor.Test.Internal

View File

@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
using Microsoft.AspNet.Razor.TagHelpers;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
using Xunit;
namespace Microsoft.AspNet.Razor.Test.Internal

View File

@ -1,10 +1,10 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using Microsoft.AspNet.Razor.TagHelpers;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
using Xunit;
namespace Microsoft.AspNet.Razor.Test.Internal

View File

@ -1,10 +1,10 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using Microsoft.AspNet.Razor.TagHelpers;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
using Xunit;
namespace Microsoft.AspNet.Razor.Test.Internal

View File

@ -5,7 +5,7 @@ using System;
using System.Globalization;
using Microsoft.AspNet.Razor.Parser.SyntaxTree;
using Microsoft.AspNet.Razor.Text;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Chunks.Generators
{

View File

@ -4,7 +4,7 @@
using System.Globalization;
using Microsoft.AspNet.Razor.Parser.SyntaxTree;
using Microsoft.AspNet.Razor.Text;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Chunks.Generators
{

View File

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.CodeGenerators
{

View File

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Globalization;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.CodeGenerators
{

View File

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Globalization;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.CodeGenerators
{

View File

@ -7,7 +7,7 @@ using System.Diagnostics.CodeAnalysis;
using Microsoft.AspNet.Razor.Editor;
using Microsoft.AspNet.Razor.Text;
using Microsoft.AspNet.Razor.Tokenizer.Symbols;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Parser.SyntaxTree
{

View File

@ -12,7 +12,7 @@ using Microsoft.AspNet.Razor.Parser;
using Microsoft.AspNet.Razor.Parser.SyntaxTree;
using Microsoft.AspNet.Razor.Text;
using Microsoft.AspNet.Razor.Tokenizer.Symbols;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Editor
{

View File

@ -8,7 +8,7 @@ using System.Globalization;
using System.Linq;
using Microsoft.AspNet.Razor.Chunks.Generators;
using Microsoft.AspNet.Razor.Text;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Parser.SyntaxTree
{

View File

@ -8,7 +8,7 @@ using System.Linq;
using Microsoft.AspNet.Razor.Parser.SyntaxTree;
using Microsoft.AspNet.Razor.Runtime.TagHelpers;
using Microsoft.AspNet.Razor.TagHelpers;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Parser.TagHelpers
{

View File

@ -3,7 +3,7 @@
using System;
using System.Globalization;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor
{

View File

@ -4,7 +4,7 @@
using System;
using System.Globalization;
using Microsoft.AspNet.Razor.Text;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor
{

View File

@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.TagHelpers
{

View File

@ -3,7 +3,7 @@
using System;
using System.Collections.Generic;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.TagHelpers
{

View File

@ -4,7 +4,7 @@
using System;
using System.Diagnostics;
using System.Globalization;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Text
{

View File

@ -6,7 +6,7 @@ using System.Diagnostics;
using System.Globalization;
using System.Text;
using Microsoft.AspNet.Razor.Parser.SyntaxTree;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Text
{

View File

@ -5,7 +5,7 @@ using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Tokenizer.Symbols
{

View File

@ -6,7 +6,7 @@
"url": "git://github.com/aspnet/razor"
},
"dependencies": {
"Microsoft.Framework.HashCodeCombiner.Sources": {
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build",
"version": "1.0.0-*"
}

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0",
"dependencies": {
"Microsoft.AspNet.Razor.Runtime.Precompilation.Files": "1.0.0-*",
@ -8,7 +8,7 @@
"type": "build"
},
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-*",
"Microsoft.Framework.HashCodeCombiner.Sources": {
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build",
"version": "1.0.0-*"
}

View File

@ -5,7 +5,7 @@ using System;
using System.Globalization;
using System.IO;
using Microsoft.AspNet.Testing;
using Microsoft.Framework.WebEncoders.Testing;
using Microsoft.Extensions.WebEncoders.Testing;
using Xunit;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers

View File

@ -5,7 +5,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Framework.WebEncoders.Testing;
using Microsoft.Extensions.WebEncoders.Testing;
using Xunit;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers

View File

@ -1,7 +1,7 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.Framework.WebEncoders.Testing;
using Microsoft.Extensions.WebEncoders.Testing;
using Xunit;
namespace Microsoft.AspNet.Razor.Runtime.TagHelpers

View File

@ -7,11 +7,11 @@
"type": "build"
},
"Microsoft.AspNet.Testing": "1.0.0-*",
"Microsoft.Framework.HashCodeCombiner.Sources": {
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.Framework.WebEncoders.Testing": "1.0.0-*",
"Microsoft.Extensions.WebEncoders.Testing": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"commands": {

View File

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.AspNet.Razor.Parser.SyntaxTree;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.Razor.Test.Generator
{

View File

@ -8,7 +8,7 @@ using Microsoft.AspNet.Razor.Parser;
using Microsoft.AspNet.Razor.Parser.SyntaxTree;
using Microsoft.AspNet.Razor.Parser.TagHelpers;
using Microsoft.AspNet.Razor.Test.Framework;
using Microsoft.Framework.Internal;
using Microsoft.Extensions.Internal;
#if !DNXCORE50
using Moq;
#endif