File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
GraphODataTemplateWriter.Test Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" ..\packages\MSTest.TestAdapter.1. 2.1\build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\packages\MSTest.TestAdapter.1. 2.1\build\net45\MSTest.TestAdapter.props')" />
3+ <Import Project =" ..\packages\MSTest.TestAdapter.2.1.2 \build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\packages\MSTest.TestAdapter.2.1.2 \build\net45\MSTest.TestAdapter.props')" />
44 <PropertyGroup >
55 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
66 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7070 <PropertyGroup >
7171 <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 >
7272 </PropertyGroup >
73- <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.1. 2.1\build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1. 2.1\build\net45\MSTest.TestAdapter.props'))" />
74- <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.1. 2.1\build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1. 2.1\build\net45\MSTest.TestAdapter.targets'))" />
73+ <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.2.1.2 \build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.1.2 \build\net45\MSTest.TestAdapter.props'))" />
74+ <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.2.1.2 \build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.1.2 \build\net45\MSTest.TestAdapter.targets'))" />
7575 </Target >
76- <Import Project =" ..\packages\MSTest.TestAdapter.1. 2.1\build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\packages\MSTest.TestAdapter.1. 2.1\build\net45\MSTest.TestAdapter.targets')" />
76+ <Import Project =" ..\packages\MSTest.TestAdapter.2.1.2 \build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\packages\MSTest.TestAdapter.2.1.2 \build\net45\MSTest.TestAdapter.targets')" />
7777</Project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
3- <package id =" MSTest.TestAdapter" version =" 1. 2.1" targetFramework =" net472" />
3+ <package id =" MSTest.TestAdapter" version =" 2.1.2 " targetFramework =" net472" />
44 <package id =" MSTest.TestFramework" version =" 1.2.1" targetFramework =" net472" />
55</packages >
You can’t perform that action at this time.
0 commit comments