[tools] Integrate NuGet (#8414)
* Integrate NuGet ask * Update NuGet version. Rely on NuGet to filter TFM. And use asset.json to find entrypoint * Update XML file to per TFM * Add extra property to the fake project according to nuget * Treat nuget fallback folder as offline cache for tool * Require -g to install global tool * Copy test asset during test project build * Address code review on LockFileMatchChecker * Get NETCorePlatformsImplicitPackageVersion from PackageDefinitions * Edit and add missing loc * Change LockFileMatchChecker to local function * Adding comment * Add to content instead of copy * Download platform package instead * disable SDK side implicit NuGetFallbackFolder * merge loc * Revert extra line * use a prerelease platforms version that supports alpine
This commit is contained in:
parent
c7d44beca7
commit
02a98d4e63
40 changed files with 640 additions and 109 deletions
|
@ -787,6 +787,16 @@ You can do this by running the following command:
|
|||
setx PATH "%PATH%;{1}"</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolPackageMissingEntryPointFile">
|
||||
<source>Package '{0}' is missing entry point file {1}.</source>
|
||||
<target state="new">Package '{0}' is missing entry point file {1}.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolPackageMissingSettingsFile">
|
||||
<source>Package '{0}' is missing tool settings file DotnetToolSettings.xml.</source>
|
||||
<target state="new">Package '{0}' is missing tool settings file DotnetToolSettings.xml.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
Loading…
Add table
Add a link
Reference in a new issue