dotnet-installer/tools/MigrationDefaultsConstructor
Piotr Puszkiewicz da82bdb05d Centralize Microsoft.Net.SDK Version (#4890)
* Centralize Microsoft.Net.Sdk package version

Note: Templates were omitted as their version needs to be static.

* Unifying additional missmatched versions

* prefercliruntime

whitespace threw off ReplaceAll

* Additional missed globs

* Revert SDK version for performance tests

* PR Feedback

* Roll back VSTestXunitDesktopAndNetCore.csproj SDK version
2016-12-02 09:34:03 -08:00
..
MigrationDefaultsConstructor.csproj Centralize Microsoft.Net.SDK Version (#4890) 2016-12-02 09:34:03 -08:00
Program.cs Add support for Migration defaults (#4242) 2016-10-20 11:00:41 -07:00
README.md Add support for Migration defaults (#4242) 2016-10-20 11:00:41 -07:00
run.sh Add support for Migration defaults (#4242) 2016-10-20 11:00:41 -07:00

Migration Defaults Constructor

This pulls the migration property and item defaults from a clone of the dotnet/sdk repo.

Run ./run.sh to generate an sdkdefaults.json

Move it to the Microsoft.DotNet.ProjectJsonMigration project under src to override the defaults in dotnet (it's embedded as a resource).