add offline packages

This commit is contained in:
master
2025-11-20 23:11:44 +02:00
parent 2e276d6676
commit 8ac994ed37
1396 changed files with 2047427 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.SourceLink.GitLab</id>
<version>8.0.0</version>
<authors>Microsoft</authors>
<developmentDependency>true</developmentDependency>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>Icon.png</icon>
<projectUrl>https://github.com/dotnet/sourcelink</projectUrl>
<description>Generates source link for GitLab repositories.</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>MSBuild Tasks GitLab source link</tags>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/dotnet/sourcelink" commit="ce7339775f8ada5b16c72a874f591c8cd5722c6b" />
<dependencies>
<dependency id="Microsoft.SourceLink.Common" version="8.0.0" />
<dependency id="Microsoft.Build.Tasks.Git" version="8.0.0" />
</dependencies>
</metadata>
</package>