Skip to content

Commit

Permalink
Updated batch version
Browse files Browse the repository at this point in the history
  • Loading branch information
paterasMSFT committed Oct 26, 2021
1 parent 4c74400 commit 86a050d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 86a050d

Please sign in to comment.