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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2019-01-04 21:01:45 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2019-01-04 21:01:45 +0300
commitda77274259d2d35c4351caeb6bba485a038c2771 (patch)
treef86e2b910c4d92fbadac629239b496fbfc12ee61 /build
parent90b2d60332c545e1da3f78c18662d43d27fd1e7e (diff)
parent436076fd551fdc6e24565381211ad3c5ebd7b589 (diff)
Merge in 'release/2.1' changes
Diffstat (limited to 'build')
-rw-r--r--build/repo.props5
1 files changed, 1 insertions, 4 deletions
diff --git a/build/repo.props b/build/repo.props
index 96da90068f..460315713e 100644
--- a/build/repo.props
+++ b/build/repo.props
@@ -63,13 +63,10 @@
<ProjectToExclude Include="
$(RepositoryRoot)src\Servers\HttpSys\samples\TestClient\TestClient.csproj;
$(RepositoryRoot)src\Middleware\WebSockets\samples\TestServer\TestServer.csproj;
+ $(RepositoryRoot)src\Identity\samples\NativeWPFClient\NativeWPFClient.csproj;
"
Condition=" '$(MSBuildRuntimeType)' == 'Core' " />
-
- <!-- Exclude the WPF samples for now because they use classic .csproj, which is not yet supported in our build. -->
- <ProjectToExclude Include="$(RepositoryRoot)src\Identity\Identity\samples\NativeWPFClient\NativeWPFClient.csproj;" />
-
<!-- Exclude the websockets samples for now because they use classic .csproj, which is not yet supported in our build. -->
<ProjectToExclude Include="
$(RepositoryRoot)src\Middleware\WebSockets\samples\**\*.csproj;