11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 14 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+ <Project ToolsVersion =" 15 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44 <PropertyGroup >
55 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
99 <AppDesignerFolder >Properties</AppDesignerFolder >
1010 <RootNamespace >Stats.RefreshClientDimension</RootNamespace >
1111 <AssemblyName >Stats.RefreshClientDimension</AssemblyName >
12- <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
12+ <TargetFrameworkVersion >v4.6.2 </TargetFrameworkVersion >
1313 <FileAlignment >512</FileAlignment >
1414 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15+ <TargetFrameworkProfile />
1516 </PropertyGroup >
1617 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1718 <PlatformTarget >AnyCPU</PlatformTarget >
3334 <WarningLevel >4</WarningLevel >
3435 </PropertyGroup >
3536 <ItemGroup >
36- <Reference Include =" Microsoft.Extensions.Logging.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
37- <HintPath >..\..\packages\Microsoft.Extensions.Logging.Abstractions.1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll</HintPath >
38- </Reference >
39- <Reference Include =" Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
40- <HintPath >..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
41- </Reference >
4237 <Reference Include =" System" />
4338 <Reference Include =" System.Core" />
4439 <Reference Include =" System.Xml.Linq" />
4742 <Reference Include =" System.Data" />
4843 <Reference Include =" System.Net.Http" />
4944 <Reference Include =" System.Xml" />
50- <Reference Include =" UAParser, Version=1.2.0.0, Culture=neutral, PublicKeyToken=f7377bf021646069, processorArchitecture=MSIL" >
51- <HintPath >..\..\packages\UAParser.1.2.0.0\lib\net35-Client\UAParser.dll</HintPath >
52- </Reference >
5345 </ItemGroup >
5446 <ItemGroup >
5547 <Compile Include =" ..\Stats.ImportAzureCdnStatistics\ClientDimensionTableType.cs" >
8274 <LogicalName >knownclients.yaml</LogicalName >
8375 </EmbeddedResource >
8476 <None Include =" App.config" />
85- <None Include =" packages.config" />
8677 </ItemGroup >
8778 <ItemGroup >
8879 <ProjectReference Include =" ..\NuGet.Jobs.Common\NuGet.Jobs.Common.csproj" >
8980 <Project >{4B4B1EFB-8F33-42E6-B79F-54E7F3293D31}</Project >
9081 <Name >NuGet.Jobs.Common</Name >
9182 </ProjectReference >
9283 </ItemGroup >
84+ <ItemGroup >
85+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" >
86+ <Version >1.0.0</Version >
87+ </PackageReference >
88+ <PackageReference Include =" NuGet.Services.Sql" >
89+ <Version >2.25.0-master-30453</Version >
90+ </PackageReference >
91+ <PackageReference Include =" UAParser" >
92+ <Version >1.2.0</Version >
93+ </PackageReference >
94+ </ItemGroup >
9395 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9496 <Import Project =" ..\..\build\sign.targets" Condition =" Exists('..\..\build\sign.targets')" />
95- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
96- Other similar extension points exist, see Microsoft.Common.targets.
97- <Target Name="BeforeBuild">
98- </Target>
99- <Target Name="AfterBuild">
100- </Target>
101- -->
10297</Project >
0 commit comments