dotnet-installer/src/Microsoft.DotNet.ProjectJsonMigration
Piotr Puszkiewicz 85b2a129db Merge branch 'rel/1.0.0'
Conflicts:
	TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/dotnet-hello.csproj
	TestAssets/TestPackages/dotnet-hello/v2/dotnet-hello/dotnet-hello.csproj
	TestAssets/TestPackages/dotnet-prefercliruntime/dotnet-prefercliruntime.csproj
	TestAssets/TestProjects/AppWithDirectAndToolDep/AppWithDirectAndToolDep.csproj
	TestAssets/TestProjects/AppWithDirectDep/AppWithDirectDep.csproj
	build.proj
	build/Compile.targets
	build/Microsoft.DotNet.Cli.Compile.targets
	build/Microsoft.DotNet.Cli.DependencyVersions.props
	build/Microsoft.DotNet.Cli.Monikers.props
	build/Microsoft.DotNet.Cli.Prepare.targets
	build/package/Microsoft.DotNet.Cli.Nupkg.targets
	build/package/Nupkg.targets
	build/test/TestPackageProjects.targets
	build_projects/dotnet-cli-build/GenerateBuildVersionInfo.cs
	build_projects/dotnet-cli-build/GetCommitCount.cs
	build_projects/dotnet-cli-build/dotnet-cli-build.csproj
	build_projects/shared-build-targets-utils/Utils/BuildVersion.cs
	src/dotnet-archive/dotnet-archive.csproj
	src/tool_msbuild/tool_msbuild.csproj
	src/tool_nuget/tool_nuget.csproj
	test/ArgumentForwardingTests/ArgumentForwardingTests.csproj
	test/ArgumentsReflector/ArgumentsReflector.csproj
	test/EndToEnd/EndToEnd.csproj
	test/Microsoft.DotNet.Cli.Sln.Internal.Tests/Microsoft.DotNet.Cli.Sln.Internal.Tests.csproj
	test/Microsoft.DotNet.Cli.Utils.Tests/GivenAProjectToolsCommandResolver.cs
	test/Microsoft.DotNet.Cli.Utils.Tests/Microsoft.DotNet.Cli.Utils.Tests.csproj
	test/Microsoft.DotNet.Configurer.UnitTests/Microsoft.DotNet.Configurer.UnitTests.csproj
	test/Microsoft.DotNet.ProjectJsonMigration.Tests/Microsoft.DotNet.ProjectJsonMigration.Tests.csproj
	test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj
	test/binding-redirects.Tests/binding-redirects.Tests.csproj
	test/crossgen.Tests/crossgen.Tests.csproj
	test/dotnet-add-package.Tests/dotnet-add-package.Tests.csproj
	test/dotnet-add-reference.Tests/dotnet-add-reference.Tests.csproj
	test/dotnet-build.Tests/dotnet-build.Tests.csproj
	test/dotnet-help.Tests/dotnet-help.Tests.csproj
	test/dotnet-list-reference.Tests/dotnet-list-reference.Tests.csproj
	test/dotnet-migrate.Tests/dotnet-migrate.Tests.csproj
	test/dotnet-msbuild.Tests/dotnet-msbuild.Tests.csproj
	test/dotnet-new.Tests/dotnet-new.Tests.csproj
	test/dotnet-nuget.UnitTests/dotnet-nuget.UnitTests.csproj
	test/dotnet-pack.Tests/dotnet-pack.Tests.csproj
	test/dotnet-publish.Tests/dotnet-publish.Tests.csproj
	test/dotnet-remove-reference.Tests/dotnet-remove-reference.Tests.csproj
	test/dotnet-restore.Tests/dotnet-restore.Tests.csproj
	test/dotnet-run.Tests/dotnet-run.Tests.csproj
	test/dotnet-sln-add.Tests/dotnet-sln-add.Tests.csproj
	test/dotnet-sln-list.Tests/dotnet-sln-list.Tests.csproj
	test/dotnet-sln-remove.Tests/dotnet-sln-remove.Tests.csproj
	test/dotnet-test.Tests/dotnet-test.Tests.csproj
	test/dotnet-vstest.Tests/dotnet-vstest.Tests.csproj
	test/dotnet.Tests/dotnet.Tests.csproj
	test/msbuild.IntegrationTests/msbuild.IntegrationTests.csproj
	tools/Archiver/Archiver.csproj
2017-02-17 02:00:05 -08:00
..
Microsoft.DotNet.Internal.ProjectModel Migrate compilationOptions 2017-02-08 00:20:04 -08:00
Models Making version an attribute for packagereference and dotnetclitoolreference. 2016-12-16 19:13:37 -08:00
Properties Address PR feedback 2016-10-05 17:58:42 -07:00
Report Improve sln migration tests (#5066) 2016-12-20 13:04:01 -10:00
Rules Migration: Remove System.GC.Server from runtimeconfig.template.json and inject ServerGarbageCollection property into the csproj (#5537) 2017-02-01 14:05:53 -08:00
transforms Migration: embed compiler resources (#5517) 2017-01-31 20:30:37 -08:00
Transforms Migration: embed compiler resources (#5517) 2017-01-31 20:30:37 -08:00
xlf LOC CHECKIN | dotnet/cli | 20170116 2017-01-16 14:52:18 +01:00
ConstantPackageVersions.cs Updating the version of the ASP.NET packages that we migrate to, to the RTM package versions. 2017-02-12 22:09:44 -08:00
DefaultMigrationRuleSet.cs Localize Migration 2016-12-16 22:45:47 -08:00
dotnet-supported-package-versions.csv Switching to using a csv as the source of our lts packages. Also, this is a more comprehensive list. 2017-01-12 11:38:05 -08:00
DotnetSupportedPackageVersionsCsvProvider.cs Switching to using a csv as the source of our lts packages. Also, this is a more comprehensive list. 2017-01-12 11:38:05 -08:00
IDotnetSupportedPackageVersionsProvider.cs Switching to using a csv as the source of our lts packages. Also, this is a more comprehensive list. 2017-01-12 11:38:05 -08:00
LocalizableStrings.cs make localizablestrings internal again 2016-12-27 14:53:45 -08:00
Microsoft.DotNet.ProjectJsonMigration.csproj netcoreapp1.1 fixes 2017-01-26 14:48:39 -08:00
MigrationBackupPlan.cs Create backup folder in the directory where 'dotnet migrate' is executed (#5306) 2017-01-21 01:58:28 -08:00
MigrationError.cs [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07:00
MigrationErrorCodes.cs Localize Migration 2016-12-16 22:45:47 -08:00
MigrationException.cs [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07:00
MigrationNuGetFrameworkExtensions.cs [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07:00
MigrationRuleInputs.cs Addressing code review comments. 2017-01-04 12:25:48 -08:00
MigrationSettings.cs Allow migration of sln files (#4949) 2016-12-07 11:49:15 -10:00
MigrationTrace.cs remove cross project reference from dotnet-add-p2p tests 2016-12-27 14:53:44 -08:00
MSBuildExtensions.cs remove cross project reference from dotnet-add-p2p tests 2016-12-27 14:53:44 -08:00
ProjectContextExtensions.cs Fixes #5345 2017-01-16 16:13:58 -08:00
ProjectDependency.cs Stopped doing hoisting of transitive project dependencies and references. We also don't validate if a dependency exist, since migration strictly speaking does not need it. We move the project.json and the csproj will fail to build just like the project.json would. 2016-12-28 14:48:38 -08:00
ProjectDependencyComparer.cs [WIP] Removes *3 verbs, making msbuild the driver (#4456) 2016-10-27 18:46:43 -07:00
ProjectDependencyFinder.cs Changing the order in which search paths are added for migration and setting the project file path in the ProjectDependency appropriately in the case of csproj and project.json 2017-02-01 10:33:53 -08:00
ProjectExtensions.cs When Library add reference to NETStandardLib if not present 2016-11-01 15:52:24 -07:00
ProjectMigrator.cs display CommandParsingException gracefully (#5493) 2017-01-30 14:36:44 -08:00
ProjectType.cs When Library add reference to NETStandardLib if not present 2016-11-01 15:52:24 -07:00
sdkdefaults.json Adding Release to the sdk defined constants so that we don't emit it during migration anymore. 2017-01-05 11:46:02 -08:00
SupportedPackageVersions.cs Updating the version of the ASP.NET packages that we migrate to, to the RTM package versions. 2017-02-12 22:09:44 -08:00