Skip to content

Commit

Permalink
moving storage to 4.0.3 (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettsam authored Sep 30, 2020
1 parent ffb46ba commit bacde74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<!-- Packages can have independent versions and only increment when released -->
<Version>3.0.23$(VersionSuffix)</Version>
<ExtensionsStorageVersion>4.0.2$(VersionSuffix)</ExtensionsStorageVersion>
<ExtensionsStorageVersion>4.0.3$(VersionSuffix)</ExtensionsStorageVersion>
<HostStorageVersion>4.0.1$(VersionSuffix)</HostStorageVersion>
<LoggingVersion>4.0.1$(VersionSuffix)</LoggingVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,10 @@
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.7" />
<PackageReference Include="Microsoft.Azure.Storage.Blob" Version="11.1.7" />
<PackageReference Include="Microsoft.Azure.Storage.Queue" Version="11.1.7" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.22" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Microsoft.Azure.WebJobs.Host\WebJobs.Host.csproj" />
</ItemGroup>
</Project>

0 comments on commit bacde74

Please sign in to comment.