Skip to content

Commit

Permalink
Update search SDK to 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcarter8 authored and brjohnstmsft committed Jan 9, 2020
1 parent c85b1e5 commit 3a3d376
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DotNetHowToAutocomplete/DotNetHowToAutocomplete/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</system.webServer>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" />
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:5 /nowarn:1659;1699;1701" />
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" />
</compilers>
</system.codedom>
Expand Down
16 changes: 8 additions & 8 deletions DotNetHowToAutocomplete/DotNetHowToAutocomplete/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
<package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net461" />
<package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net461" />
<package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net461" />
<package id="Microsoft.Azure.Search" version="6.0.0-preview" targetFramework="net461" />
<package id="Microsoft.Azure.Search.Common" version="6.0.0-preview" targetFramework="net461" />
<package id="Microsoft.Azure.Search.Data" version="6.0.0-preview" targetFramework="net461" />
<package id="Microsoft.Azure.Search.Service" version="6.0.0-preview" targetFramework="net461" />
<package id="Microsoft.Azure.Search" version="10.1.0" targetFramework="net461" />
<package id="Microsoft.Azure.Search.Common" version="10.1.0" targetFramework="net461" />
<package id="Microsoft.Azure.Search.Data" version="10.1.0" targetFramework="net461" />
<package id="Microsoft.Azure.Search.Service" version="10.1.0" targetFramework="net461" />
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.8" targetFramework="net461" />
<package id="Microsoft.jQuery.Unobtrusive.Validation" version="3.2.3" targetFramework="net461" />
<package id="Microsoft.Net.Compilers" version="2.4.0" targetFramework="net461" developmentDependency="true" />
<package id="Microsoft.Rest.ClientRuntime" version="2.3.11" targetFramework="net461" />
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.12" targetFramework="net461" />
<package id="Microsoft.Spatial" version="7.2.0" targetFramework="net461" />
<package id="Microsoft.Rest.ClientRuntime" version="2.3.20" targetFramework="net461" />
<package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.18" targetFramework="net461" />
<package id="Microsoft.Spatial" version="7.5.3" targetFramework="net461" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
<package id="Modernizr" version="2.6.2" targetFramework="net461" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net461" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
<package id="Respond" version="1.2.0" targetFramework="net461" />
<package id="WebGrease" version="1.5.2" targetFramework="net461" />
</packages>

0 comments on commit 3a3d376

Please sign in to comment.