This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
src/System.IO.FileSystem.AccessControl/tests Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22<Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
44 <BuildConfigurations >
5- netstandard-Windows_NT;
5+ netfx-Windows_NT;
6+ netcoreapp-Windows_NT;
67 </BuildConfigurations >
78 </PropertyGroup >
89</Project >
Original file line number Diff line number Diff line change 22// The .NET Foundation licenses this file to you under the MIT license.
33// See the LICENSE file in the project root for more information.
44
5- using System ;
65using System . Security . AccessControl ;
76using Xunit ;
87
Original file line number Diff line number Diff line change 44 <PropertyGroup >
55 <ProjectGuid >{5915DD11-5D57-45A9-BFB0-56FEB7741E1F}</ProjectGuid >
66 </PropertyGroup >
7- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'netstandard-Windows_NT-Debug|AnyCPU'" />
8- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'netstandard-Windows_NT-Release|AnyCPU'" />
7+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'netfx-Windows_NT-Debug|AnyCPU'" />
8+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'netfx-Windows_NT-Release|AnyCPU'" />
9+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'netcoreapp-Windows_NT-Debug|AnyCPU'" />
10+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'netcoreapp-Windows_NT-Release|AnyCPU'" />
911 <ItemGroup >
1012 <Compile Include =" FileSystemAclExtensionsTests.cs" />
1113 <Compile Include =" $(CommonTestPath)\System\AssertExtensions.cs" >
You can’t perform that action at this time.
0 commit comments