Skip to content

Commit

Permalink
Allowing Microsoft.Azure.WebJobs.Extensions 4.x, bumping versions (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
soninaren authored Nov 10, 2020
1 parent bdb7ac4 commit b8dfd88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FunctionsSdkE2ETests/SdkVersion.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<MicrosoftNetSdkFunctionsV3Version>$(FunctionsSdkVersion)</MicrosoftNetSdkFunctionsV3Version>

<!-- Some tests only roll EMG forward, so keep these one behind the latest -->
<MicrosoftNetSdkFunctionsV3PreviousVersion>3.0.9</MicrosoftNetSdkFunctionsV3PreviousVersion>
<MicrosoftNetSdkFunctionsV3PreviousVersion>3.0.10</MicrosoftNetSdkFunctionsV3PreviousVersion>

<!-- Some tests directly reference EMG; this should be latest -->
<ExtensionsMetadataGeneratorDirectReferenceVersion>1.2.0</ExtensionsMetadataGeneratorDirectReferenceVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<FunctionsSdkVersion>3.0.10</FunctionsSdkVersion>
<FunctionsSdkVersion>3.0.11</FunctionsSdkVersion>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="[3.0.23,3.1.0)" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="[3.0.6,3.1.0)" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.6" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="[3.0.2,3.1.0)" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator" Version="$(ExtensionsMetadataGeneratorVersion)" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="MSTest.TestFramework" Version="1.1.18" />
<PackageReference Include="Newtonsoft.Json" Version="[11.0.2]" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="[3.0.23,3.1.0)" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="[3.0.6,3.1.0)" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.6" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="[3.0.2,3.1.0)" />
</ItemGroup>

Expand Down

0 comments on commit b8dfd88

Please sign in to comment.