Skip to content

Commit a9de509

Browse files
azure-powershell-botazurepowershell
and
azurepowershell
authored
Sync tools folder from main branch to generation branch (#25577)
Co-authored-by: azurepowershell <azurepowershell@ms.com>
1 parent a848dba commit a9de509

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

tools/Az.nonprod.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22

33
<ItemGroup>
4-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.10" IncludeAssets="All" />
5-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.7" />
4+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.21" IncludeAssets="All" />
5+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.8" />
66
<PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />
77
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.4" />
88
</ItemGroup>

tools/Common.Netcore.Dependencies.Test.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="xunit.runner.console" Version="2.4.0" />
1818
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.0" />
1919
<Reference Include="System.Net.Http" />
20-
<PackageReference Include="Newtonsoft.Json" version="13.0.2" />
20+
<PackageReference Include="Newtonsoft.Json" version="13.0.3" />
2121
<PackageReference Include="Microsoft.Extensions.Primitives" Version="2.2.0" />
2222
</ItemGroup>
2323

@@ -34,7 +34,7 @@
3434

3535
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
3636
<!-- version of SDK should reference https://docs.microsoft.com/en-us/powershell/azure/what-is-azure-powershell -->
37-
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
37+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
3838
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
3939
</ItemGroup>
4040

tools/CreateMappings_rules.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,5 +903,9 @@
903903
{
904904
"module": "Informatica",
905905
"alias": "Informatica"
906+
},
907+
{
908+
"module": "Oracle",
909+
"alias": "Oracle"
906910
}
907911
]

tools/Tools.Common/Tools.Common.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<Import Project="$(MSBuildThisFileDirectory)..\Az.nonprod.props" />
2121

2222
<ItemGroup>
23-
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
23+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2424
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" PrivateAssets="All" />
2525
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="5.0.0" />
2626
<PackageReference Include="System.Runtime.Loader" Version="4.0.0" />

0 commit comments

Comments
 (0)