Skip to content

Commit f0f719e

Browse files
author
Dmitry Sikorsky
committed
Updated to use ExtCore 6.0.0 and .NET 5.0
1 parent 7556d36 commit f0f719e

7 files changed

Lines changed: 30 additions & 36 deletions

File tree

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ExtCore Framework 5.0.0 Sample Web Application That Uses a Database
1+
# ExtCore Framework 6.0.0 Sample Web Application That Uses a Database
22

33
[![Join the chat at https://gitter.im/ExtCore/ExtCore](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ExtCore/ExtCore?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

@@ -22,19 +22,19 @@ add direct dependencies to the main web application project instead, but it is n
2222

2323
### Other Samples
2424

25-
* [Full-featured ExtCore 5.0.0 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
26-
* [ExtCore framework 5.0.0 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
27-
* [ExtCore framework 5.0.0 sample MVC web application](https://github.com/ExtCore/ExtCore-Sample-Mvc);
28-
* [ExtCore framework 5.0.0 sample web application that uses file storage](https://github.com/ExtCore/ExtCore-Sample-FileStorage);
29-
* [ExtCore framework 5.0.0 sample web application that uses Identity](https://github.com/ExtCore/ExtCore-Sample-Identity);
30-
* [ExtCore framework 5.0.0 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
31-
* [ExtCore framework 5.0.0 advanced sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv);
32-
* [ExtCore framework 5.0.0 advanced sample accounting web application](https://github.com/ExtCore/ExtCore-Sample-Accounting);
33-
* [ExtCore framework 5.0.0 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);
34-
* [ExtCore framework 5.0.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Events);
35-
* [ExtCore framework 5.0.0 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).
36-
37-
You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-5.0.0.zip).
25+
* [Full-featured ExtCore 6.0.0 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
26+
* [ExtCore framework 6.0.0 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
27+
* [ExtCore framework 6.0.0 sample MVC web application](https://github.com/ExtCore/ExtCore-Sample-Mvc);
28+
* [ExtCore framework 6.0.0 sample web application that uses file storage](https://github.com/ExtCore/ExtCore-Sample-FileStorage);
29+
* [ExtCore framework 6.0.0 sample web application that uses Identity](https://github.com/ExtCore/ExtCore-Sample-Identity);
30+
* [ExtCore framework 6.0.0 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
31+
* [ExtCore framework 6.0.0 advanced sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv);
32+
* [ExtCore framework 6.0.0 advanced sample accounting web application](https://github.com/ExtCore/ExtCore-Sample-Accounting);
33+
* [ExtCore framework 6.0.0 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);
34+
* [ExtCore framework 6.0.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Events);
35+
* [ExtCore framework 6.0.0 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).
36+
37+
You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-6.0.0.zip).
3838
It contains everything you need to run ExtCore-based web application from Visual Studio 2019, including SQLite
3939
database with the test data.
4040

@@ -46,7 +46,7 @@ to help you start developing your ExtCore-based web applications.
4646
### Real Projects
4747

4848
Please take a look at [Platformus](https://github.com/Platformus/Platformus) on GitHub. It is CMS
49-
built on ExtCore framework with more than 10 extensions and 80 projects.
49+
built on ExtCore framework with 3 extensions and 25 projects.
5050

5151
## Links
5252

WebApplication.sln

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26430.14
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30711.63
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2FE680E8-878C-4FF3-80FC-4241411518C6}"
7-
EndProject
86
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApplication", "src\WebApplication\WebApplication.csproj", "{73D1DF82-3328-4862-9B50-65A7B13589F2}"
97
EndProject
108
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extension", "src\Extension\Extension.csproj", "{A0DCD8BA-F8C0-454A-B081-0EF2BCE9ACFB}"
@@ -45,11 +43,7 @@ Global
4543
GlobalSection(SolutionProperties) = preSolution
4644
HideSolutionNode = FALSE
4745
EndGlobalSection
48-
GlobalSection(NestedProjects) = preSolution
49-
{73D1DF82-3328-4862-9B50-65A7B13589F2} = {2FE680E8-878C-4FF3-80FC-4241411518C6}
50-
{A0DCD8BA-F8C0-454A-B081-0EF2BCE9ACFB} = {2FE680E8-878C-4FF3-80FC-4241411518C6}
51-
{D79D8662-5C14-4E74-A8C0-F70748A9D97C} = {2FE680E8-878C-4FF3-80FC-4241411518C6}
52-
{188FC351-3DE0-4B93-BCD9-B19E11FD1E53} = {2FE680E8-878C-4FF3-80FC-4241411518C6}
53-
{90243EA2-EF3F-4D60-8EAE-0DB6ABEECBDF} = {2FE680E8-878C-4FF3-80FC-4241411518C6}
46+
GlobalSection(ExtensibilityGlobals) = postSolution
47+
SolutionGuid = {CE071F51-096C-47C8-B59A-557D18080138}
5448
EndGlobalSection
5549
EndGlobal

src/Extension.Data.Abstractions/Extension.Data.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="ExtCore.Data.Abstractions" Version="5.0.0" />
9+
<PackageReference Include="ExtCore.Data.Abstractions" Version="6.0.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

src/Extension.Data.Entities/Extension.Data.Entities.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="ExtCore.Data.Entities.Abstractions" Version="5.0.0" />
9+
<PackageReference Include="ExtCore.Data.Entities.Abstractions" Version="6.0.0" />
1010
</ItemGroup>
1111

1212
</Project>

src/Extension.Data.EntityFramework.Sqlite/Extension.Data.EntityFramework.Sqlite.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
<PropertyGroup>
44
<Authors>Dmitry Sikorsky</Authors>
5-
<TargetFramework>netcoreapp3.0</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>
99
<ProjectReference Include="..\Extension.Data.Abstractions\Extension.Data.Abstractions.csproj" />
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="ExtCore.Data.EntityFramework.Sqlite" Version="5.0.0" />
13+
<PackageReference Include="ExtCore.Data.EntityFramework.Sqlite" Version="6.0.0" />
1414
</ItemGroup>
1515

1616
</Project>

src/Extension/Extension.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Authors>Dmitry Sikorsky</Authors>
5-
<TargetFramework>netcoreapp3.0</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
77
</PropertyGroup>
88

@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="ExtCore.Mvc.Infrastructure" Version="5.0.0" />
18+
<PackageReference Include="ExtCore.Mvc.Infrastructure" Version="6.0.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

src/WebApplication/WebApplication.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
<PropertyGroup>
44
<Authors>Dmitry Sikorsky</Authors>
5-
<TargetFramework>netcoreapp3.0</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="ExtCore.Data" Version="5.0.0" />
10-
<PackageReference Include="ExtCore.Data.EntityFramework.Sqlite" Version="5.0.0" />
11-
<PackageReference Include="ExtCore.Mvc" Version="5.0.0" />
12-
<PackageReference Include="ExtCore.WebApplication" Version="5.0.0" />
9+
<PackageReference Include="ExtCore.Data" Version="6.0.0" />
10+
<PackageReference Include="ExtCore.Data.EntityFramework.Sqlite" Version="6.0.0" />
11+
<PackageReference Include="ExtCore.Mvc" Version="6.0.0" />
12+
<PackageReference Include="ExtCore.WebApplication" Version="6.0.0" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)