Skip to content

Commit ef7f4e9

Browse files
bergmeisterMIchaelMainer
authored andcommitted
Upgrade build system (#2) (#372)
- Upgrade the last 2 test projects that still use packages.config to use `packagereference`. This allows also for removing transitive references in the test project like e.g the one to NewtonSoft.json - Use consistent and RTM version of test sdk - Upgrade moq Nuget package - Use RTM version of ms code coverage Nuget package - Update mstest Nuget packages - dotnet restore is not needed any more for modern SDKs -> remove it in appveyor.yaml
1 parent 42a9341 commit ef7f4e9

File tree

7 files changed

+43
-121
lines changed

7 files changed

+43
-121
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ branches:
44
- dev
55
- master
66
image: Visual Studio 2017
7+
78
before_build:
89
- cmd: >-
910
nuget restore
10-
11-
dotnet restore
1211
build:
1312
verbosity: minimal
1413

tests/Microsoft.Graph.Core.Test/Microsoft.Graph.Core.Test.csproj

Lines changed: 17 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" />
4-
<Import Project="..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.props" Condition="Exists('..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.props')" />
5-
<Import Project="..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.props" Condition="Exists('..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.props')" />
63
<PropertyGroup>
74
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
85
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -19,6 +16,8 @@
1916
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
2017
<IsCodedUITest>False</IsCodedUITest>
2118
<TestProjectType>UnitTest</TestProjectType>
19+
<NuGetPackageImportStamp>
20+
</NuGetPackageImportStamp>
2221
</PropertyGroup>
2322
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2423
<DebugSymbols>true</DebugSymbols>
@@ -38,34 +37,10 @@
3837
<WarningLevel>4</WarningLevel>
3938
</PropertyGroup>
4039
<ItemGroup>
41-
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
42-
<HintPath>..\..\packages\Castle.Core.4.2.1\lib\net45\Castle.Core.dll</HintPath>
43-
</Reference>
44-
<Reference Include="Microsoft.VisualStudio.CodeCoverage.Shim, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
45-
<HintPath>..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\lib\net45\Microsoft.VisualStudio.CodeCoverage.Shim.dll</HintPath>
46-
</Reference>
47-
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
48-
<HintPath>..\..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
49-
</Reference>
50-
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
51-
<HintPath>..\..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
52-
</Reference>
53-
<Reference Include="Moq, Version=4.8.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
54-
<HintPath>..\..\packages\Moq.4.8.1\lib\net45\Moq.dll</HintPath>
55-
</Reference>
56-
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
57-
<HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
58-
</Reference>
5940
<Reference Include="System" />
6041
<Reference Include="System.Configuration" />
6142
<Reference Include="System.Net.Http" />
6243
<Reference Include="System.Runtime.Serialization" />
63-
<Reference Include="System.Threading.Tasks.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
64-
<HintPath>..\..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
65-
</Reference>
66-
<Reference Include="System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
67-
<HintPath>..\..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
68-
</Reference>
6944
</ItemGroup>
7045
<Choose>
7146
<When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
@@ -127,9 +102,21 @@
127102
</ProjectReference>
128103
</ItemGroup>
129104
<ItemGroup>
130-
<None Include="packages.config">
131-
<SubType>Designer</SubType>
132-
</None>
105+
<PackageReference Include="Microsoft.CodeCoverage">
106+
<Version>15.9.0</Version>
107+
</PackageReference>
108+
<PackageReference Include="Microsoft.NET.Test.Sdk">
109+
<Version>15.9.0</Version>
110+
</PackageReference>
111+
<PackageReference Include="Moq">
112+
<Version>4.10.1</Version>
113+
</PackageReference>
114+
<PackageReference Include="MSTest.TestAdapter">
115+
<Version>1.4.0</Version>
116+
</PackageReference>
117+
<PackageReference Include="MSTest.TestFramework">
118+
<Version>1.4.0</Version>
119+
</PackageReference>
133120
</ItemGroup>
134121
<Choose>
135122
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
@@ -151,20 +138,6 @@
151138
</Choose>
152139
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
153140
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
154-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
155-
<PropertyGroup>
156-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
157-
</PropertyGroup>
158-
<Error Condition="!Exists('..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.props'))" />
159-
<Error Condition="!Exists('..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.targets'))" />
160-
<Error Condition="!Exists('..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.props'))" />
161-
<Error Condition="!Exists('..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.targets'))" />
162-
<Error Condition="!Exists('..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props'))" />
163-
<Error Condition="!Exists('..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets'))" />
164-
</Target>
165-
<Import Project="..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.targets" Condition="Exists('..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.targets')" />
166-
<Import Project="..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.targets" Condition="Exists('..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.targets')" />
167-
<Import Project="..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" />
168141
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
169142
Other similar extension points exist, see Microsoft.Common.targets.
170143
<Target Name="BeforeBuild">

tests/Microsoft.Graph.Core.Test/packages.config

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/Microsoft.Graph.DotnetCore.Core.Test/Microsoft.Graph.DotnetCore.Core.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0-preview-20180924-03" />
22-
<PackageReference Include="Moq" Version="4.8.1" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
22+
<PackageReference Include="Moq" Version="4.10.1" />
2323
<PackageReference Include="xunit" Version="2.2.0" />
2424
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
2525
</ItemGroup>

tests/Microsoft.Graph.DotnetCore.Test/Microsoft.Graph.DotnetCore.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0-preview-20180924-03" />
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
1919
</ItemGroup>
2020

tests/Microsoft.Graph.Test/Microsoft.Graph.Test.csproj

Lines changed: 22 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" />
4-
<Import Project="..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.props" Condition="Exists('..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.props')" />
5-
<Import Project="..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.props" Condition="Exists('..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.props')" />
63
<PropertyGroup>
74
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
85
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -19,6 +16,8 @@
1916
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
2017
<IsCodedUITest>False</IsCodedUITest>
2118
<TestProjectType>UnitTest</TestProjectType>
19+
<NuGetPackageImportStamp>
20+
</NuGetPackageImportStamp>
2221
</PropertyGroup>
2322
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2423
<DebugSymbols>true</DebugSymbols>
@@ -43,28 +42,7 @@
4342
<AssemblyOriginatorKeyFile>..\..\build\35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
4443
</PropertyGroup>
4544
<ItemGroup>
46-
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
47-
<HintPath>..\..\packages\Castle.Core.4.2.1\lib\net45\Castle.Core.dll</HintPath>
48-
</Reference>
4945
<Reference Include="Microsoft.CSharp" />
50-
<Reference Include="Microsoft.Identity.Client, Version=1.1.2.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL">
51-
<HintPath>..\..\packages\Microsoft.Identity.Client.1.1.2-preview0008\lib\net45\Microsoft.Identity.Client.dll</HintPath>
52-
</Reference>
53-
<Reference Include="Microsoft.VisualStudio.CodeCoverage.Shim, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
54-
<HintPath>..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\lib\net45\Microsoft.VisualStudio.CodeCoverage.Shim.dll</HintPath>
55-
</Reference>
56-
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
57-
<HintPath>..\..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
58-
</Reference>
59-
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
60-
<HintPath>..\..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
61-
</Reference>
62-
<Reference Include="Moq, Version=4.8.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
63-
<HintPath>..\..\packages\Moq.4.8.1\lib\net45\Moq.dll</HintPath>
64-
</Reference>
65-
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
66-
<HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
67-
</Reference>
6846
<Reference Include="System" />
6947
<Reference Include="System.Configuration" />
7048
<Reference Include="System.Data" />
@@ -73,12 +51,6 @@
7351
<Reference Include="System.IdentityModel" />
7452
<Reference Include="System.Net.Http" />
7553
<Reference Include="System.Runtime.Serialization" />
76-
<Reference Include="System.Threading.Tasks.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
77-
<HintPath>..\..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
78-
</Reference>
79-
<Reference Include="System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
80-
<HintPath>..\..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
81-
</Reference>
8254
<Reference Include="System.Xml" />
8355
<Reference Include="System.Xml.Linq" />
8456
</ItemGroup>
@@ -146,9 +118,6 @@
146118
</ProjectReference>
147119
</ItemGroup>
148120
<ItemGroup>
149-
<None Include="packages.config">
150-
<SubType>Designer</SubType>
151-
</None>
152121
<None Include="Requests\Functional\Resources\excelTestResource.xlsx" />
153122
</ItemGroup>
154123
<ItemGroup>
@@ -161,6 +130,26 @@
161130
<Content Include="Requests\Functional\Resources\hamilton.PNG" />
162131
<Content Include="Requests\Functional\Resources\textfile.txt" />
163132
</ItemGroup>
133+
<ItemGroup>
134+
<PackageReference Include="Microsoft.CodeCoverage">
135+
<Version>15.9.0</Version>
136+
</PackageReference>
137+
<PackageReference Include="Microsoft.Identity.Client">
138+
<Version>1.1.2-preview0008</Version>
139+
</PackageReference>
140+
<PackageReference Include="Microsoft.NET.Test.Sdk">
141+
<Version>15.9.0</Version>
142+
</PackageReference>
143+
<PackageReference Include="Moq">
144+
<Version>4.10.1</Version>
145+
</PackageReference>
146+
<PackageReference Include="MSTest.TestAdapter">
147+
<Version>1.4.0</Version>
148+
</PackageReference>
149+
<PackageReference Include="MSTest.TestFramework">
150+
<Version>1.4.0</Version>
151+
</PackageReference>
152+
</ItemGroup>
164153
<Choose>
165154
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
166155
<ItemGroup>
@@ -181,20 +170,6 @@
181170
</Choose>
182171
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
183172
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
184-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
185-
<PropertyGroup>
186-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
187-
</PropertyGroup>
188-
<Error Condition="!Exists('..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.props'))" />
189-
<Error Condition="!Exists('..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.targets'))" />
190-
<Error Condition="!Exists('..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.props'))" />
191-
<Error Condition="!Exists('..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.targets'))" />
192-
<Error Condition="!Exists('..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props'))" />
193-
<Error Condition="!Exists('..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets'))" />
194-
</Target>
195-
<Import Project="..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.targets" Condition="Exists('..\..\packages\Microsoft.CodeCoverage.15.9.0-preview-20180816-01\build\netstandard1.0\Microsoft.CodeCoverage.targets')" />
196-
<Import Project="..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.targets" Condition="Exists('..\..\packages\Microsoft.NET.Test.Sdk.15.9.0-preview-20180816-01\build\net45\Microsoft.Net.Test.Sdk.targets')" />
197-
<Import Project="..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" />
198173
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
199174
Other similar extension points exist, see Microsoft.Common.targets.
200175
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)