Skip to content

Commit

Permalink
Merge pull request #26 from EasyOC/fixbuild1.8
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
hyzx86 committed Apr 28, 2024
2 parents d08ec5c + 61a0cfb commit 1f9da95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions EasyOC.build/Commons.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<!-- after 1.0.3 version depend by tags v* -->
<VersionPrefix>1.0.8</VersionPrefix>
<VersionPrefix>1.8.0</VersionPrefix>
<OrchardCoreVersion>1.8.0</OrchardCoreVersion>
<!--<VersionSuffix>preview</VersionSuffix>-->
<PackageTags>OrcardCore,EasyOC</PackageTags>
Expand All @@ -11,7 +11,7 @@
<WarningsNotAsErrors>612,618</WarningsNotAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>
This repositry is referencing a stable build of OrchardCore (1.6.0).
This repositry is referencing a stable build of OrchardCore (1.8.0).
Please give me a start if you find the module helpful, thanks. https://github.com/EasyOC/EasyOC.Modules
如果您认为该模块对你有帮助,请给我一个start ,谢谢 https://github.com/EasyOC/EasyOC.Modules
国内用户 欢迎加入QQ 群:877196442
Expand Down
4 changes: 2 additions & 2 deletions src/EasyOC.CMS.Web/EasyOC.CMS.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Import Project="..\..\EasyOC.Build\Commons.props" />
<Import Project="..\..\EasyOC.build\Commons.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand Down Expand Up @@ -39,6 +39,6 @@
<ProjectReference Include="..\Modules\EasyOC.Users\EasyOC.Users.csproj" />
<ProjectReference Include="..\Modules\EasyOC.Workflows\EasyOC.Workflows.csproj" />
</ItemGroup>
<Import Project="..\..\EasyOC.Build\Commons.targets" />
<Import Project="..\..\EasyOC.build\Commons.targets" />

</Project>

0 comments on commit 1f9da95

Please sign in to comment.