- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
- <metadata>
- <id>Internal.AspNetCore.Universe.Lineup</id>
- <version>$version$</version>
- <authors>Microsoft</authors>
- <description>This package used to unify ASP.NET Core package versions across all ASP.NET Core repos. Internal use only.</description>
- <packageTypes>
- <packageType name="lineup" />
- </packageTypes>
- </metadata>
- <files>
- <file src="$dependenciesPropsFile$" target="build/dependencies.props" />
- <file src="$brandingPropsFile$" target="build/branding.props" />
- </files>
- </package>
|