File tree 2 files changed +2
-18
lines changed
2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<VersionPrefix >1.17.1</VersionPrefix >
10
10
11
11
<ItemGroup Condition =" '$(TargetFramework)' == 'net451' " >
12
12
<Reference Include =" System.ComponentModel.Composition" />
13
- <Reference Include =" System" />
14
13
</ItemGroup >
15
14
16
15
<PropertyGroup Condition =" '$(TargetFramework)' == 'net451' " >
61
60
</ItemGroup >
62
61
63
62
<ItemGroup Condition =" '$(TargetFramework)' == 'net451' AND '$(Configuration)' != 'PSV3Release'" >
64
- <PackageReference Include =" Microsoft.PowerShell.5.ReferenceAssemblies" Version =" 1.0 .0" />
63
+ <PackageReference Include =" Microsoft.PowerShell.5.ReferenceAssemblies" Version =" 1.1 .0" />
65
64
</ItemGroup >
66
65
67
66
<PropertyGroup Condition =" '$(Configuration)' == 'PSV3Release' " >
Original file line number Diff line number Diff line change 16
16
<ItemGroup Condition =" '$(TargetFramework)' == 'net451' " >
17
17
<Reference Include =" System.ComponentModel.Composition" />
18
18
<Reference Include =" System.Data.Entity.Design" />
19
- <Reference Include =" System" />
20
- <Reference Include =" Microsoft.CSharp" />
21
19
</ItemGroup >
22
20
23
21
<PropertyGroup Condition =" '$(TargetFramework)' == 'net451' " >
46
44
<ItemGroup Condition =" '$(TargetFramework)' == 'net451' " >
47
45
<PackageReference Include =" Microsoft.Management.Infrastructure" Version =" 1.0.0-alpha*" />
48
46
</ItemGroup >
49
-
50
- <ItemGroup Condition =" '$(TargetFramework)' == 'net451' AND '$(Configuration)' != 'PSV3Release'" >
51
- <PackageReference Include =" Microsoft.PowerShell.5.ReferenceAssemblies" Version =" 1.0.0" />
52
- </ItemGroup >
53
-
54
- <ItemGroup Condition =" '$(TargetFramework)' == 'net451' AND '$(Configuration)' == 'PSV4Release'" >
55
- <PackageReference Include =" Microsoft.PowerShell.4.ReferenceAssemblies" Version =" 1.0.0" />
56
- </ItemGroup >
57
-
58
- <ItemGroup Condition =" '$(TargetFramework)' == 'net451' AND '$(Configuration)' != 'PSV3Release'" >
59
- <PackageReference Include =" Microsoft.PowerShell.5.ReferenceAssemblies" Version =" 1.0.0" />
60
- </ItemGroup >
61
47
62
48
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
63
- <PackageReference Include =" System.Management.Automation" Version =" 6.0.2" />
64
49
<PackageReference Include =" Microsoft.Management.Infrastructure" Version =" 1.0.0-alpha*" />
65
50
<PackageReference Include =" System.Reflection.TypeExtensions" Version =" 4.5.0" />
66
51
<Compile Remove =" UseSingularNouns.cs" />
You can’t perform that action at this time.
0 commit comments