update version and dependencies
This commit is contained in:
Родитель
8694c6cf19
Коммит
d31d13b8cc
|
@ -3,7 +3,7 @@
|
|||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<PackageId>Microsoft.Azure.WebJobs.Extensions.EventGrid</PackageId>
|
||||
<Description>This extension adds bindings for EventGrid</Description>
|
||||
<Version>2.0.0-beta3$(VersionSuffix)</Version>
|
||||
<Version>2.0.0-beta1$(VersionSuffix)</Version>
|
||||
<CommitHash Condition="$(CommitHash) == ''">N/A</CommitHash>
|
||||
<InformationalVersion>$(Version) Commit hash: $(CommitHash)</InformationalVersion>
|
||||
<AssemblyName>Microsoft.Azure.WebJobs.Extensions.EventGrid</AssemblyName>
|
||||
|
@ -19,8 +19,8 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="$(TargetFramework)=='netstandard2.0'">
|
||||
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.0-beta4-11211" />
|
||||
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.0-beta4-10578" />
|
||||
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.0-beta5" />
|
||||
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="3.0.0-beta5" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Загрузка…
Ссылка в новой задаче