зеркало из
1
0
Форкнуть 0

Adding monikers for 4.7.2 to nuprojs, Setting Configuration package version to 3.3.644 for one off release.

This commit is contained in:
Aman Bhardwaj 2019-04-04 12:05:08 -07:00
Родитель 5151181d31 f0575cd207
Коммит a7442d08af
1 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -51,6 +51,12 @@
<File Include="$(DropFolderNetFramework)\Microsoft.ServiceFabric.AspNetCore.Configuration.xml">
<TargetPath>lib\net471</TargetPath>
</File>
<File Include="$(DropFolderNetFramework)\Microsoft.ServiceFabric.AspNetCore.Configuration.dll">
<TargetPath>lib\net472</TargetPath>
</File>
<File Include="$(DropFolderNetFramework)\Microsoft.ServiceFabric.AspNetCore.Configuration.xml">
<TargetPath>lib\net472</TargetPath>
</File>
<File Include="$(DropFolderNetStandard)Microsoft.ServiceFabric.AspNetCore.Configuration.dll">
<TargetPath>lib\netstandard2.0</TargetPath>
</File>
@ -69,11 +75,14 @@
<File Include="$(DropFolderNetFramework)Microsoft.ServiceFabric.AspNetCore.Configuration.dll">
<TargetPath>runtimes\win\lib\net471</TargetPath>
</File>
<File Include="$(DropFolderNetFramework)Microsoft.ServiceFabric.AspNetCore.Configuration.dll">
<TargetPath>runtimes\win\lib\net472</TargetPath>
</File>
</ItemGroup>
<ItemGroup>
<Dependency Include="Microsoft.ServiceFabric.Services">
<Version>[$(NugetPkg_Version_Microsoft_ServiceFabric_Services)]</Version>
<Version>$(NugetPkg_Version_Microsoft_ServiceFabric_Services)</Version>
</Dependency>
<Dependency Include="Microsoft.Extensions.Configuration">
<Version>1.0.0</Version>