We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Probably most of the nuspec metadata is interesting to compare. Some should be excluded, i.e. package version and package dependencies' version.
Example nuspec:
<?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> <metadata> <id>VS.Redist.Common.NetCore.Toolset.x64.10.0</id> <version>10.0.100-preview.3.25161.31</version> <title>VS.Redist.Common.NetCore.Toolset.x64.10.0</title> <authors>Microsoft</authors> <owners>Microsoft</owners> <requireLicenseAcceptance>true</requireLicenseAcceptance> <licenseUrl>https://www.microsoft.com/net/dotnet_library_license.htm</licenseUrl> <projectUrl>https://github.com/dotnet/core-sdk</projectUrl> <description>.NET Core 10.0 SDK Toolset (x64) Windows Installer MSI as a .nupkg for internal Visual Studio build consumption</description> <copyright>© Microsoft Corporation. All rights reserved.</copyright> </metadata> </package>
The text was updated successfully, but these errors were encountered:
Closed with dotnet/sdk#47700
Sorry, something went wrong.
No branches or pull requests
Probably most of the nuspec metadata is interesting to compare. Some should be excluded, i.e. package version and package dependencies' version.
Example nuspec:
The text was updated successfully, but these errors were encountered: