Nuget pack requires a version attribute

Even when you override with -Version on the command line.
This commit is contained in:
John Luo 2017-04-15 00:59:33 -07:00 committed by GitHub
parent b19a46f3c2
commit 04c86c65b6
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<package> <package>
<metadata> <metadata>
<id>PackageStore.Int</id> <id>Build.RuntimeStore</id>
<version>$version$</version>
<authors>Microsoft</authors> <authors>Microsoft</authors>
<description>Runtime Package Store for ASP.NET Core, for internal builds</description> <description>Runtime Package Store for ASP.NET Core, for internal builds</description>
</metadata> </metadata>