Last active
February 6, 2020 18:23
-
-
Save kant2002/9cfc8e948fb916266202f7b5f66c9d59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<configuration> | |
<packageSources> | |
<add key="Microsoft Visual Studio Offline Packages" value="C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\"/> | |
</packageSources> | |
</configuration> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<configuration> | |
<fallbackPackageFolders> | |
<add key="Xamarin Offline Packages" value="C:\Microsoft\Xamarin\NuGet\"/> | |
</fallbackPackageFolders> | |
</configuration> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<configuration> | |
<!-- <config> --> | |
<!-- <add key="repositoryPath" value="D:\kant\cache\nuget\packages" /> --> | |
<!-- </config> --> | |
<packageSources> | |
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | |
<add key="Local" value="D:\d\packages" /> | |
<add key="Shared" value="https://codevision.pkgs.visualstudio.com/_packaging/Shared/nuget/v3/index.json" /> | |
<add key="PokerShared" value="https://pokerkz.pkgs.visualstudio.com/_packaging/Shared/nuget/v3/index.json" /> | |
<add key="telerik.com" value="https://nuget.telerik.com/nuget" /> | |
<add key="Microsoft Visual Studio Offline Packages" value="C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\" /> | |
<add key="aspnet-entityframeworkcore" value="https://dotnetfeed.blob.core.windows.net/aspnet-entityframeworkcore/index.json" /> | |
<add key="aspnet-extensions" value="https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json" /> | |
<add key="aspnetcore" value="https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json" /> | |
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" /> | |
<add key="aspnet-aspnetcore-tooling" value="https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore-tooling/index.json" /> | |
<add key="aspnet-blazor" value="https://dotnetfeed.blob.core.windows.net/aspnet-blazor/index.json" /> | |
<add key="domaindrivendev" value="https://www.myget.org/F/domaindrivendev/api/v3/index.json" /> | |
</packageSources> | |
<disabledPackageSources> | |
<add key="Shared" value="true" /> | |
<add key="Microsoft and .NET" value="true" /> | |
<add key="PokerShared" value="true" /> | |
<add key="telerik.com" value="true" /> | |
<add key="aspnet-entityframeworkcore" value="true" /> | |
<add key="aspnet-extensions" value="true" /> | |
<add key="aspnetcore" value="true" /> | |
<add key="dotnet-core" value="true" /> | |
<add key="aspnet-aspnetcore-tooling" value="true" /> | |
<add key="aspnet-blazor" value="true" /> | |
</disabledPackageSources> | |
<packageRestore> | |
<add key="enabled" value="True" /> | |
<add key="automatic" value="True" /> | |
</packageRestore> | |
<bindingRedirects> | |
<add key="skip" value="False" /> | |
</bindingRedirects> | |
<packageManagement> | |
<add key="format" value="0" /> | |
<add key="disabled" value="False" /> | |
</packageManagement> | |
<fallbackPackageFolders> | |
<clear /> | |
<!-- <add key="CliFallbackFolder" value="d:\d\.dotnet\NuGetFallbackFolder" /> --> | |
</fallbackPackageFolders> | |
<packageSourceCredentials> | |
<telerik.com> | |
<add key="Username" value="[email protected]" /> | |
<add key="Password" value="AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAuAt7lBYDr0KxfkZ6uPQ/egAAAAACAAAAAAAQZgAAAAEAACAAAACR40TlZV2RzT0LGqyBtr6M+/cSEU+QVgf5j/5CejJeXQAAAAAOgAAAAAIAACAAAACccLR0sscQHCYbTVqUt+N3pUid73TlNAKCLkL/JjRlixAAAAB4UCDAdjBjI4LmDbt3IyyhQAAAAEz9eAP5t1QjSbjBaCXDr74Qqn4xVKE5JHR+InZHLiJzb/SziZRtpsSEbkIL1q6l3IuXFKA6U2JlR9HgiIvcFbI=" /> | |
</telerik.com> | |
</packageSourceCredentials> | |
</configuration> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<configuration> | |
<packageSources> | |
<clear/> | |
<add key="dotnetfeed dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" /> | |
<add key="dotnetfeed dotnet-coreclr" value="https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json" /> | |
<add key="myget.org dotnet-buildtools" value="https://dotnet.myget.org/F/dotnet-buildtools/api/v3/index.json" /> | |
<add key="myget.org dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" /> | |
<add key="myget.org dotnet-corefxlab" value="https://dotnet.myget.org/F/dotnet-corefxlab/api/v3/index.json" /> | |
<add key="myget.org system-commandline" value="https://dotnet.myget.org/F/system-commandline/api/v3/index.json" /> | |
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> | |
</packageSources> | |
<config> | |
<add key="repositoryPath" value="packages" /> | |
</config> | |
<packageRestore> | |
<!-- Automated package restore in VS does not work at this time with | |
this project and it causes build failures in VS. Disable it. --> | |
<add key="automatic" value="false" /> | |
</packageRestore> | |
<!-- Don't use any higher level config files. | |
Our builds need to be isolated from user/machine state --> | |
<fallbackPackageFolders> | |
<clear /> | |
</fallbackPackageFolders> | |
</configuration> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<configuration> | |
<packageSources> | |
<!--To inherit the global NuGet package sources remove the <clear/> line below --> | |
<clear /> | |
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" /> | |
</packageSources> | |
</configuration> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"format": 1, | |
"restore": { | |
"D:\\d\\kant\\GitHub\\dotnet\\corert\\samples\\HelloWorld\\HelloWorld.csproj": {} | |
}, | |
"projects": { | |
"D:\\d\\kant\\GitHub\\dotnet\\corert\\samples\\HelloWorld\\HelloWorld.csproj": { | |
"version": "1.0.0", | |
"restore": { | |
"projectUniqueName": "D:\\d\\kant\\GitHub\\dotnet\\corert\\samples\\HelloWorld\\HelloWorld.csproj", | |
"projectName": "HelloWorld", | |
"projectPath": "D:\\d\\kant\\GitHub\\dotnet\\corert\\samples\\HelloWorld\\HelloWorld.csproj", | |
"packagesPath": "D:\\kant\\cache\\nuget\\packages", | |
"outputPath": "D:\\d\\kant\\GitHub\\dotnet\\corert\\samples\\HelloWorld\\obj\\", | |
"projectStyle": "PackageReference", | |
"fallbackFolders": [ | |
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" | |
], | |
"configFilePaths": [ | |
"D:\\d\\kant\\GitHub\\dotnet\\corert\\samples\\HelloWorld\\NuGet.Config", | |
"D:\\d\\kant\\GitHub\\dotnet\\corert\\NuGet.Config", | |
"C:\\Users\\kant\\AppData\\Roaming\\NuGet\\NuGet.Config", | |
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", | |
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" | |
], | |
"originalTargetFrameworks": [ | |
"netcoreapp2.1" | |
], | |
"frameworks": { | |
"netcoreapp2.1": { | |
"projectReferences": {} | |
} | |
}, | |
"warningProperties": { | |
"warnAsError": [ | |
"NU1605" | |
] | |
} | |
}, | |
"frameworks": { | |
"netcoreapp2.1": { | |
"dependencies": { | |
"Microsoft.DotNet.ILCompiler": { | |
"target": "Package", | |
"version": "[1.0.0-alpha-*, )" | |
}, | |
"Microsoft.NETCore.App": { | |
"suppressParent": "All", | |
"target": "Package", | |
"version": "[2.1.0, )", | |
"autoReferenced": true | |
} | |
}, | |
"imports": [ | |
"net461", | |
"net462", | |
"net47", | |
"net471", | |
"net472", | |
"net48" | |
], | |
"assetTargetFallback": true, | |
"warn": true, | |
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.101\\RuntimeIdentifierGraph.json" | |
} | |
} | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Task "RestoreTask" (TaskId:28) | |
Task Parameter: | |
RestoreGraphItems= | |
df30c716-c476-4c65-8198-26e331d20779 | |
MSBuildSourceProjectFile=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
MSBuildSourceTargetName=_IsProjectRestoreSupported | |
OriginalItemSpec=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
ProjectUniqueName=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
Type=RestoreSpec | |
acf39273-50eb-4540-9d7d-86e263a22007 | |
ConfigFilePaths=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\NuGet.Config;D:\d\kant\GitHub\dotnet\corert\NuGet.Config;C:\Users\kant\AppData\Roaming\NuGet\NuGet.Config;C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config;C:\Program Files (x86)\NuGet\Config\Xamarin.Offline.config | |
CrossTargeting= | |
FallbackFolders=C:\Program Files\dotnet\sdk\NuGetFallbackFolder | |
MSBuildSourceProjectFile=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
MSBuildSourceTargetName=_IsProjectRestoreSupported | |
NoWarn=1701;1702 | |
NuGetLockFilePath= | |
OriginalItemSpec=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
OutputPath=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\obj\ | |
PackagesPath=D:\kant\cache\nuget\packages | |
ProjectName=HelloWorld | |
ProjectPath=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
ProjectStyle=PackageReference | |
ProjectUniqueName=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
RestoreLegacyPackagesDirectory= | |
RestoreLockedMode= | |
RestorePackagesWithLockFile= | |
RuntimeIdentifiers=; | |
RuntimeSupports= | |
SkipContentFileWrite= | |
Sources= | |
TargetFrameworks=netcoreapp2.1 | |
TreatWarningsAsErrors=false | |
Type=ProjectSpec | |
ValidateRuntimeAssets=false | |
Version=1.0.0 | |
WarningsAsErrors=NU1605 | |
3ee352cb-b2d8-40eb-ae69-6b3e14c06a50 | |
Id=Microsoft.DotNet.ILCompiler | |
MSBuildSourceProjectFile=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
MSBuildSourceTargetName=_IsProjectRestoreSupported | |
OriginalItemSpec=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
ProjectUniqueName=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
TargetFrameworks=netcoreapp2.1 | |
Type=Dependency | |
VersionRange=1.0.0-alpha-* | |
1222ad4d-c1ab-4895-91b5-27f04ef2e6ad | |
Id=Microsoft.NETCore.App | |
IsImplicitlyDefined=true | |
MSBuildSourceProjectFile=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
MSBuildSourceTargetName=_IsProjectRestoreSupported | |
OriginalItemSpec=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
PrivateAssets=All | |
ProjectUniqueName=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
TargetFrameworks=netcoreapp2.1 | |
Type=Dependency | |
VersionRange=2.1.0 | |
4e1b00ca-82d9-47a6-a3f9-5bac22721e11 | |
MSBuildSourceProjectFile=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
MSBuildSourceTargetName=_IsProjectRestoreSupported | |
OriginalItemSpec=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
ProjectUniqueName=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
RuntimeIdentifierGraphPath=C:\Program Files\dotnet\sdk\3.1.101\RuntimeIdentifierGraph.json | |
TargetFramework=netcoreapp2.1 | |
Type=TargetFrameworkProperties | |
3bb2d4fa-bc2f-4465-9ad2-7d9e4b10ba9b | |
AssetTargetFallback=;net461;net462;net47;net471;net472;net48 | |
MSBuildSourceProjectFile=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
MSBuildSourceTargetName=_IsProjectRestoreSupported | |
OriginalItemSpec=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
PackageTargetFallback= | |
ProjectUniqueName=D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj | |
TargetFramework=netcoreapp2.1 | |
Type=TargetFrameworkInformation (TaskId:28) | |
Task Parameter:RestoreRecursive=True (TaskId:28) | |
Task Parameter:HideWarningsAndErrors=False (TaskId:28) | |
(in) RestoreGraphItems Count '6' (TaskId:28) | |
(in) RestoreDisableParallel 'False' (TaskId:28) | |
(in) RestoreNoCache 'False' (TaskId:28) | |
(in) RestoreIgnoreFailedSources 'False' (TaskId:28) | |
(in) RestoreRecursive 'True' (TaskId:28) | |
(in) RestoreForce 'False' (TaskId:28) | |
(in) HideWarningsAndErrors 'False' (TaskId:28) | |
(in) RestoreForceEvaluate 'False' (TaskId:28) | |
Running restore with 8 concurrent jobs. (TaskId:28) | |
Reading project file D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj. (TaskId:28) | |
The restore inputs for 'HelloWorld' have changed. Continuing restore. (TaskId:28) | |
Persisting no-op dg to D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\obj\HelloWorld.csproj.nuget.dgspec.json (TaskId:28) | |
Restoring packages for D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj... (TaskId:28) | |
Restoring packages for .NETCoreApp,Version=v2.1... (TaskId:28) | |
Resolving conflicts for .NETCoreApp,Version=v2.1... (TaskId:28) | |
11:14:21.113 1>D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj : error NU1100: Unable to resolve 'Microsoft.DotNet.ILCompiler (>= 1.0.0-alpha)' for '.NETCoreApp,Version=v2.1'. | |
Committing restore... (TaskId:28) | |
Assets file has not changed. Skipping assets file writing. Path: D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\obj\project.assets.json (TaskId:28) | |
Writing cache file to disk. Path: D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\obj\HelloWorld.csproj.nuget.cache (TaskId:28) | |
Restore failed in 318.79 ms for D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\HelloWorld.csproj. (TaskId:28) | |
(TaskId:28) | |
NuGet Config files used: (TaskId:28) | |
D:\d\kant\GitHub\dotnet\corert\samples\HelloWorld\NuGet.Config (TaskId:28) | |
D:\d\kant\GitHub\dotnet\corert\NuGet.Config (TaskId:28) | |
C:\Users\kant\AppData\Roaming\NuGet\NuGet.Config (TaskId:28) | |
C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config (TaskId:28) | |
C:\Program Files (x86)\NuGet\Config\Xamarin.Offline.config (TaskId:28) | |
Done executing task "RestoreTask" -- FAILED. (TaskId:28) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment