Skip to content

Commit

Permalink
Test(e2e): Change NuGet references for E2E Project' (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
Basel Rustum committed Oct 14, 2020
1 parent 222f8cf commit 961f412
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions e2e/test/E2ETests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@
</ItemGroup>

<ItemGroup Condition=" '$(AZURE_IOT_LOCALPACKAGES)' != '' ">
<PackageReference Include="Microsoft.Azure.Devices" Version="1.27.1-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Shared" Version="1.25.1-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.29.1-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices" Version="1.28.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Shared" Version="1.26.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.32.0-preview-*" />
</ItemGroup>
<ItemGroup Condition=" ('$(AZURE_IOT_LOCALPACKAGES.ToUpper())' != '') And ( '$(TargetFramework)' != 'net451' ) ">
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Client" Version="1.16.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Transport.Amqp" Version="1.13.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Transport.Http" Version="1.12.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Transport.Mqtt" Version="1.13.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Security.Tpm" Version="1.12.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Service" Version="1.16.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Client" Version="1.17.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Transport.Amqp" Version="1.14.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Transport.Http" Version="1.13.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Transport.Mqtt" Version="1.14.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Security.Tpm" Version="1.13.0-preview-*" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Service" Version="1.17.0-preview-*" />
<ProjectReference Include="$(RootDir)\security\tpm\samples\SecurityProviderTpmSimulator\SecurityProviderTpmSimulator.csproj" />
</ItemGroup>
</Project>

0 comments on commit 961f412

Please sign in to comment.