File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<PsModuleName >Search</PsModuleName >
12
12
13
13
<ItemGroup >
14
14
<PackageReference Include =" Microsoft.Azure.Management.Search" Version =" 3.0.0" />
15
- <PackageReference Include =" Microsoft.Azure.Search" Version =" 9.0.0" />
16
- <PackageReference Include =" Microsoft.Azure.Search.Common" Version =" 9.0.0" />
17
- <PackageReference Include =" Microsoft.Azure.Search.Data" Version =" 9.0.0" />
18
- <PackageReference Include =" Microsoft.Azure.Search.Service" Version =" 9.0.0" />
19
- <PackageReference Include =" Microsoft.Spatial" Version =" 7.5.4" />
20
15
</ItemGroup >
21
16
22
17
</Project >
Original file line number Diff line number Diff line change @@ -56,9 +56,7 @@ DotNetFrameworkVersion = '4.7.2'
56
56
RequiredModules = @ (@ {ModuleName = ' Az.Accounts' ; ModuleVersion = ' 1.5.2' ; })
57
57
58
58
# Assemblies that must be loaded prior to importing this module
59
- RequiredAssemblies = ' .\Microsoft.Azure.Management.Search.dll' , ' .\Microsoft.Azure.Search.Common.dll' ,
60
- ' .\Microsoft.Azure.Search.Data.dll' , ' .\Microsoft.Azure.Search.Service.dll' ,
61
- ' .\Microsoft.Spatial.dll'
59
+ RequiredAssemblies = ' .\Microsoft.Azure.Management.Search.dll'
62
60
63
61
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
64
62
# ScriptsToProcess = @()
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<PsModuleName >Search</PsModuleName >
12
12
13
13
<ItemGroup >
14
14
<PackageReference Include =" Microsoft.Azure.Management.Search" Version =" 3.0.0" />
15
- <PackageReference Include =" Microsoft.Azure.Search" Version =" 9.0.0" />
16
- <PackageReference Include =" Microsoft.Azure.Search.Common" Version =" 9.0.0" />
17
- <PackageReference Include =" Microsoft.Azure.Search.Data" Version =" 9.0.0" />
18
- <PackageReference Include =" Microsoft.Azure.Search.Service" Version =" 9.0.0" />
19
- <PackageReference Include =" Microsoft.Spatial" Version =" 7.5.4" />
20
15
</ItemGroup >
21
16
22
17
</Project >
You can’t perform that action at this time.
0 commit comments