dotnet-installer/src/Microsoft.DotNet.InternalAbstractions
Eric Erhardt eec324a844 Move all CLI libraries to be single-TFM targeting netstandard1.3 where possible.
Microsoft.Extensions.Testing.Abstractions is the only one I couldn't move to netstandard1.3 that should be.  But this library should be removed with the new `dotnet test` strategy.
2016-10-10 15:57:08 -05:00
..
Properties Addressing code review comments. 2016-08-26 11:23:47 -07:00
DirectoryWrapper.cs Fixing broken tests after my changes to the CommandResolvers. 2016-08-25 22:53:04 -07:00
EnvironmentWrapper.cs Refactor DependencyModel, make it ready for tests 2016-02-16 09:56:19 -08:00
FileSystemWrapper.cs Refactor DependencyModel, make it ready for tests 2016-02-16 09:56:19 -08:00
FileWrapper.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
IDirectory.cs Fixing broken tests after my changes to the CommandResolvers. 2016-08-25 22:53:04 -07:00
IEnvironment.cs Refactor DependencyModel, make it ready for tests 2016-02-16 09:56:19 -08:00
IFile.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
IFileSystem.cs Refactor DependencyModel, make it ready for tests 2016-02-16 09:56:19 -08:00
ITemporaryDirectory.cs Almost all of the code to prime the NuGet cache from the archive. 2016-06-10 16:53:55 -07:00
Microsoft.DotNet.InternalAbstractions.xproj Revert "Update the .xproj files to reference the "DotNet" targets and props instead of "DNX"." 2016-03-16 11:44:09 -05:00
project.json Move all CLI libraries to be single-TFM targeting netstandard1.3 where possible. 2016-10-10 15:57:08 -05:00
TemporaryDirectory.cs Almost all of the code to prime the NuGet cache from the archive. 2016-06-10 16:53:55 -07:00