Version as Metadata in TestAssets
This commit is contained in:
parent
a5862752c9
commit
19e486bcb2
66 changed files with 140 additions and 380 deletions
|
@ -5,13 +5,10 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.App">
|
||||
<Version>1.0.3</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.NETCore.App" Version="1.0.3" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<DotNetCliToolReference Include="ToolWithOutputName">
|
||||
<Version>1.0.0</Version>
|
||||
<DotNetCliToolReference Include="ToolWithOutputName" Version="1.0.0</Version>
|
||||
</DotNetCliToolReference>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue