File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
tests/progaudi.tarantool.tests Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" 15.0" >
2
-
3
2
<PropertyGroup >
4
- <Version >0.7.0</Version >
3
+ <PatchLevelVersion Condition =" '$(BuildNumber)' == '' " >0</PatchLevelVersion >
4
+ <PatchLevelVersion Condition =" '$(BuildNumber)' != '' " >$(BuildNumber).1-prerelease</PatchLevelVersion >
5
+ <Version >0.7.$(PatchLevelVersion)</Version >
6
+
5
7
<Description >Tarantool low-level client Library</Description >
6
8
<TargetFrameworks >net46;netstandard1.4</TargetFrameworks >
7
9
<WarningsAsErrors >true</WarningsAsErrors >
21
23
</PropertyGroup >
22
24
23
25
<ItemGroup >
24
- <PackageReference Include =" NETStandard.Library" Version =" 1.6" />
25
26
<PackageReference Include =" MsgPack.Light" Version =" 1.2.0" />
26
- <PackageReference Include =" System.Net.NameResolution" Version =" 4.0 .0" />
27
+ <PackageReference Include =" System.Net.NameResolution" Version =" 4.3 .0" />
27
28
</ItemGroup >
28
29
29
30
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard1.4' " >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" 15.0" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" 15.0" >
2
2
<PropertyGroup >
3
3
<Description >progaudi.tarantool Class Library tests</Description >
4
4
<OutputType >Exe</OutputType >
20
20
</PropertyGroup >
21
21
22
22
<ItemGroup >
23
- <PackageReference Include =" Microsoft.NETCore.App" Version =" 1.0.1" />
24
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0-preview-20161123-03" />
25
- <PackageReference Include =" xunit" Version =" 2.2.0-beta4-build3444" />
26
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0-beta4-build1194" />
27
- <PackageReference Include =" JetBrains.Annotations" Version =" 10.2.1" />
23
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
24
+ <PackageReference Include =" xunit" Version =" 2.2.0" />
25
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
26
+ <PackageReference Include =" JetBrains.Annotations" Version =" 10.3.0" />
28
27
<PackageReference Include =" Shouldly" Version =" 2.8.2" />
29
28
<ProjectReference Include =" ..\..\src\progaudi.tarantool\progaudi.tarantool.csproj" />
30
29
</ItemGroup >
You can’t perform that action at this time.
0 commit comments