updating the package to rtm (#59)
This commit is contained in:
Родитель
2217c32cf4
Коммит
e8c6aa024f
|
@ -3,7 +3,7 @@
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
<PackageId>Microsoft.Azure.WebJobs.Extensions.EventGrid</PackageId>
|
<PackageId>Microsoft.Azure.WebJobs.Extensions.EventGrid</PackageId>
|
||||||
<Description>This extension adds bindings for EventGrid</Description>
|
<Description>This extension adds bindings for EventGrid</Description>
|
||||||
<Version>2.0.0-rc1$(VersionSuffix)</Version>
|
<Version>2.0.0$(VersionSuffix)</Version>
|
||||||
<CommitHash Condition="$(CommitHash) == ''">N/A</CommitHash>
|
<CommitHash Condition="$(CommitHash) == ''">N/A</CommitHash>
|
||||||
<InformationalVersion>$(Version) Commit hash: $(CommitHash)</InformationalVersion>
|
<InformationalVersion>$(Version) Commit hash: $(CommitHash)</InformationalVersion>
|
||||||
<AssemblyName>Microsoft.Azure.WebJobs.Extensions.EventGrid</AssemblyName>
|
<AssemblyName>Microsoft.Azure.WebJobs.Extensions.EventGrid</AssemblyName>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="$(TargetFramework)=='netstandard2.0'">
|
<ItemGroup Condition="$(TargetFramework)=='netstandard2.0'">
|
||||||
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.0-rc1" />
|
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче