Skip to content

Commit 0dbaaa9

Browse files
authored
removed pined application insights casing conflicting import (#29779)
1 parent 766eda7 commit 0dbaaa9

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/Batch/Batch/Batch.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Update="Microsoft.ApplicationInsights" Version="2.23.0" />
3130
<PackageReference Update="PowerShellStandard.Library" Version="5.1.1" />
3231
</ItemGroup>
3332

src/Batch/Batch/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Fixed module load conflict by aligning `Microsoft.ApplicationInsights` to the common 2.18.0 dependency version, resolving "Assembly with same name is already loaded" error.
2122

2223
## Version 4.1.0
2324
* Added ChangeSafety Support

0 commit comments

Comments
 (0)