Skip to content

Commit 1f9da95

Browse files
authored
Merge pull request #26 from EasyOC/fixbuild1.8
fix build
2 parents d08ec5c + 61a0cfb commit 1f9da95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

EasyOC.build/Commons.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<!-- after 1.0.3 version depend by tags v* -->
5-
<VersionPrefix>1.0.8</VersionPrefix>
5+
<VersionPrefix>1.8.0</VersionPrefix>
66
<OrchardCoreVersion>1.8.0</OrchardCoreVersion>
77
<!--<VersionSuffix>preview</VersionSuffix>-->
88
<PackageTags>OrcardCore,EasyOC</PackageTags>
@@ -11,7 +11,7 @@
1111
<WarningsNotAsErrors>612,618</WarningsNotAsErrors>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1313
<Description>
14-
This repositry is referencing a stable build of OrchardCore (1.6.0).
14+
This repositry is referencing a stable build of OrchardCore (1.8.0).
1515
Please give me a start if you find the module helpful, thanks. https://github.com/EasyOC/EasyOC.Modules
1616
如果您认为该模块对你有帮助,请给我一个start ,谢谢 https://github.com/EasyOC/EasyOC.Modules
1717
国内用户 欢迎加入QQ 群:877196442

src/EasyOC.CMS.Web/EasyOC.CMS.Web.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
2-
<Import Project="..\..\EasyOC.Build\Commons.props" />
2+
<Import Project="..\..\EasyOC.build\Commons.props" />
33

44
<PropertyGroup>
55
<TargetFramework>net8.0</TargetFramework>
@@ -39,6 +39,6 @@
3939
<ProjectReference Include="..\Modules\EasyOC.Users\EasyOC.Users.csproj" />
4040
<ProjectReference Include="..\Modules\EasyOC.Workflows\EasyOC.Workflows.csproj" />
4141
</ItemGroup>
42-
<Import Project="..\..\EasyOC.Build\Commons.targets" />
42+
<Import Project="..\..\EasyOC.build\Commons.targets" />
4343

4444
</Project>

0 commit comments

Comments
 (0)