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:
authorEric St. John <ericstj@microsoft.com>2016-04-29 02:07:25 +0300
committerEric St. John <ericstj@microsoft.com>2016-04-30 19:53:43 +0300
commit17d24311ef3490a7d4ec25f8105c780c1018a577 (patch)
tree05cc39dc6dbda677427781f2b8335842781e101b /src/System.Threading.ThreadPool/pkg
parenta4b51e2f34eaf0843248fad5a538f2a3f3a82fce (diff)
Use netcoreapp1.0 TFM for .NETCore validation
Diffstat (limited to 'src/System.Threading.ThreadPool/pkg')
-rw-r--r--src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj b/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj
index ac931ad643..ec315f2ffb 100644
--- a/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj
+++ b/src/System.Threading.ThreadPool/pkg/System.Threading.ThreadPool.pkgproj
@@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<ItemGroup>
<ProjectReference Include="..\ref\System.Threading.ThreadPool.csproj">
- <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
+ <SupportedFramework>net46;netcoreapp1.0</SupportedFramework>
</ProjectReference>
<ProjectReference Include="..\src\System.Threading.ThreadPool.builds" />
</ItemGroup>