..
GivenThatIWantToMigrateAssemblyInfo.cs
post migration cleanup ( #4449 )
2016-10-29 01:58:37 -07:00
GivenThatIWantToMigrateBuildOptions.cs
Making the default exclude option empty, so that by default, we don't set any excludes for compile or embed during migration.
2016-11-02 10:11:37 -07:00
GivenThatIWantToMigrateConfigurations.cs
Removing TFM specific defines for migrated projects, since they are not being set in the SDK itself.
2016-11-02 15:05:45 -07:00
GivenThatIWantToMigrateJsonProperties.cs
Rename to MigrateJsonPropertiesRule
2016-10-05 15:15:13 -07:00
GivenThatIWantToMigratePackageDependencies.cs
Updated test to reflect xunit version change
2016-11-09 01:23:46 +05:30
GivenThatIWantToMigratePackOptions.cs
Merging metadata with different values by setting the metadata values to be string joined and semi-column separated. This fixes the problem of having multiple mappings for the same file in a include/mappings.
2016-10-25 15:26:04 -07:00
GivenThatIWantToMigrateProjectDependencies.cs
Hoisting FrameworkAssemblies for desktop frameworks during migration.
2016-11-07 16:16:48 -08:00
GivenThatIWantToMigratePublishOptions.cs
[WIP] Removes *3 verbs, making msbuild the driver ( #4456 )
2016-10-27 18:46:43 -07:00
GivenThatIWantToMigrateRuntimeOptions.cs
[WIP] Removes *3 verbs, making msbuild the driver ( #4456 )
2016-10-27 18:46:43 -07:00
GivenThatIWantToMigrateRuntimes.cs
Migrating all test projects ( #4668 )
2016-11-11 21:46:29 -10:00
GivenThatIWantToMigrateScripts.cs
Updating script migration to use the correct BeforeTargets. ( #4680 )
2016-11-10 18:24:35 -08:00
GivenThatIWantToMigrateTFMs.cs
[WIP] Removes *3 verbs, making msbuild the driver ( #4456 )
2016-10-27 18:46:43 -07:00
GivenThatIWantToMigrateTools.cs
Removing dotnet-test-xunit when migration from project.json to csproj, as that package is no longer needed.
2016-11-09 09:52:52 -08:00
PackageDependenciesTestBase.cs
Adding a map of asp tools packages that tells which versions we need to migrate and to what. Any package in that list, will also have its version updated.
2016-10-31 12:33:01 -07:00