Skip to content

Commit e995367

Browse files
Update dependency Microsoft.Azure.Functions.Worker.ApplicationInsights to v1.0.0-preview4
1 parent 245d58e commit e995367

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dan.Common/Dan.Common.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<PackageReference Include="AsyncKeyedLock" Version="6.2.1" />
3333
<PackageReference Include="Microsoft.Azure.Core.NewtonsoftJson" Version="1.0.0" />
3434
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.14.1" />
35-
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.0.0-preview3" />
35+
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.0.0-preview4" />
3636
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="7.0.5" />
3737
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="7.0.5" />
3838
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

Dan.Core/Dan.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<PackageReference Include="jose-jwt" Version="4.1.0" />
4343
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.34.0" />
4444
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.14.1" />
45-
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.0.0-preview3" />
45+
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.0.0-preview4" />
4646
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.CosmosDB" Version="4.0.1" />
4747
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" />
4848
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.2.0" />

0 commit comments

Comments
 (0)