|
2 | 2 | <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | | - <Description>Core support library for NuGet Gallery Frontend and Backend</Description> |
6 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 | 7 | <ProjectGuid>{097B2CDD-9623-4C34-93C2-D373D51F5B4E}</ProjectGuid> |
|
20 | 19 | <BuildPackage>true</BuildPackage> |
21 | 20 | <TargetFrameworkProfile /> |
22 | 21 | </PropertyGroup> |
| 22 | + <PropertyGroup> |
| 23 | + <Description>Core support library for NuGet Gallery Frontend and Backend</Description> |
| 24 | + <PackageId Condition="'$(PackageId)' == ''">$(MSBuildProjectName)</PackageId> |
| 25 | + <Authors>.NET Foundation</Authors> |
| 26 | + <PackageLicenseUrl>https://github.com/NuGet/NuGetGallery/blob/master/LICENSE.txt</PackageLicenseUrl> |
| 27 | + <PackageProjectUrl>https://github.com/NuGet/NuGetGallery</PackageProjectUrl> |
| 28 | + <Copyright>© .NET Foundation. All rights reserved.</Copyright> |
| 29 | + <IncludeSymbols Condition="'$(IncludeSymbols)' == ''">true</IncludeSymbols> |
| 30 | + <NoPackageAnalysis Condition="'$(NoPackageAnalysis)' == ''">true</NoPackageAnalysis> |
| 31 | + </PropertyGroup> |
23 | 32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
24 | 33 | <DebugSymbols>true</DebugSymbols> |
25 | 34 | <DebugType>full</DebugType> |
|
249 | 258 | <PackageReference Include="Newtonsoft.Json"> |
250 | 259 | <Version>9.0.1</Version> |
251 | 260 | </PackageReference> |
252 | | - <PackageReference Include="Microsoft.Web.Xdt"> |
253 | | - <Version>2.1.1</Version> |
254 | | - </PackageReference> |
255 | 261 | <PackageReference Include="Microsoft.WindowsAzure.ConfigurationManager"> |
256 | 262 | <Version>3.1.0</Version> |
257 | 263 | </PackageReference> |
258 | 264 | <PackageReference Include="NuGet.Build.Tasks.Pack"> |
259 | | - <Version>5.0.0-preview1.5429</Version> |
| 265 | + <Version>4.8.0</Version> |
260 | 266 | <PrivateAssets>all</PrivateAssets> |
261 | 267 | </PackageReference> |
262 | 268 | <PackageReference Include="NuGet.Packaging"> |
|
272 | 278 | <Version>7.1.2</Version> |
273 | 279 | </PackageReference> |
274 | 280 | </ItemGroup> |
275 | | - <Target Name="PopulateNuspec" BeforeTargets="GenerateNuspec"> |
276 | | - <PropertyGroup> |
277 | | - <PackageId Condition="'$(PackageId)' == ''">$(MSBuildProjectName)</PackageId> |
278 | | - <Title Condition="'$(Title)' == ''">$(PackageId)</Title> |
279 | | - <Authors>.NET Foundation</Authors> |
280 | | - <PackageLicenseUrl>https://github.com/NuGet/NuGetGallery/blob/master/LICENSE.txt</PackageLicenseUrl> |
281 | | - <PackageProjectUrl>https://github.com/NuGet/NuGetGallery</PackageProjectUrl> |
282 | | - <Copyright>© .NET Foundation. All rights reserved.</Copyright> |
283 | | - <IncludeSymbols Condition="'$(IncludeSymbols)' == ''">true</IncludeSymbols> |
284 | | - <NoPackageAnalysis Condition="'$(NoPackageAnalysis)' == ''">true</NoPackageAnalysis> |
285 | | - </PropertyGroup> |
286 | | - </Target> |
287 | 281 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
288 | 282 | <PropertyGroup> |
289 | 283 | <SignPath>..\..\build</SignPath> |
|
0 commit comments