Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Perovich <alperovi@microsoft.com>2016-10-05 22:50:37 +0300
committerGitHub <noreply@github.com>2016-10-05 22:50:37 +0300
commit71de1aac5cf3e5dc87714ae0cc829e1fa98f7c5d (patch)
treec513e0e81baa015c7afb45a739a2aa8a07cdc0fe /src/System.Threading.Timer/tests
parentae0e5586cc32390e2f968f2e3f69bde95df6bf73 (diff)
Update project ToolsVersions to 14.0 (#12355)
Diffstat (limited to 'src/System.Threading.Timer/tests')
-rw-r--r--src/System.Threading.Timer/tests/System.Threading.Timer.Tests.builds2
-rw-r--r--src/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Threading.Timer/tests/System.Threading.Timer.Tests.builds b/src/System.Threading.Timer/tests/System.Threading.Timer.Tests.builds
index eb1c0efd5a..4de1231639 100644
--- a/src/System.Threading.Timer/tests/System.Threading.Timer.Tests.builds
+++ b/src/System.Threading.Timer/tests/System.Threading.Timer.Tests.builds
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<ItemGroup>
<Project Include="System.Threading.Timer.Tests.csproj"/>
diff --git a/src/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj b/src/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
index 7e6c1e05fa..69834ae802 100644
--- a/src/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
+++ b/src/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>