Skip to content

Commit

Permalink
Updated batch version
Browse files Browse the repository at this point in the history
Updated package version

Updated version
  • Loading branch information
paterasMSFT committed Nov 1, 2021
1 parent 02952b2 commit 4625948
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
-->
<ItemGroup Condition="'$(IsClientLibrary)' != 'true'">
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.4.11" />
<PackageReference Update="Microsoft.Azure.Batch" Version="15.0.0" />
<PackageReference Update="Microsoft.Azure.Batch" Version="15.1.0" />
<PackageReference Update="Microsoft.Azure.Devices.Client" Version="1.23.2" />
<PackageReference Update="Microsoft.Azure.Devices" Version="1.19.0" />
<PackageReference Update="Microsoft.Azure.KeyVault.Core" Version="3.0.3" />
<PackageReference Update="Microsoft.Azure.Management.Batch" Version="4.2.0" />
<PackageReference Update="Microsoft.Azure.Management.Batch" Version="14.1.0" />
<PackageReference Update="Microsoft.Azure.Services.AppAuthentication" Version="[1.0.3, 2.0.0)" />
<PackageReference Update="Microsoft.Azure.Storage.Blob" Version="11.1.7" />
<PackageReference Update="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="[2.4.0]" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<ItemGroup>
<PackageReference Include="System.Text.Encodings.Web" />
<PackageReference Include="Microsoft.Azure.Batch" />
<PackageReference Include="Microsoft.Azure.Batch" Version="15.1.0" />
<PackageReference Include="WindowsAzure.Storage" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ItemGroup>
<PackageReference Include="System.Text.Encodings.Web" />
<PackageReference Include="WindowsAzure.Storage" />
<PackageReference Include="Microsoft.Azure.Batch" />
<PackageReference Include="Microsoft.Azure.Batch" Version="15.1.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
<Reference Include="System.Web" />
Expand Down

0 comments on commit 4625948

Please sign in to comment.