Skip to content

Commit

Permalink
pin version of generator in test framework (#39830)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Nov 8, 2023
1 parent b7e3627 commit 661379f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Moq" />
<Reference Include="System.Web" Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net47'" />

<!--Temporary solution to pin the version of generator here to workaround the issue in our pipelines that gets conflicts in git push -->
<PackageReference Include="Microsoft.Azure.AutoRest.CSharp" VersionOverride="3.0.0-beta.20231107.1" PrivateAssets="All" />

<!--
Explicit references to pull in patched versions of ASP.NET Core packages
-->
Expand Down

0 comments on commit 661379f

Please sign in to comment.