Skip to content

Commit 168d23f

Browse files
committed
Updated version of Microsoft.Spacial to resolve AssemblyVersionConflict
during linux static analysis
1 parent f00b56b commit 168d23f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Search/Search.Test/Search.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<PackageReference Include="Microsoft.Azure.Search.Common" Version="9.0.0" />
1717
<PackageReference Include="Microsoft.Azure.Search.Data" Version="9.0.0" />
1818
<PackageReference Include="Microsoft.Azure.Search.Service" Version="9.0.0" />
19+
<PackageReference Include="Microsoft.Spatial" Version="7.5.4" />
1920
</ItemGroup>
2021

2122
</Project>

src/Search/Search/Search.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<PackageReference Include="Microsoft.Azure.Search.Common" Version="9.0.0" />
1717
<PackageReference Include="Microsoft.Azure.Search.Data" Version="9.0.0" />
1818
<PackageReference Include="Microsoft.Azure.Search.Service" Version="9.0.0" />
19+
<PackageReference Include="Microsoft.Spatial" Version="7.5.4" />
1920
</ItemGroup>
2021

2122
</Project>

0 commit comments

Comments
 (0)