File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Machine.VSTestAdapter.Specs Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netcoreapp1 .1;net46</TargetFrameworks >
4+ <TargetFrameworks >netcoreapp2 .1;net46</TargetFrameworks >
55 <AssemblyName >Machine.VSTestAdapter.Specs</AssemblyName >
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Machine.Fakes.Moq" Version =" 2.8 .0" />
10+ <PackageReference Include =" Machine.Fakes.Moq" Version =" 2.10 .0" />
1111 <PackageReference Include =" Machine.Specifications" Version =" 0.12.0" />
1212 <PackageReference Include =" Machine.Specifications.Should" Version =" 0.11.0" />
13- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0 .0" />
13+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9 .0" />
1414 <PackageReference Include =" Microsoft.TestPlatform.ObjectModel" Version =" 15.0.0" Condition =" '$(TargetFramework)'=='netstandard1.5'" />
1515 <PackageReference Include =" Microsoft.TestPlatform.ObjectModel" Version =" 11.0.0" Condition =" '$(TargetFramework)'=='net46'" />
1616 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <_TargetDotNetCore >netcoreapp1 .1</_TargetDotNetCore >
4+ <_TargetDotNetCore >netcoreapp2 .1</_TargetDotNetCore >
55 <_TargetDotNetFramework >net46</_TargetDotNetFramework >
66
7- <TargetFrameworks >netcoreapp1 .1;net46</TargetFrameworks >
7+ <TargetFrameworks >netcoreapp2 .1;net46</TargetFrameworks >
88 <!-- Needed in order to later manually include the libs in the build directory instead of lib -->
99 <IncludeBuildOutput >false</IncludeBuildOutput >
1010
2222 <PackageIconUrl >http://github.com/machine/machine.vstestadapter/raw/master/Misc/Machine.VSTestAdapter-64x64.png</PackageIconUrl >
2323 </PropertyGroup >
2424
25- <PropertyGroup Condition =" '$(TargetFramework)'=='netcoreapp1 .1'" >
25+ <PropertyGroup Condition =" '$(TargetFramework)'=='netcoreapp2 .1'" >
2626 <DefineConstants >NETSTANDARD</DefineConstants >
2727 </PropertyGroup >
2828
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >netcoreapp1 .1;net46</TargetFrameworks >
3+ <TargetFrameworks >netcoreapp2 .1;net46</TargetFrameworks >
44 <AssemblyName >SampleSpecs</AssemblyName >
55 <OutputPath >..\testdata\</OutputPath >
66 <IsPackable >false</IsPackable >
99 <ItemGroup >
1010 <PackageReference Include =" Machine.Specifications" Version =" 0.12.0" />
1111 <PackageReference Include =" Machine.Specifications.Should" Version =" 0.11.0" />
12- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0 .0" />
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9 .0" />
1313 </ItemGroup >
1414
1515 <ItemGroup >
Original file line number Diff line number Diff line change 11environment :
2- nuget_version : ' 2.7 .0'
3- assembly_version : ' 2.7 .0'
2+ nuget_version : ' 2.8 .0'
3+ assembly_version : ' 2.8 .0'
44
55version : ' $(nuget_version)+{build}'
66
You can’t perform that action at this time.
0 commit comments