Skip to content

Commit 8b83d13

Browse files
committed
Remove Sitecore 9.0 build configs
1 parent f2350fd commit 8b83d13

File tree

10 files changed

+24
-108
lines changed

10 files changed

+24
-108
lines changed

Directory.Build.props

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,16 @@
77
<Product>WeBlog</Product>
88
<Copyright>Copyright © 2011 - 2021</Copyright>
99
<Version>4.1.0</Version>
10-
<Configurations>Debug sc9.0;Debug sc9.1;Debug sc9.2;Debug sc9.3;Debug sc10.0;Debug sc10.1;Release sc9.0;Release sc9.1;Release sc9.2;Release sc9.3;Release sc10.0;Release sc10.1</Configurations>
10+
<Configurations>Debug sc9.1;Debug sc9.2;Debug sc9.3;Debug sc10.0;Debug sc10.1;Release sc9.1;Release sc9.2;Release sc9.3;Release sc10.0;Release sc10.1</Configurations>
1111
</PropertyGroup>
1212
<PropertyGroup Condition="$(Configuration.Contains('Debug'))">
1313
<DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants>
1414
</PropertyGroup>
1515
<PropertyGroup Condition="$(Configuration.Contains('Release'))">
1616
<DefineConstants>$(DefineConstants);TRACE</DefineConstants>
1717
</PropertyGroup>
18-
<PropertyGroup Condition="$(Configuration.Contains('sc9.0'))">
19-
<TargetFramework>net462</TargetFramework>
20-
<DefineConstants>$(DefineConstants)</DefineConstants>
21-
<OutputPath>bin\sc90\</OutputPath>
22-
</PropertyGroup>
2318
<PropertyGroup Condition="$(Configuration.Contains('sc9.1'))">
24-
<TargetFramework>net471</TargetFramework>
19+
<TargetFramework>net471</TargetFramework>
2520
<DefineConstants>$(DefineConstants);SC91</DefineConstants>
2621
<OutputPath>bin\sc91\</OutputPath>
2722
</PropertyGroup>

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ A blog module for Sitecore.
55
## Features ##
66

77
- Windows Live Writer integration (MetaWeblog API)
8-
- Page Editor support and custom WebEdit ribbon
8+
- Experience Editor support and custom WebEdit ribbon
99
- Wordpress Import
1010
- CSS-based themes, with custom themes possible
1111
- Various blog navigation components
1212
- Comments with author notification and optional approval workflow
13-
- Comment CAPTCHA through MSCaptcha or reCAPTCHA
1413
- Gravatar Support
1514
- Social sharing through ShareThis or AddThis, and other Facebook and Twitter widgets
1615
- Tagging and tagcloud

Sitecore.Modules.WeBlog.sln

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ Global
2424
Debug sc10.1|Any CPU = Debug sc10.1|Any CPU
2525
Debug sc10.1|x64 = Debug sc10.1|x64
2626
Debug sc10.1|x86 = Debug sc10.1|x86
27-
Debug sc9.0|Any CPU = Debug sc9.0|Any CPU
28-
Debug sc9.0|x64 = Debug sc9.0|x64
29-
Debug sc9.0|x86 = Debug sc9.0|x86
3027
Debug sc9.1|Any CPU = Debug sc9.1|Any CPU
3128
Debug sc9.1|x64 = Debug sc9.1|x64
3229
Debug sc9.1|x86 = Debug sc9.1|x86
@@ -45,9 +42,6 @@ Global
4542
Release sc10.1|Any CPU = Release sc10.1|Any CPU
4643
Release sc10.1|x64 = Release sc10.1|x64
4744
Release sc10.1|x86 = Release sc10.1|x86
48-
Release sc9.0|Any CPU = Release sc9.0|Any CPU
49-
Release sc9.0|x64 = Release sc9.0|x64
50-
Release sc9.0|x86 = Release sc9.0|x86
5145
Release sc9.1|Any CPU = Release sc9.1|Any CPU
5246
Release sc9.1|x64 = Release sc9.1|x64
5347
Release sc9.1|x86 = Release sc9.1|x86
@@ -74,12 +68,6 @@ Global
7468
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Debug sc10.1|x64.Build.0 = Debug sc10.1|Any CPU
7569
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Debug sc10.1|x86.ActiveCfg = Debug sc10.1|Any CPU
7670
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Debug sc10.1|x86.Build.0 = Debug sc10.1|Any CPU
77-
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Debug sc9.0|Any CPU.ActiveCfg = Debug sc9.0|Any CPU
78-
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Debug sc9.0|Any CPU.Build.0 = Debug sc9.0|Any CPU
79-
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Debug sc9.0|x64.ActiveCfg = Debug sc9.0|Any CPU
80-
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Debug sc9.0|x64.Build.0 = Debug sc9.0|Any CPU
81-
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Debug sc9.0|x86.ActiveCfg = Debug sc9.0|Any CPU
82-
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Debug sc9.0|x86.Build.0 = Debug sc9.0|Any CPU
8371
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Debug sc9.1|Any CPU.ActiveCfg = Debug sc9.1|Any CPU
8472
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Debug sc9.1|Any CPU.Build.0 = Debug sc9.1|Any CPU
8573
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Debug sc9.1|x64.ActiveCfg = Debug sc9.1|Any CPU
@@ -116,12 +104,6 @@ Global
116104
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Release sc10.1|x64.Build.0 = Release sc10.1|Any CPU
117105
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Release sc10.1|x86.ActiveCfg = Release sc10.1|Any CPU
118106
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Release sc10.1|x86.Build.0 = Release sc10.1|Any CPU
119-
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Release sc9.0|Any CPU.ActiveCfg = Release sc9.0|Any CPU
120-
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Release sc9.0|Any CPU.Build.0 = Release sc9.0|Any CPU
121-
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Release sc9.0|x64.ActiveCfg = Release sc9.0|Any CPU
122-
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Release sc9.0|x64.Build.0 = Release sc9.0|Any CPU
123-
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Release sc9.0|x86.ActiveCfg = Release sc9.0|Any CPU
124-
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Release sc9.0|x86.Build.0 = Release sc9.0|Any CPU
125107
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Release sc9.1|Any CPU.ActiveCfg = Release sc9.1|Any CPU
126108
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Release sc9.1|Any CPU.Build.0 = Release sc9.1|Any CPU
127109
{747B5430-6DED-4127-96E7-E4E9CCAF9645}.Release sc9.1|x64.ActiveCfg = Release sc9.1|Any CPU
@@ -158,12 +140,6 @@ Global
158140
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Debug sc10.1|x64.Build.0 = Debug sc10.1|Any CPU
159141
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Debug sc10.1|x86.ActiveCfg = Debug sc10.1|Any CPU
160142
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Debug sc10.1|x86.Build.0 = Debug sc10.1|Any CPU
161-
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Debug sc9.0|Any CPU.ActiveCfg = Debug sc9.0|Any CPU
162-
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Debug sc9.0|Any CPU.Build.0 = Debug sc9.0|Any CPU
163-
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Debug sc9.0|x64.ActiveCfg = Debug sc9.0|Any CPU
164-
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Debug sc9.0|x64.Build.0 = Debug sc9.0|Any CPU
165-
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Debug sc9.0|x86.ActiveCfg = Debug sc9.0|Any CPU
166-
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Debug sc9.0|x86.Build.0 = Debug sc9.0|Any CPU
167143
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Debug sc9.1|Any CPU.ActiveCfg = Debug sc9.1|Any CPU
168144
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Debug sc9.1|Any CPU.Build.0 = Debug sc9.1|Any CPU
169145
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Debug sc9.1|x64.ActiveCfg = Debug sc9.1|Any CPU
@@ -200,12 +176,6 @@ Global
200176
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Release sc10.1|x64.Build.0 = Release sc10.1|Any CPU
201177
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Release sc10.1|x86.ActiveCfg = Release sc10.1|Any CPU
202178
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Release sc10.1|x86.Build.0 = Release sc10.1|Any CPU
203-
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Release sc9.0|Any CPU.ActiveCfg = Release sc9.0|Any CPU
204-
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Release sc9.0|Any CPU.Build.0 = Release sc9.0|Any CPU
205-
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Release sc9.0|x64.ActiveCfg = Release sc9.0|Any CPU
206-
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Release sc9.0|x64.Build.0 = Release sc9.0|Any CPU
207-
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Release sc9.0|x86.ActiveCfg = Release sc9.0|Any CPU
208-
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Release sc9.0|x86.Build.0 = Release sc9.0|Any CPU
209179
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Release sc9.1|Any CPU.ActiveCfg = Release sc9.1|Any CPU
210180
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Release sc9.1|Any CPU.Build.0 = Release sc9.1|Any CPU
211181
{B0C7A560-7D61-4BBA-9F16-EEF57BEE7E89}.Release sc9.1|x64.ActiveCfg = Release sc9.1|Any CPU
@@ -242,12 +212,6 @@ Global
242212
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Debug sc10.1|x64.Build.0 = Debug sc10.1|Any CPU
243213
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Debug sc10.1|x86.ActiveCfg = Debug sc10.1|Any CPU
244214
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Debug sc10.1|x86.Build.0 = Debug sc10.1|Any CPU
245-
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Debug sc9.0|Any CPU.ActiveCfg = Debug sc9.0|Any CPU
246-
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Debug sc9.0|Any CPU.Build.0 = Debug sc9.0|Any CPU
247-
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Debug sc9.0|x64.ActiveCfg = Debug sc9.0|Any CPU
248-
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Debug sc9.0|x64.Build.0 = Debug sc9.0|Any CPU
249-
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Debug sc9.0|x86.ActiveCfg = Debug sc9.0|Any CPU
250-
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Debug sc9.0|x86.Build.0 = Debug sc9.0|Any CPU
251215
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Debug sc9.1|Any CPU.ActiveCfg = Debug sc9.1|Any CPU
252216
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Debug sc9.1|Any CPU.Build.0 = Debug sc9.1|Any CPU
253217
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Debug sc9.1|x64.ActiveCfg = Debug sc9.1|Any CPU
@@ -284,12 +248,6 @@ Global
284248
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Release sc10.1|x64.Build.0 = Release sc10.1|Any CPU
285249
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Release sc10.1|x86.ActiveCfg = Release sc10.1|Any CPU
286250
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Release sc10.1|x86.Build.0 = Release sc10.1|Any CPU
287-
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Release sc9.0|Any CPU.ActiveCfg = Release sc9.0|Any CPU
288-
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Release sc9.0|Any CPU.Build.0 = Release sc9.0|Any CPU
289-
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Release sc9.0|x64.ActiveCfg = Release sc9.0|Any CPU
290-
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Release sc9.0|x64.Build.0 = Release sc9.0|Any CPU
291-
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Release sc9.0|x86.ActiveCfg = Release sc9.0|Any CPU
292-
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Release sc9.0|x86.Build.0 = Release sc9.0|Any CPU
293251
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Release sc9.1|Any CPU.ActiveCfg = Release sc9.1|Any CPU
294252
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Release sc9.1|Any CPU.Build.0 = Release sc9.1|Any CPU
295253
{EEB688C3-67F2-4F13-B525-7B577E998FA9}.Release sc9.1|x64.ActiveCfg = Release sc9.1|Any CPU
@@ -326,12 +284,6 @@ Global
326284
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Debug sc10.1|x64.Build.0 = Debug sc10.1|Any CPU
327285
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Debug sc10.1|x86.ActiveCfg = Debug sc10.1|Any CPU
328286
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Debug sc10.1|x86.Build.0 = Debug sc10.1|Any CPU
329-
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Debug sc9.0|Any CPU.ActiveCfg = Debug sc9.0|Any CPU
330-
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Debug sc9.0|Any CPU.Build.0 = Debug sc9.0|Any CPU
331-
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Debug sc9.0|x64.ActiveCfg = Debug sc9.0|Any CPU
332-
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Debug sc9.0|x64.Build.0 = Debug sc9.0|Any CPU
333-
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Debug sc9.0|x86.ActiveCfg = Debug sc9.0|Any CPU
334-
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Debug sc9.0|x86.Build.0 = Debug sc9.0|Any CPU
335287
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Debug sc9.1|Any CPU.ActiveCfg = Debug sc9.1|Any CPU
336288
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Debug sc9.1|Any CPU.Build.0 = Debug sc9.1|Any CPU
337289
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Debug sc9.1|x64.ActiveCfg = Debug sc9.1|Any CPU
@@ -368,12 +320,6 @@ Global
368320
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Release sc10.1|x64.Build.0 = Release sc10.1|Any CPU
369321
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Release sc10.1|x86.ActiveCfg = Release sc10.1|Any CPU
370322
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Release sc10.1|x86.Build.0 = Release sc10.1|Any CPU
371-
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Release sc9.0|Any CPU.ActiveCfg = Release sc9.0|Any CPU
372-
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Release sc9.0|Any CPU.Build.0 = Release sc9.0|Any CPU
373-
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Release sc9.0|x64.ActiveCfg = Release sc9.0|Any CPU
374-
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Release sc9.0|x64.Build.0 = Release sc9.0|Any CPU
375-
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Release sc9.0|x86.ActiveCfg = Release sc9.0|Any CPU
376-
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Release sc9.0|x86.Build.0 = Release sc9.0|Any CPU
377323
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Release sc9.1|Any CPU.ActiveCfg = Release sc9.1|Any CPU
378324
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Release sc9.1|Any CPU.Build.0 = Release sc9.1|Any CPU
379325
{D1D6021C-B84F-47BA-B7B3-4D97132219BE}.Release sc9.1|x64.ActiveCfg = Release sc9.1|Any CPU

data/packages/WeBlog.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,33 @@ Copyright (c) 2011 - 2020 WeTeam Community
1313
&lt;p&gt;THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.&lt;/p&gt;</License>
1414
<Comment />
1515
<Attributes />
16-
<Readme>Configure SOLR
17-
===============
16+
<Readme>Post Install Steps
17+
==================
18+
19+
After the installation wizard is complete, follow these
20+
steps:
21+
22+
* Delete any old WeBlog config files from previous versions.
23+
* Create the SOLR cores (see below for detail)
24+
* Perform a full publish to all publishing targets
25+
* Rebuild the WeBlog search indexes
26+
27+
Configure SOLR
28+
--------------
1829
Create the SOLR cores 'weblog-master' and 'weblog-web'. If
1930
you use different names for the cores, update the
2031
core names in the following config files:
2132

2233
* WeBlog.ContentSearch.Solr.Master.config
2334
* WeBlog.ContentSearch.Solr.Web.config.
24-
25-
Post Install Steps
26-
==================
27-
* Perform an incremental publish to all publishing targets
28-
* Delete any old WeBlog Content Search config files from
29-
previous versions.
30-
* Rebuild the WeBlog search indexes
3135

32-
Create a Blog
33-
=============
34-
* Create a new blog using one of the following branches:
35-
- 'Modules/WeBlog/Blog WebForms' for WebForms
36-
- 'Modules/WeBlog/Blog MVC' for MVC
36+
After you've created the cores, populate the managed schema
37+
using the Control Panel.
3738

38-
Content Delivery Servers
39-
========================
40-
If deploying in a staged environment to a content delivery
41-
server, enable the App_Config\Include\WeBlog.delivery.config
42-
file.
39+
Create a Blog
40+
-------------
41+
* Create a new blog using the 'Modules/WeBlog/Blog MVC'
42+
branch
4343

4444
</Readme>
4545
<Publisher>WeTeam Community</Publisher>

deploy.props.sample

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup Condition="$(Configuration.Contains('sc9.0'))">
4-
<SitecorePath>C:\inetpub\WeBlog\Sitecore 9.0\cm</SitecorePath>
5-
<SitecoreCDPath>C:\inetpub\WeBlog\Sitecore 9.0\cd</SitecoreCDPath>
6-
</PropertyGroup>
7-
83
<PropertyGroup Condition="$(Configuration.Contains('sc9.1'))">
94
<SitecorePath>C:\inetpub\WeBlog\Sitecore 9.1\cm</SitecorePath>
105
<SitecoreCDPath>C:\inetpub\WeBlog\Sitecore 9.1\cd</SitecoreCDPath>

how to build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Cores must be created in Solr for the WeBlog content search indexes.
6161
1. Copy the `managed-schema` file from the `conf` folder of an existing Sitecore core to the folders of the cores created above.
6262
1. Update the `WeBlog.ContentSearch.Solr.Master.config` and `WeBlog.ContentSearch.Solr.Web.config` files in the `src/Sitecore.Modules.WeBlog/App_Config/Include/` folder to match the names of the cores created above.
6363
1. Deploy weblog code (rebuild the solution in VS) to ensure index configs are available.
64-
1. Use the indexing manager in the Sitecore control panel to populate the managed schema.
64+
1. Use the Sitecore control panel to populate the managed schema.
6565
1. Rebuild the indexes.
6666

6767
## Packaging ##

src/Sitecore.Modules.WeBlog.Mvc/Sitecore.Modules.WeBlog.Mvc.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
<PackageReference Include="Sitecore.Analytics" Version="9.1.1" />
3030
<PackageReference Include="Sitecore.Mvc" Version="9.1.1" />
3131
</ItemGroup>
32-
<ItemGroup Condition="$(Configuration.Contains('sc9.0'))">
33-
<PackageReference Include="Sitecore.Analytics" Version="9.0.180604" />
34-
<PackageReference Include="Sitecore.Mvc" Version="9.0.180604" />
35-
</ItemGroup>
3632
<ItemGroup>
3733
<Content Include="App_Config\Include\WeBlog.Mvc.config" />
3834
<Content Include="Views\WeBlog\web.config" />

src/Sitecore.Modules.WeBlog/Sitecore.Modules.WeBlog.csproj

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,6 @@
7171
<PackageReference Include="Sitecore.Services.Infrastructure" Version="9.1.1" />
7272
<PackageReference Include="Sitecore.Xdb.Reporting" Version="9.1.1" />
7373
</ItemGroup>
74-
<ItemGroup Condition="$(Configuration.Contains('sc9.0'))">
75-
<PackageReference Include="Sitecore.Analytics" Version="9.0.180604" />
76-
<PackageReference Include="Sitecore.Buckets" Version="9.0.180604" />
77-
<PackageReference Include="Sitecore.Client" Version="9.0.180604" />
78-
<PackageReference Include="Sitecore.ExperienceEditor" Version="9.0.180604" />
79-
<PackageReference Include="Sitecore.ExperienceEditor.Speak" Version="9.0.180604" />
80-
<PackageReference Include="Sitecore.Kernel" Version="9.0.180604" />
81-
<PackageReference Include="Sitecore.Services.Core" Version="9.0.180604" />
82-
<PackageReference Include="Sitecore.Services.Infrastructure" Version="9.0.180604" />
83-
<PackageReference Include="Sitecore.Xdb.Reporting" Version="9.0.180604" />
84-
</ItemGroup>
8574
<ItemGroup>
8675
<Content Include="App_Config\Include\WeBlog.Client.config" />
8776
<Content Include="App_Config\Include\WeBlog.Comments.Handler.config" />
@@ -119,6 +108,6 @@
119108
<Copy SourceFiles="@(BinFiles)" DestinationFolder="$(SitecorePath)\bin" />
120109
<Copy SourceFiles="@(BinFiles)" DestinationFolder="$(SitecoreCDPath)\bin" Condition="$(SitecoreCDPath) != ''" />
121110
<!-- Transform content search config for specific Sitecore versions -->
122-
<XslTransformation XslInputPath="App_Config\Include\WeBlog.ContentSearch.Solr.config.9.0-9.1.xslt" XmlInputPaths="App_Config\Include\WeBlog.ContentSearch.Solr.config" OutputPaths="$(SitecorePath)\App_Config\Include\WeBlog.ContentSearch.Solr.config" Condition="$(SitecorePath) != '' AND ($(Configuration.Contains('sc9.0')) OR $(Configuration.Contains('sc9.1')))" />
111+
<XslTransformation XslInputPath="App_Config\Include\WeBlog.ContentSearch.Solr.config.9.1.xslt" XmlInputPaths="App_Config\Include\WeBlog.ContentSearch.Solr.config" OutputPaths="$(SitecorePath)\App_Config\Include\WeBlog.ContentSearch.Solr.config" Condition="$(SitecorePath) != '' AND $(Configuration.Contains('sc9.1'))" />
123112
</Target>
124113
</Project>

test/UnitTest/UnitTest.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,4 @@
3535
<PackageReference Include="Sitecore.Nexus" Version="9.1.1" />
3636
<PackageReference Include="Sitecore.FakeDb" Version="2.0.1" />
3737
</ItemGroup>
38-
<ItemGroup Condition="$(Configuration.Contains('sc9.0'))">
39-
<PackageReference Include="Sitecore.Nexus" Version="9.0.180604" />
40-
<PackageReference Include="Sitecore.FakeDb" Version="2.0.1" />
41-
</ItemGroup>
4238
</Project>

0 commit comments

Comments
 (0)