update nuget rc3 dependencies and update sdk
This commit is contained in:
parent
006fd49e5c
commit
3ecdc62089
3 changed files with 4 additions and 4 deletions
|
@ -3,9 +3,9 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<CLI_MSBuild_Version>15.1.0-preview-000503-01</CLI_MSBuild_Version>
|
<CLI_MSBuild_Version>15.1.0-preview-000503-01</CLI_MSBuild_Version>
|
||||||
<CLI_Roslyn_Version>2.0.0-rc3-61212-03</CLI_Roslyn_Version>
|
<CLI_Roslyn_Version>2.0.0-rc3-61212-03</CLI_Roslyn_Version>
|
||||||
<CLI_NETSDK_Version>1.0.0-alpha-20170105-5</CLI_NETSDK_Version>
|
<CLI_NETSDK_Version>1.0.0-alpha-20170110-3</CLI_NETSDK_Version>
|
||||||
<CLI_WEBSDK_Version>1.0.0-alpha-20170106-1-203</CLI_WEBSDK_Version>
|
<CLI_WEBSDK_Version>1.0.0-alpha-20170106-1-203</CLI_WEBSDK_Version>
|
||||||
<CLI_TestPlatform_Version>15.0.0-preview-20170106-08</CLI_TestPlatform_Version>
|
<CLI_TestPlatform_Version>15.0.0-preview-20170106-08</CLI_TestPlatform_Version>
|
||||||
<TemplateEngineVersion>1.0.0-beta1-20170106-79</TemplateEngineVersion>
|
<TemplateEngineVersion>1.0.0-beta1-20170106-79</TemplateEngineVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -21,7 +21,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
||||||
public DepsJsonBuilder()
|
public DepsJsonBuilder()
|
||||||
{
|
{
|
||||||
// This resolver is only used for building file names, so that base path is not required.
|
// This resolver is only used for building file names, so that base path is not required.
|
||||||
_versionFolderPathResolver = new VersionFolderPathResolver(path: null);
|
_versionFolderPathResolver = new VersionFolderPathResolver(rootPath: null);
|
||||||
}
|
}
|
||||||
|
|
||||||
public DependencyContext Build(
|
public DependencyContext Build(
|
||||||
|
|
|
@ -28,7 +28,7 @@ namespace Microsoft.DotNet.Internal.ProjectModel.Resolution
|
||||||
_packagePathResolver = new FallbackPackagePathResolver(nugetPathContext);
|
_packagePathResolver = new FallbackPackagePathResolver(nugetPathContext);
|
||||||
|
|
||||||
// This resolver is only used for building file names, so that base path is not required.
|
// This resolver is only used for building file names, so that base path is not required.
|
||||||
_versionFolderPathResolver = new VersionFolderPathResolver(path: null);
|
_versionFolderPathResolver = new VersionFolderPathResolver(rootPath: null);
|
||||||
}
|
}
|
||||||
|
|
||||||
_frameworkReferenceResolver = frameworkReferenceResolver;
|
_frameworkReferenceResolver = frameworkReferenceResolver;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue