dotnet-installer/src/Microsoft.DotNet.Configurer
Livar Cunha 318c9f3e44 Making ProjectDependenciesCommandResolver handle msbuild projects as well by using the ProjectFactory and IProject.
Moving the CommandResolution classes that depend on msbuild back into Cli.Utils.

Updating the src projects to a netstandard compatible with Cli.Utils moving to netstandard1.5
2016-10-14 12:56:18 -07:00
..
Properties Merge rel/1.0.0-preview2 to rel/1.0.0 (#3677) 2016-06-22 15:17:54 -07:00
DotnetFirstTimeUseConfigurer.cs Piotrp msft/merge2msbuild (#3941) 2016-07-26 19:22:12 -04:00
INuGetCachePrimer.cs Fixing identation and spaces in a few files. 2016-06-10 16:54:31 -07:00
INuGetCacheSentinel.cs Introducing a in progress sentinel that gets verified before running the first time experience. If we can get a handle for this sentinel, we proceed with the first time run, otherwise, it means there is a first time experience running already, in which case we continue running dotnet normally, even though the final (real) sentinel is not present yet. This prevents multiple dotnet commands from running the first time experience in parallel and prevents us from running into parallel nuget restores. 2016-06-10 16:54:39 -07:00
INuGetPackagesArchiver.cs Adding the code to extract the archive in the first use of dotnet an 2016-06-10 16:54:16 -07:00
Microsoft.DotNet.Configurer.xproj Adding "BuildRid" to the CLI as a fallback RID to use when inferring which RID to use when building, running, and publishing self-contained applications. 2016-09-29 22:39:00 -05:00
NuGetCachePrimer.cs dotnet-new csproj templates (#4382) 2016-10-14 00:06:35 -07:00
NuGetCacheSentinel.cs Fix package code for new NuGet. 2016-07-26 20:53:20 -05:00
NuGetPackagesArchiver.cs Move all CLI libraries to be single-TFM targeting netstandard1.3 where possible. 2016-10-10 15:57:08 -05:00
project.json Making ProjectDependenciesCommandResolver handle msbuild projects as well by using the ProjectFactory and IProject. 2016-10-14 12:56:18 -07:00