Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading to OC 1.0.0-rc2-16132 #25

Closed

Conversation

NinjaChurch
Copy link

Aligning OC version with latest.

Copy link
Member

@Piedone Piedone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Since we don't want to move the orchard-core-preview branch forward until the 1.0 release I won't merge this before that. Made a note for this under Lombiq/Orchard-Training-Demo-Module#47 though.

<TargetFramework>netcoreapp3.1</TargetFramework>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<DefaultItemExcludes>$(DefaultItemExcludes);.git*;node_modules\**</DefaultItemExcludes>
<LangVersion>Latest</LangVersion>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is better managed on a solution-level, please remove it.

Comment on lines +3 to +37
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<DefaultItemExcludes>$(DefaultItemExcludes);.git*;node_modules\**</DefaultItemExcludes>
<LangVersion>Latest</LangVersion>
</PropertyGroup>

<ItemGroup>
<None Remove="node_modules\**" />
</ItemGroup>
<ItemGroup>
<None Remove="node_modules\**" />
</ItemGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="OrchardCore.Autoroute" Version="1.0.0-rc2-13929" />
<PackageReference Include="OrchardCore.ContentManagement" Version="1.0.0-rc2-13929" />
<PackageReference Include="OrchardCore.Contents" Version="1.0.0-rc2-13929" />
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.0.0-rc2-13929" />
<PackageReference Include="OrchardCore.Flows" Version="1.0.0-rc2-13929" />
<PackageReference Include="OrchardCore.Html" Version="1.0.0-rc2-13929" />
<PackageReference Include="OrchardCore.MetaWeblog.Abstractions" Version="1.0.0-rc2-13929" />
<PackageReference Include="OrchardCore.Module.Targets" Version="1.0.0-rc2-13929" />
<PackageReference Include="OrchardCore.ResourceManagement" Version="1.0.0-rc2-13929" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="OrchardCore.Autoroute" Version="1.0.0-rc2-16132" />
<PackageReference Include="OrchardCore.ContentManagement" Version="1.0.0-rc2-16132" />
<PackageReference Include="OrchardCore.Contents" Version="1.0.0-rc2-16132" />
<PackageReference Include="OrchardCore.DisplayManagement" Version="1.0.0-rc2-16132" />
<PackageReference Include="OrchardCore.Flows" Version="1.0.0-rc2-16132" />
<PackageReference Include="OrchardCore.Html" Version="1.0.0-rc2-16132" />
<PackageReference Include="OrchardCore.MetaWeblog.Abstractions" Version="1.0.0-rc2-16132" />
<PackageReference Include="OrchardCore.Module.Targets" Version="1.0.0-rc2-16132" />
<PackageReference Include="OrchardCore.ResourceManagement" Version="1.0.0-rc2-16132" />
</ItemGroup>

<ItemGroup>
<ProjectReference
Include="..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.csproj"
Condition="Exists('..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.csproj')" />
<ProjectReference
Include="..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.csproj"
Condition="Exists('..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.csproj')" />
</ItemGroup>
<ItemGroup>
<ProjectReference
Include="..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.csproj"
Condition="Exists('..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.csproj')" />
<ProjectReference
Include="..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.csproj"
Condition="Exists('..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.csproj')" />
</ItemGroup>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep the indentation (the VS default).

@Piedone
Copy link
Member

Piedone commented Jul 24, 2021

Updated the module to 1.0. in the meantime.

@Piedone Piedone closed this Jul 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants