File tree Expand file tree Collapse file tree 5 files changed +29
-13
lines changed
System.IO.Pipes.AccessControl
Microsoft.Windows.Compatibility Expand file tree Collapse file tree 5 files changed +29
-13
lines changed Original file line number Diff line number Diff line change 1+ <Project DefaultTargets =" Build" >
2+ <Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Build.props))" />
3+ <ItemGroup >
4+ <ProjectReference Include =" ..\src\System.IO.Pipes.AccessControl.csproj" >
5+ <SupportedFramework >$(NetCoreAppCurrent)</SupportedFramework >
6+ </ProjectReference >
7+ <HarvestIncludePaths Include =" lib/net46;runtimes/win/lib/net46" />
8+ <HarvestIncludePaths Include =" lib/net461;runtimes/win/lib/net461" />
9+ <HarvestIncludePaths Include =" lib/netstandard1.3" />
10+ <HarvestIncludePaths Include =" lib/netstandard2.0" />
11+ <HarvestIncludePaths Include =" runtimes/win/lib/netcoreapp2.1" />
12+ </ItemGroup >
13+ <Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Build.targets))" />
14+ </Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <!-- We are no longer shipping this assembly and it is only used in desktop facades.
4- The reference assembly version needs to be frozen so that our desktop compat facades point to the version from the package. -->
5- <AssemblyVersion >4.0.3.0</AssemblyVersion >
63 <TargetFrameworks >netstandard2.0</TargetFrameworks >
74 <Nullable >enable</Nullable >
85 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <AssemblyName >System.IO.Pipes.AccessControl</AssemblyName >
4- <IncludeDefaultReferences >false</IncludeDefaultReferences >
54 <IsPartialFacadeAssembly Condition =" '$(TargetsWindows)' == 'true'" >true</IsPartialFacadeAssembly >
65 <OmitResources Condition =" '$(TargetsWindows)' == 'true'" >true</OmitResources >
76 <GeneratePlatformNotSupportedAssemblyMessage Condition =" '$(TargetsWindows)' != 'true'" >SR.PlatformNotSupported_AccessControl</GeneratePlatformNotSupportedAssemblyMessage >
8- <TargetFrameworks >$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix </TargetFrameworks >
7+ <TargetFrameworks >$(NetCoreAppCurrent)-Windows_NT;netcoreapp2.1; $(NetCoreAppCurrent)</TargetFrameworks >
98 <Nullable >enable</Nullable >
109 </PropertyGroup >
10+ <PropertyGroup >
11+ <IncludeDefaultReferences Condition =" '$(TargetFramework)' == '$(NetCoreAppCurrent)'" >false</IncludeDefaultReferences >
12+ <AssemblyVersion Condition =" '$(TargetFramework)' == 'netcoreapp2.1'" >4.0.3.0</AssemblyVersion >
13+ </PropertyGroup >
1114 <ItemGroup >
1215 <Reference Include =" System.Runtime" />
1316 </ItemGroup >
1417 <ItemGroup Condition =" '$(TargetsWindows)' == 'true'" >
1518 <ProjectReference Include =" ..\..\System.IO.Pipes\src\System.IO.Pipes.csproj" />
1619 <ProjectReference Include =" ..\..\System.Security.AccessControl\src\System.Security.AccessControl.csproj" />
1720 </ItemGroup >
21+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1'" >
22+ <Reference Include =" System.Resources.ResourceManager" />
23+ </ItemGroup >
1824 <ItemGroup Condition =" '$(TargetsWindows)' != 'true'" >
1925 <Reference Include =" System.IO.Pipes" />
2026 <Reference Include =" System.Security.AccessControl" />
Original file line number Diff line number Diff line change 3030 <PrereleaseLibraryPackage Include =" System.DirectoryServices.Protocols" />
3131 <PrereleaseLibraryPackage Include =" System.IO.FileSystem.AccessControl" />
3232 <PrereleaseLibraryPackage Include =" System.IO.Packaging" />
33+ <PrereleaseLibraryPackage Include =" System.IO.Pipes.AccessControl" />
3334 <PrereleaseLibraryPackage Include =" System.IO.Ports" />
3435 <PrereleaseLibraryPackage Include =" System.Management" />
3536 <PrereleaseLibraryPackage Include =" System.Runtime.Caching" />
4950 <NS21PrereleaseLibraryPackage Include =" System.Reflection.Context" />
5051
5152 <!-- Packages we don't build in master anymore -->
52- <LibraryPackage Include =" System.IO.Pipes.AccessControl" >
53- <Version >4.5.1</Version >
54- </LibraryPackage >
5553 <LibraryPackage Include =" System.Data.DataSetExtensions" >
5654 <Version >4.5.0</Version >
5755 </LibraryPackage >
Original file line number Diff line number Diff line change 33823382 " 4.5.0" ,
33833383 " 4.5.1"
33843384 ],
3385- "BaselineVersion" : " 4.5.1 " ,
3385+ "BaselineVersion" : " 5.0.0 " ,
33863386 "InboxOn" : {},
33873387 "AssemblyVersionInPackageVersion" : {
33883388 "4.0.1.0" : " 4.3.0" ,
33893389 "4.0.2.0" : " 4.4.0" ,
3390- "4.0.3.0" : " 4.5.0"
3390+ "4.0.3.0" : " 4.5.0" ,
3391+ "5.0.0.0" : " 5.0.0"
33913392 }
33923393 },
33933394 "System.IO.Ports" : {
72547255 }
72557256 },
72567257 "ModulesToPackages" : {
7257- "sni.dll " : " runtime.native.System.Data.SqlClient.sni " ,
7258- "libSystem.IO.Ports.Native " : " runtime.native.System.IO.Ports "
7258+ "libSystem.IO.Ports.Native " : " runtime.native.System.IO.Ports " ,
7259+ "sni.dll " : " runtime.native.System.Data.SqlClient.sni "
72597260 },
72607261 "MetaPackages" : {
72617262 "NETStandard.Library" : [
73047305 " System.Xml.XDocument"
73057306 ]
73067307 }
7307- }
7308+ }
You can’t perform that action at this time.
0 commit comments