Skip to content

Commit ab3e92e

Browse files
Bump Microsoft.PowerShell.SDK and System.Management.Automation
Bumps Microsoft.PowerShell.SDK from 7.2.0 to 7.2.3 Bumps System.Management.Automation from 7.2.0 to 7.2.3 --- updated-dependencies: - dependency-name: Microsoft.PowerShell.SDK dependency-version: 7.2.3 dependency-type: direct:production - dependency-name: System.Management.Automation dependency-version: 7.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 192a774 commit ab3e92e

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed
Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<AssemblyName>Microsoft.Azure.PowerShell.Tools.AzPredictor</AssemblyName>
5-
<RootNamespace>Microsoft.Azure.PowerShell.Tools.AzPredictor</RootNamespace>
6-
<RepoArtifacts>$(MSBuildThisFileDirectory)</RepoArtifacts>
7-
<OutputPath>$(RepoArtifacts)..\..\..\artifacts\Tools\Az.Tools.Predictor\</OutputPath>
8-
<DisableTransitiveProjectReferences>true</DisableTransitiveProjectReferences>
9-
<ProduceReferenceAssemblyInOutDir>false</ProduceReferenceAssemblyInOutDir>
10-
</PropertyGroup>
11-
12-
<PropertyGroup>
13-
<PackageId>Az.Tools.Predictor</PackageId>
14-
<Description>Microsoft Azure PowerShell - Module providing recommendations to PSReadLine v2.2.2 or above for cmdlets comprised in the Az module - This module is compatible with PowerShell 7.2 or above.
15-
16-
For more information on Az Predictor, please visit the following: https://aka.ms/azpredictordocs</Description>
17-
</PropertyGroup>
18-
19-
<PropertyGroup>
20-
<DocumentationFile>$(OutputPath)\Microsoft.Azure.PowerShell.Tools.AzPredictor.xml</DocumentationFile>
21-
</PropertyGroup>
22-
23-
<ItemGroup>
24-
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.18.0" />
25-
<PackageReference Include="Microsoft.Azure.PowerShell.Common.Share" Version="1.3.62-preview" />
26-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.0">
27-
<ExcludeAssets>contentFiles</ExcludeAssets>
28-
</PackageReference>
29-
<PackageReference Include="System.Management.Automation" Version="7.2.0">
30-
<ExcludeAssets>contentFiles</ExcludeAssets>
31-
</PackageReference>
32-
</ItemGroup>
33-
34-
<ItemGroup>
35-
<ProjectReference Include="$(RepoArtifacts)..\Az.Tools.Predictor.SourceGenerator\Az.Tools.Predictor.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
36-
</ItemGroup>
37-
38-
<ItemGroup>
39-
<AdditionalFiles Include="AzPredictorSettings.json" />
40-
</ItemGroup>
41-
42-
<ItemGroup>
43-
<None Include="Az.Tools.Predictor.psd1" CopyToOutputDirectory="PreserveNewest" />
44-
<None Include="Az.Tools.Predictor.psm1" CopyToOutputDirectory="PreserveNewest" />
45-
<None Include="command_param_to_resource_map.json" CopyToOutputDirectory="PreserveNewest" />
46-
</ItemGroup>
47-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<AssemblyName>Microsoft.Azure.PowerShell.Tools.AzPredictor</AssemblyName>
5+
<RootNamespace>Microsoft.Azure.PowerShell.Tools.AzPredictor</RootNamespace>
6+
<RepoArtifacts>$(MSBuildThisFileDirectory)</RepoArtifacts>
7+
<OutputPath>$(RepoArtifacts)..\..\..\artifacts\Tools\Az.Tools.Predictor\</OutputPath>
8+
<DisableTransitiveProjectReferences>true</DisableTransitiveProjectReferences>
9+
<ProduceReferenceAssemblyInOutDir>false</ProduceReferenceAssemblyInOutDir>
10+
</PropertyGroup>
11+
12+
<PropertyGroup>
13+
<PackageId>Az.Tools.Predictor</PackageId>
14+
<Description>Microsoft Azure PowerShell - Module providing recommendations to PSReadLine v2.2.2 or above for cmdlets comprised in the Az module - This module is compatible with PowerShell 7.2 or above.
15+
16+
For more information on Az Predictor, please visit the following: https://aka.ms/azpredictordocs</Description>
17+
</PropertyGroup>
18+
19+
<PropertyGroup>
20+
<DocumentationFile>$(OutputPath)\Microsoft.Azure.PowerShell.Tools.AzPredictor.xml</DocumentationFile>
21+
</PropertyGroup>
22+
23+
<ItemGroup>
24+
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.18.0" />
25+
<PackageReference Include="Microsoft.Azure.PowerShell.Common.Share" Version="1.3.62-preview" />
26+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.3">
27+
<ExcludeAssets>contentFiles</ExcludeAssets>
28+
</PackageReference>
29+
<PackageReference Include="System.Management.Automation" Version="7.2.3">
30+
<ExcludeAssets>contentFiles</ExcludeAssets>
31+
</PackageReference>
32+
</ItemGroup>
33+
34+
<ItemGroup>
35+
<ProjectReference Include="$(RepoArtifacts)..\Az.Tools.Predictor.SourceGenerator\Az.Tools.Predictor.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
36+
</ItemGroup>
37+
38+
<ItemGroup>
39+
<AdditionalFiles Include="AzPredictorSettings.json" />
40+
</ItemGroup>
41+
42+
<ItemGroup>
43+
<None Include="Az.Tools.Predictor.psd1" CopyToOutputDirectory="PreserveNewest" />
44+
<None Include="Az.Tools.Predictor.psm1" CopyToOutputDirectory="PreserveNewest" />
45+
<None Include="command_param_to_resource_map.json" CopyToOutputDirectory="PreserveNewest" />
46+
</ItemGroup>
47+
</Project>

0 commit comments

Comments
 (0)