Skip to content

Commit

Permalink
Address non-prod component governance issues (#25566)
Browse files Browse the repository at this point in the history
* Address component governance

* Address asn conflicts

---------

Co-authored-by: Jin Lei <leijin@microsoft.com>
  • Loading branch information
isra-fel and msJinLei authored Jul 17, 2024
1 parent 374835a commit 7499804
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tools/Az.nonprod.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>

<ItemGroup>
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.10" IncludeAssets="All" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.7" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.21" IncludeAssets="All" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.8" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.4" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions tools/Common.Netcore.Dependencies.Test.targets
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="xunit.runner.console" Version="2.4.0" />
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.5.0" />
<Reference Include="System.Net.Http" />
<PackageReference Include="Newtonsoft.Json" version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" version="13.0.3" />
<PackageReference Include="Microsoft.Extensions.Primitives" Version="2.2.0" />
</ItemGroup>

Expand All @@ -34,7 +34,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion tools/Tools.Common/Tools.Common.Netcore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Import Project="$(MSBuildThisFileDirectory)..\Az.nonprod.props" />

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" PrivateAssets="All" />
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="5.0.0" />
<PackageReference Include="System.Runtime.Loader" Version="4.0.0" />
Expand Down

0 comments on commit 7499804

Please sign in to comment.