Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 55e85fa

Browse files
authored
Revert "Remove some assemblies from some OS shared frameworks"
1 parent 1c9342b commit 55e85fa

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/Microsoft.Win32.Registry/dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<AssemblyVersion>4.1.0.0</AssemblyVersion>
66
<AssemblyKey>MSFT</AssemblyKey>
7-
<IsNETCoreApp Condition="'$(OSGroup)' == 'Windows_NT'">true</IsNETCoreApp>
7+
<IsNETCoreApp>true</IsNETCoreApp>
88
<IsNETCoreAppRef>false</IsNETCoreAppRef>
99
</PropertyGroup>
1010
</Project>

src/System.IO.FileSystem.AccessControl/dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<AssemblyVersion>4.0.2.0</AssemblyVersion>
66
<AssemblyKey>MSFT</AssemblyKey>
7-
<IsNETCoreApp Condition="'$(OSGroup)' == 'Windows_NT'">true</IsNETCoreApp>
7+
<IsNETCoreApp>true</IsNETCoreApp>
88
<IsNETCoreAppRef>false</IsNETCoreAppRef>
99
</PropertyGroup>
1010
</Project>

src/System.Security.AccessControl/dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<AssemblyVersion>4.1.0.0</AssemblyVersion>
66
<AssemblyKey>MSFT</AssemblyKey>
7-
<IsNETCoreApp Condition="'$(OSGroup)' == 'Windows_NT'">true</IsNETCoreApp>
7+
<IsNETCoreApp>true</IsNETCoreApp>
88
<IsNETCoreAppRef>false</IsNETCoreAppRef>
99
<IsUAP>true</IsUAP>
1010
<ISUAPRef>false</ISUAPRef>

src/System.Security.Cryptography.Cng/dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<AssemblyVersion>4.3.0.0</AssemblyVersion>
66
<AssemblyKey>MSFT</AssemblyKey>
7-
<IsNETCoreApp Condition="'$(OSGroup)' == 'Windows_NT'">true</IsNETCoreApp>
7+
<IsNETCoreApp>true</IsNETCoreApp>
88
<IsNETCoreAppRef>false</IsNETCoreAppRef>
99
<IsUAP>true</IsUAP>
1010
<IsUAPRef>false</IsUAPRef>

src/System.Security.Cryptography.OpenSsl/dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<AssemblyVersion>4.1.0.0</AssemblyVersion>
66
<AssemblyKey>MSFT</AssemblyKey>
7-
<IsNETCoreApp Condition="'$(OSGroup)' == 'Unix'">true</IsNETCoreApp>
7+
<IsNETCoreApp>true</IsNETCoreApp>
88
<IsNETCoreAppRef>false</IsNETCoreAppRef>
99
</PropertyGroup>
1010
</Project>

src/System.Security.Principal.Windows/dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<AssemblyVersion>4.1.0.0</AssemblyVersion>
66
<AssemblyKey>MSFT</AssemblyKey>
7-
<IsNETCoreApp Condition="'$(OSGroup)' == 'Windows_NT'">true</IsNETCoreApp>
7+
<IsNETCoreApp>true</IsNETCoreApp>
88
<IsNETCoreAppRef>false</IsNETCoreAppRef>
99
<IsUAP>true</IsUAP>
1010
<IsUAPRef>false</IsUAPRef>

0 commit comments

Comments
 (0)