11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" ..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props" Condition =" Exists('..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props')" />
4- <Import Project =" ..\..\packages\xunit.core.2.3.1\build\xunit.core.props" Condition =" Exists('..\..\packages\xunit.core.2.3.1\build\xunit.core.props')" />
53 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
64 <PropertyGroup >
75 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
119 <AppDesignerFolder >Properties</AppDesignerFolder >
1210 <RootNamespace >NuGetGallery.FunctionalTests</RootNamespace >
1311 <AssemblyName >NuGetGallery.FunctionalTests.Core</AssemblyName >
14- <TargetFrameworkVersion >v4.5 .2</TargetFrameworkVersion >
12+ <TargetFrameworkVersion >v4.7 .2</TargetFrameworkVersion >
1513 <FileAlignment >512</FileAlignment >
1614 <NuGetPackageImportStamp >
1715 </NuGetPackageImportStamp >
3634 </PropertyGroup >
3735 <ItemGroup >
3836 <Reference Include =" Microsoft.VisualStudio.QualityTools.WebTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
39- <Reference Include =" Microsoft.Web.XmlTransform" >
40- <HintPath >..\..\packages\Microsoft.Web.Xdt.2.1.1\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath >
41- </Reference >
42- <Reference Include =" Newtonsoft.Json" >
43- <HintPath >..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
44- </Reference >
45- <Reference Include =" NuGet.Core, Version=2.8.60717.93, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
46- <SpecificVersion >False</SpecificVersion >
47- <HintPath >..\..\packages\NuGet.Core.2.8.6\lib\net40-Client\NuGet.Core.dll</HintPath >
48- </Reference >
49- <Reference Include =" NuGet.Versioning" >
50- <HintPath >..\..\packages\NuGet.Versioning.4.4.0\lib\net45\NuGet.Versioning.dll</HintPath >
51- <Private >True</Private >
52- </Reference >
5337 <Reference Include =" System" />
5438 <Reference Include =" System.Core" />
5539 <Reference Include =" Microsoft.CSharp" />
5640 <Reference Include =" System.IO.Compression" />
5741 <Reference Include =" System.IO.Compression.FileSystem" />
5842 <Reference Include =" System.Net.Http" />
59- <Reference Include =" xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
60- <HintPath >..\..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath >
61- <Private >True</Private >
62- </Reference >
63- <Reference Include =" xunit.assert, Version=2.3.1.3858, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
64- <HintPath >..\..\packages\xunit.assert.2.3.1\lib\netstandard1.1\xunit.assert.dll</HintPath >
65- </Reference >
66- <Reference Include =" xunit.core, Version=2.3.1.3858, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
67- <HintPath >..\..\packages\xunit.extensibility.core.2.3.1\lib\netstandard1.1\xunit.core.dll</HintPath >
68- </Reference >
69- <Reference Include =" xunit.execution.desktop, Version=2.3.1.3858, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
70- <HintPath >..\..\packages\xunit.extensibility.execution.2.3.1\lib\net452\xunit.execution.desktop.dll</HintPath >
71- </Reference >
7243 </ItemGroup >
7344 <ItemGroup >
7445 <Compile Include =" GalleryConfiguration.cs" />
10071 <Compile Include =" Helpers\UrlHelper.cs" />
10172 </ItemGroup >
10273 <ItemGroup >
103- <None Include =" packages.config" >
104- <SubType >Designer</SubType >
105- </None >
106- </ItemGroup >
107- <ItemGroup >
108- <Analyzer Include =" ..\..\packages\xunit.analyzers.0.7.0\analyzers\dotnet\cs\xunit.analyzers.dll" />
74+ <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" >
75+ <Version >2.2.0</Version >
76+ </PackageReference >
77+ <PackageReference Include =" Microsoft.Web.Xdt" >
78+ <Version >2.1.1</Version >
79+ </PackageReference >
80+ <PackageReference Include =" NuGet.Core" >
81+ <Version >2.8.6</Version >
82+ </PackageReference >
83+ <PackageReference Include =" NuGet.Services.Configuration" >
84+ <Version >2.69.0</Version >
85+ </PackageReference >
86+ <PackageReference Include =" NuGet.Versioning" >
87+ <Version >4.4.0</Version >
88+ </PackageReference >
89+ <PackageReference Include =" xunit" >
90+ <Version >2.3.1</Version >
91+ </PackageReference >
92+ <PackageReference Include =" xunit.runner.visualstudio" >
93+ <Version >2.3.1</Version >
94+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
95+ <PrivateAssets >all</PrivateAssets >
96+ </PackageReference >
10997 </ItemGroup >
11098 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
111- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
112- <PropertyGroup >
113- <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
114- </PropertyGroup >
115- <Error Condition =" !Exists('..\..\packages\xunit.core.2.3.1\build\xunit.core.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.3.1\build\xunit.core.props'))" />
116- <Error Condition =" !Exists('..\..\packages\xunit.core.2.3.1\build\xunit.core.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.3.1\build\xunit.core.targets'))" />
117- <Error Condition =" !Exists('..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props'))" />
118- </Target >
119- <Import Project =" ..\..\packages\xunit.core.2.3.1\build\xunit.core.targets" Condition =" Exists('..\..\packages\xunit.core.2.3.1\build\xunit.core.targets')" />
120- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
121- Other similar extension points exist, see Microsoft.Common.targets.
122- <Target Name="BeforeBuild">
123- </Target>
124- <Target Name="AfterBuild">
125- </Target>
126- -->
12799</Project >
0 commit comments