File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
3- <PropertyGroup >
4- <TargetFramework >net8.0</TargetFramework >
5- <ImplicitUsings >enable</ImplicitUsings >
6- </PropertyGroup >
7-
83 <ItemGroup >
94 <PackageReference Include =" OrchardCore.Admin" Version =" $(OrchardCoreVersion)" />
105 <PackageReference Include =" OrchardCore.Application.Mvc.Targets" Version =" $(OrchardCoreVersion)" />
Original file line number Diff line number Diff line change 11<Project >
22
3- <PropertyGroup >
4- <OrchardCoreVersion >2.2.1</OrchardCoreVersion >
5- </PropertyGroup >
3+ <PropertyGroup >
4+ <TargetFramework >net8.0</TargetFramework >
5+ <ImplicitUsings >enable</ImplicitUsings >
6+ <OrchardCoreVersion >2.2.1</OrchardCoreVersion >
7+ </PropertyGroup >
68
79</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
3- <PropertyGroup >
4- <TargetFramework >net8.0</TargetFramework >
5- <ImplicitUsings >enable</ImplicitUsings >
6- </PropertyGroup >
7-
83 <ItemGroup >
94 <PackageReference Include =" OrchardCore.Application.Mvc.Targets" Version =" $(OrchardCoreVersion)" />
105 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net8.0</TargetFramework >
54 <OutputType >Library</OutputType >
65 <IsPackable >true</IsPackable >
76 <PackageVersion >1.0.4</PackageVersion >
87 </PropertyGroup >
98
109 <ItemGroup >
11- <EmbeddedResource Remove =" Pages\_ViewStart.cshtml" />
12- </ItemGroup >
13-
14- <ItemGroup >
15- <Content Include =" Pages\_ViewStart.cshtml" >
16- <ExcludeFromSingleFile >true</ExcludeFromSingleFile >
17- <CopyToPublishDirectory >PreserveNewest</CopyToPublishDirectory >
18- </Content >
19- </ItemGroup >
20-
21- <ItemGroup >
10+ <PackageReference Include =" OrchardCore.Application.Mvc.Targets" Version =" $(OrchardCoreVersion)" />
2211 <PackageReference Include =" OrchardCore.Module.Targets" Version =" $(OrchardCoreVersion)" />
2312 </ItemGroup >
2413
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net8.0</TargetFramework >
54 <OutputType >Library</OutputType >
65 </PropertyGroup >
76
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
3- <PropertyGroup >
4- <TargetFramework >net8.0</TargetFramework >
5- <ImplicitUsings >enable</ImplicitUsings >
6- </PropertyGroup >
7-
83 <ItemGroup >
94 <PackageReference Include =" OrchardCore.Application.Mvc.Targets" Version =" $(OrchardCoreVersion)" />
105 <!-- If Module1 were a NuGet package instead of a project you could reference it this way: <PackageReference Include="Module1" Version="1.0.4" /> -->
You can’t perform that action at this time.
0 commit comments