|
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <VersionPrefix>1.16.1</VersionPrefix> |
5 | | - <TargetFrameworks>netstandard2.0;net451</TargetFrameworks> |
| 5 | + <TargetFrameworks>netstandard2.0;net461</TargetFrameworks> |
6 | 6 | <AssemblyName>Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules</AssemblyName> |
7 | 7 | <PackageId>Rules</PackageId> |
8 | 8 | <PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard2.0' ">$(PackageTargetFallback)</PackageTargetFallback> |
|
15 | 15 | <PackageReference Include="Newtonsoft.Json" Version="10.0.3" /> |
16 | 16 | </ItemGroup> |
17 | 17 |
|
18 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'net451' "> |
| 18 | + <ItemGroup Condition=" '$(TargetFramework)' == 'net461' "> |
19 | 19 | <Reference Include="System.ComponentModel.Composition" /> |
20 | 20 | <Reference Include="System.Data.Entity.Design" /> |
21 | 21 | <Reference Include="System" /> |
22 | 22 | <Reference Include="Microsoft.CSharp" /> |
23 | 23 | </ItemGroup> |
24 | 24 |
|
25 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net451' "> |
| 25 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'net461' "> |
26 | 26 | <DebugType>portable</DebugType> |
27 | 27 | </PropertyGroup> |
28 | 28 |
|
|
45 | 45 | </EmbeddedResource> |
46 | 46 | </ItemGroup> |
47 | 47 |
|
48 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net451'"> |
49 | | - <PackageReference Include="System.Management.Automation" Version="6.0.0-alpha13" /> |
| 48 | + <ItemGroup> |
| 49 | + <PackageReference Include="System.Management.Automation" Version="6.0.2" /> |
| 50 | + <PackageReference Include="Microsoft.Management.Infrastructure" Version="1.0.0-alpha08" /> |
50 | 51 | </ItemGroup> |
51 | 52 |
|
52 | 53 | <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> |
53 | | - <PackageReference Include="System.Management.Automation" Version="6.0.2" /> |
54 | | - <PackageReference Include="Microsoft.Management.Infrastructure" Version="1.0.0-alpha08" /> |
55 | 54 | <PackageReference Include="System.Reflection.TypeExtensions" Version="4.4.0" /> |
56 | 55 | <Compile Remove="UseSingularNouns.cs" /> |
57 | 56 | </ItemGroup> |
|
0 commit comments