File tree 2 files changed +5
-6
lines changed
PSCompatibilityCollector/Microsoft.PowerShell.CrossCompatibility 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 10
10
<DefineConstants >$(DefineConstants);CoreCLR</DefineConstants >
11
11
</PropertyGroup >
12
12
13
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
14
+ <PackageReference Include =" Microsoft.Management.Infrastructure" Version =" 2.0.0" />
15
+ </ItemGroup >
16
+
13
17
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
14
18
<PackageReference Include =" Microsoft.Win32.Registry" Version =" 4.5.0" />
15
19
<PackageReference Include =" PowerShellStandard.Library" Version =" 3.0.0-preview-02" />
16
20
</ItemGroup >
17
21
18
22
<ItemGroup Condition =" '$(TargetFramework)' == 'net452'" >
19
23
<PackageReference Include =" Microsoft.PowerShell.3.ReferenceAssemblies" Version =" 1.0.0" />
24
+ <PackageReference Include =" Microsoft.Management.Infrastructure" Version =" 1.0.0" />
20
25
</ItemGroup >
21
26
22
27
<ItemGroup >
23
28
<PackageReference Include =" Microsoft.CSharp" Version =" 4.5.0" />
24
- <PackageReference Include =" Microsoft.Management.Infrastructure" Version =" 1.0.0" />
25
29
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
26
30
</ItemGroup >
27
31
Original file line number Diff line number Diff line change 15
15
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
16
16
</ItemGroup >
17
17
18
- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netcoreapp3.1' " >
19
- <PackageReference Include =" Microsoft.Management.Infrastructure" Version =" 2.0.0" />
20
- </ItemGroup >
21
-
22
18
<ItemGroup Condition =" '$(TargetFramework)' == 'net452' " >
23
- <PackageReference Include =" Microsoft.Management.Infrastructure" Version =" 1.0.0" />
24
19
<Reference Include =" System.ComponentModel.Composition" />
25
20
<Reference Include =" System.Data.Entity.Design" />
26
21
</ItemGroup >
You can’t perform that action at this time.
0 commit comments