File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
common/SmokeTests/SmokeTest Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 >
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" />
You can’t perform that action at this time.
0 commit comments