Skip to content

Commit fd5f125

Browse files
authored
Add net5.0 to smoke tests. Fix dependency issues. (Azure#18696)
* Add net5.0 to smoke test target frameworks * Update azure.messaging.eventhubs to 5.3.0 in smoke tests * Remove daily version override for eventhubs in smoke test
1 parent 697aa5f commit fd5f125

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

common/SmokeTests/SmokeTest/SmokeTest.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
4+
<TargetFrameworks>netcoreapp2.1;net461;net5.0</TargetFrameworks>
55
<LangVersion>latest</LangVersion>
66
<StartupObject>SmokeTest.Program</StartupObject>
77
</PropertyGroup>
@@ -10,13 +10,13 @@
1010
<Reference Include="Microsoft.CSharp" />
1111
</ItemGroup>
1212
<ItemGroup>
13-
<PackageReference Include="Azure.Core" Version="1.8.0" />
13+
<!-- Add an OverrideDailyVersion attribute to prevent the Update-Dependencies script from overwriting it with a daily build version -->
14+
<PackageReference Include="Azure.Core" Version="1.9.0" />
1415
<PackageReference Include="Azure.Identity" Version="1.4.0-beta.1" />
15-
<!-- The OverrideDailyVersion attribute prevents the Update-Dependencies script from overwriting it with a daily build version -->
16-
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.3.0-beta.4" OverrideDailyVersion="" />
17-
<PackageReference Include="Azure.Messaging.EventHubs.Processor" Version="5.3.0-beta.4" />
16+
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.3.0" />
17+
<PackageReference Include="Azure.Messaging.EventHubs.Processor" Version="5.3.0" />
1818
<PackageReference Include="Azure.Security.Keyvault.Secrets" Version="4.2.0-beta.3" />
19-
<PackageReference Include="Azure.Storage.Blobs" Version="12.8.0-beta.1" />
19+
<PackageReference Include="Azure.Storage.Blobs" Version="12.8.0" />
2020
<PackageReference Include="Microsoft.Azure.Amqp" Version="2.4.9" />
2121
<PackageReference Include="Microsoft.Azure.Devices" Version="1.20.1" />
2222
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.10.0" />

0 commit comments

Comments
 (0)