Skip to content

Commit a0d55c4

Browse files
author
maddieclayton
committed
Update Azure.Batch version
1 parent bf0dd26 commit a0d55c4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/ResourceManager/AzureBatch/Commands.Batch.Test/Commands.Batch.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</PropertyGroup>
4242
<ItemGroup>
4343
<Reference Include="Microsoft.Azure.Batch, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
44-
<HintPath>..\..\..\packages\Azure.Batch.8.1.1\lib\net452\Microsoft.Azure.Batch.dll</HintPath>
44+
<HintPath>..\..\..\packages\Azure.Batch.8.1.2\lib\net452\Microsoft.Azure.Batch.dll</HintPath>
4545
</Reference>
4646
<Reference Include="Microsoft.Azure.Management.Batch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4747
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Batch.4.2.0\lib\net45\Microsoft.Azure.Management.Batch.dll</HintPath>

src/ResourceManager/AzureBatch/Commands.Batch.Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Azure.Batch" version="8.1.1" targetFramework="net452" />
3+
<package id="Azure.Batch" version="8.1.2" targetFramework="net452" />
44
<package id="Hyak.Common" version="1.0.3" targetFramework="net45" />
55
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
66
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />

src/ResourceManager/AzureBatch/Commands.Batch/Commands.Batch.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="Azure.Batch" Version="8.1.1" />
35+
<PackageReference Include="Azure.Batch" Version="8.1.2" />
3636
<PackageReference Include="Microsoft.Azure.Management.Batch" Version="4.2.0" />
3737
<PackageReference Include="Microsoft.Extensions.Primitives" Version="1.1.0" />
3838
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" />

src/ResourceManager/AzureBatch/Commands.Batch/Commands.Batch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</PropertyGroup>
4444
<ItemGroup>
4545
<Reference Include="Microsoft.Azure.Batch, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
46-
<HintPath>..\..\..\packages\Azure.Batch.8.1.1\lib\net452\Microsoft.Azure.Batch.dll</HintPath>
46+
<HintPath>..\..\..\packages\Azure.Batch.8.1.2\lib\net452\Microsoft.Azure.Batch.dll</HintPath>
4747
</Reference>
4848
<Reference Include="Microsoft.Azure.Management.Batch, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
4949
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Batch.4.2.0\lib\net45\Microsoft.Azure.Management.Batch.dll</HintPath>

src/ResourceManager/AzureBatch/Commands.Batch/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Azure.Batch" version="8.1.1" targetFramework="net452" />
3+
<package id="Azure.Batch" version="8.1.2" targetFramework="net452" />
44
<package id="Microsoft.Azure.Management.Batch" version="4.2.0" targetFramework="net452" />
55
<package id="Microsoft.Data.Edm" version="5.6.4" targetFramework="net452" />
66
<package id="Microsoft.Data.OData" version="5.6.4" targetFramework="net452" />

0 commit comments

Comments
 (0)