Version as Metadata in TestAssets

This commit is contained in:
Piotr Puszkiewicz 2017-03-02 19:52:26 -08:00
parent a5862752c9
commit 19e486bcb2
66 changed files with 140 additions and 380 deletions

View file

@ -5,13 +5,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="dotnet-hello">
<Version>1.0.0</Version>
</PackageReference>
<PackageReference Include="dotnet-hello" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="dotnet-portable">
<Version>1.0.0</Version>
<DotNetCliToolReference Include="dotnet-portable" Version="1.0.0</Version>
</DotNetCliToolReference>
</ItemGroup>
</Project>