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:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-07-14 04:34:32 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-07-14 19:17:07 +0300
commit3c1eac23716f27182e35562d613aef1d80a99147 (patch)
tree6e81d6d855ffb66d1266ff0181ac6605e443f23a /build.proj
parent78db832b8aa934207c9655a9321d416185c35e60 (diff)
Add net47 configuration to System.Security.Cryptography.Algorithms
Fix NETStandard.Library.NETFramework package targets Update the VerifyDuplicateTypes target to include framework assemblies to ensure we don't have any conflicting types between the framework and our OOBs.
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.proj b/build.proj
index 775f6a5418..e00c9826dc 100644
--- a/build.proj
+++ b/build.proj
@@ -55,7 +55,7 @@
<Target Name="UpdateVSConfigurations">
<Message Importance="High" Text="Updating configurations for projects ..." />
<ItemGroup>
- <_projectsToExcludeFromUpdate Include="$(MSBuildThisFileDirectory)src/**/RestoreSDKProject.csproj" />
+ <_projectsToExcludeFromUpdate Include="$(MSBuildThisFileDirectory)src/SharedFrameworkValidation/**/*.csproj" />
<_projectsToUpdate Include="$(MSBuildThisFileDirectory)src/**/*.*csproj" Exclude="@(_projectsToExcludeFromUpdate)" />
<_projectsToUpdate Include="$(MSBuildThisFileDirectory)src/**/*.*ilproj" Exclude="@(_projectsToExcludeFromUpdate)" />
<_solutionsToUpdateFiles Include="$(MSBuildThisFileDirectory)src/*/dir.props" />