forked from StockSharp/StockSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon_versions.props
42 lines (37 loc) · 1.86 KB
/
common_versions.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<EcngVer>1.0.*</EcngVer>
<SampleHistoryDataVersion>1.*</SampleHistoryDataVersion>
<StockSharpVer>5.*</StockSharpVer>
<xNetVer>5.2.10</xNetVer>
<MathNumVer>5.0.0</MathNumVer>
<ProtobufNetVer>3.1.17</ProtobufNetVer>
<HtmlAgilityPackVer>1.11.45</HtmlAgilityPackVer>
<JwtVer>9.0.3</JwtVer>
<FluentFtpVer>40.0.0</FluentFtpVer>
<CSharpVer>4.7.0</CSharpVer>
<SignalRVer>2.4.3</SignalRVer>
<MsTestVer>2.2.10</MsTestVer>
<MsTestSdkVer>17.3.1</MsTestSdkVer>
<MsExtensionsVer>6.*</MsExtensionsVer>
<RestSharpXmlVer>108.0.2</RestSharpXmlVer>
<!--
версия nuget должна совпадать с версией нугет либ которые использует мсбилд на сервере стокшарп
иначе в процессе паблишинга будут ошибки вида Msbuild failed when processing the file "...project.csproj ... Could not load file or assembly 'NuGet.Common' "
-->
<NuGetApiVer>6.4.0</NuGetApiVer>
<!-- do not update until task is resolved: https://stocksharp.myjetbrains.com/youtrack/issue/ISLR-10 -->
<PubnubPCLVer>5.0.1</PubnubPCLVer>
<MicrosoftDataSqlClientVer>5.0.0</MicrosoftDataSqlClientVer>
<MicrosoftDataSqliteVer>6.0.8</MicrosoftDataSqliteVer>
<AsyncLinqVer>6.0.1</AsyncLinqVer>
<MsBclAsyncInterfacesVer>6.0.0</MsBclAsyncInterfacesVer>
<SysPipelinesVer>6.0.3</SysPipelinesVer>
<SysMemoryVer>4.5.5</SysMemoryVer>
<SystemTextEncodingsWebVer>6.0.0</SystemTextEncodingsWebVer>
<SystemTextJsonVer>6.*</SystemTextJsonVer>
<SBEVer>1.23.1.1</SBEVer>
<MicrosoftCodeAnalysisCSharpVer>4.3.1</MicrosoftCodeAnalysisCSharpVer>
<MicrosoftCodeAnalysisAnalyzersVer>3.3.3</MicrosoftCodeAnalysisAnalyzersVer>
</PropertyGroup>
</Project>