Update Newtonsoft Reference to v8.
Also reduce .Net V to 4.5 (from 4.5.2).
This commit is contained in:
Родитель
827c3f911d
Коммит
5a3771da68
|
@ -13,8 +13,9 @@
|
|||
<AssemblyName>Microsoft.Analytics.Samples.Formats</AssemblyName>
|
||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||
<OutputType>Library</OutputType>
|
||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
@ -34,9 +35,9 @@
|
|||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net452" />
|
||||
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net45" />
|
||||
</packages>
|
|
@ -25,7 +25,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Script Include="1-SimpleAnalysis-1File.usql">
|
||||
<UseLocalComputeAccount>false</UseLocalComputeAccount>
|
||||
<UseLocalComputeAccount>true</UseLocalComputeAccount>
|
||||
<LocalComputeAccount>localcomputeaccount</LocalComputeAccount>
|
||||
<LocalDatabase>master</LocalDatabase>
|
||||
<LocalSchema>dbo</LocalSchema>
|
||||
|
@ -34,7 +34,7 @@
|
|||
<ClusterSchema>dbo</ClusterSchema>
|
||||
</Script>
|
||||
<Script Include="2-ExtractMentions-InlineCode-1File.usql">
|
||||
<UseLocalComputeAccount>false</UseLocalComputeAccount>
|
||||
<UseLocalComputeAccount>true</UseLocalComputeAccount>
|
||||
<LocalComputeAccount>localcomputeaccount</LocalComputeAccount>
|
||||
<LocalDatabase>master</LocalDatabase>
|
||||
<LocalSchema>dbo</LocalSchema>
|
||||
|
@ -61,7 +61,7 @@
|
|||
<ClusterSchema>dbo</ClusterSchema>
|
||||
</Script>
|
||||
<Script Include="5-ExtractMentions-RefAsm-FileSet.usql">
|
||||
<UseLocalComputeAccount>false</UseLocalComputeAccount>
|
||||
<UseLocalComputeAccount>true</UseLocalComputeAccount>
|
||||
<LocalComputeAccount>localcomputeaccount</LocalComputeAccount>
|
||||
<LocalDatabase>master</LocalDatabase>
|
||||
<LocalSchema>dbo</LocalSchema>
|
||||
|
|
Загрузка…
Ссылка в новой задаче