diff --git a/dir.props b/dir.props index 5be8a0aeab02..822ca03bbc95 100644 --- a/dir.props +++ b/dir.props @@ -1,10 +1,16 @@ + + + 1.0.16-prerelease + + $(MSBuildThisFileDirectory) $(ProjectDir)src\ $(ProjectDir)bin\ $(BinDir)tools\ + $(BinDir)tests\ $(SourceDir)packages\ @@ -18,10 +24,9 @@ - 1.0.15-prerelease $(ToolsDir)BuildTools.$(BuildToolsVersion).installed.semaphore $(MSBuildThisFileFullPath);$(MSBuildThisFileDirectory)build.proj $(BuildToolsInstallSempahore) - + \ No newline at end of file diff --git a/src/Common/tests/XunitTraitsDiscoverers/XunitTraitsDiscoverers.csproj b/src/Common/tests/XunitTraitsDiscoverers/XunitTraitsDiscoverers.csproj index 11dfbc47b5b6..3eead8239498 100644 --- a/src/Common/tests/XunitTraitsDiscoverers/XunitTraitsDiscoverers.csproj +++ b/src/Common/tests/XunitTraitsDiscoverers/XunitTraitsDiscoverers.csproj @@ -11,6 +11,8 @@ Library XunitTraitsDiscoverers Xunit.TraitDiscoverers + v4.5 + Profile7 true diff --git a/src/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj b/src/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj index 3ce3d096aa48..3244c8640eac 100644 --- a/src/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj +++ b/src/System.Linq.Parallel/tests/System.Linq.Parallel.Tests.csproj @@ -105,7 +105,9 @@ True + ..\..\packages\xunit.assert.2.0.0-beta5-build2785\lib\portable-net45+aspnetcore50+win+wpa81+wp80+monoandroid+monotouch10\xunit.assert.dll True + ..\..\packages\xunit.core.2.0.0-beta5-build2785\lib\portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid\xunit.core.dll True diff --git a/src/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj b/src/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj index 550d8a6e7518..895c7acfe727 100644 --- a/src/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj +++ b/src/System.Reflection.Metadata/tests/System.Reflection.Metadata.Tests.csproj @@ -36,6 +36,7 @@ ..\..\packages\System.Collections.4.0.10-beta-22412\lib\portable-wpa80+win80+net45+aspnetcore50\System.Collections.dll False + False ..\..\packages\System.Collections.Immutable.1.1.32-beta\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll @@ -185,6 +186,7 @@ + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. diff --git a/src/dirs.proj b/src/dirs.proj index 0099d21d66e2..47df91ac137d 100644 --- a/src/dirs.proj +++ b/src/dirs.proj @@ -29,6 +29,13 @@ + + + + + + <_SkipTestAssemblies Include="@(DisabledTestAssembly)" /> +