File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
src/Umbraco.Cms.Integrations.Search.Algolia Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6.0 </TargetFramework >
4
+ <TargetFramework >net60 </TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<WarningsAsErrors >Nullable</WarningsAsErrors >
7
7
</PropertyGroup >
13
13
<PackageIconUrl ></PackageIconUrl >
14
14
<PackageProjectUrl >https://github.com/umbraco/Umbraco.Cms.Integrations/tree/main/src/Umbraco.Cms.Integrations.Search.Algolia</PackageProjectUrl >
15
15
<RepositoryUrl >https://github.com/umbraco/Umbraco.Cms.Integrations</RepositoryUrl >
16
- <Version >1.0 .0</Version >
16
+ <Version >1.1 .0</Version >
17
17
<Authors >Umbraco HQ</Authors >
18
18
<Company >Umbraco</Company >
19
19
<PackageTags >Umbraco;Umbraco-Marketplace</PackageTags >
22
22
23
23
<ItemGroup >
24
24
<PackageReference Include =" Algolia.Search" Version =" 6.13.0" />
25
- <PackageReference Include =" Umbraco.Cms.Web.Website" version =" [10.3.0,11 )" />
26
- <PackageReference Include =" Umbraco.Cms.Web.BackOffice" version =" [10.3.0,11 )" />
27
- <PackageReference Include =" Umbraco.Cms.Web.Common" version =" [10.3.0,11 )" />
25
+ <PackageReference Include =" Umbraco.Cms.Web.Website" version =" [10.3.0,12 )" />
26
+ <PackageReference Include =" Umbraco.Cms.Web.BackOffice" version =" [10.3.0,12 )" />
27
+ <PackageReference Include =" Umbraco.Cms.Web.Common" version =" [10.3.0,12 )" />
28
28
</ItemGroup >
29
29
30
30
<ItemGroup >
51
51
<PackagePath >\</PackagePath >
52
52
</Content >
53
53
</ItemGroup >
54
-
55
54
56
55
</Project >
You can’t perform that action at this time.
0 commit comments