File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88[ Full Feature List] ( https://github.com/YAFNET/YAFNET/wiki/YAF.NET-Features ) .
99
1010## DNN® (DotNetNuke) Module
11- This is the DNN Module Version of YetAnotherForum.NET which runs YAF inside a Module (DotNetNuke 10.01.00 or higher).
11+ This is the DNN Module Version of YetAnotherForum.NET which runs YAF inside a Module (DotNetNuke 10.02.01 or higher).
1212
1313An Example Forum running the current Version can be found here
1414
Original file line number Diff line number Diff line change 5959 < ol >
6060 < li > Microsoft .NET Framework 4.8.1</ li >
6161 < li > Microsoft SQL Server 2012 or above.</ li >
62- < li > DNN Platform (DotNetNuke) 10.01.00 or above.</ li >
62+ < li > DNN Platform (DotNetNuke) 10.02.01 or above.</ li >
6363 </ ol >
6464 </ div >
6565 </ div >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" ..\packages\MSBuild.Microsoft.VisualStudio.Web.targets.14.0.0.3\build\MSBuild.Microsoft.VisualStudio.Web.targets.props" Condition =" Exists('..\packages\MSBuild.Microsoft.VisualStudio.Web.targets.14.0.0.3\build\MSBuild.Microsoft.VisualStudio.Web.targets.props')" />
43 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
54 <PropertyGroup >
65 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
1413 <RootNamespace >YAF.DotNetNuke</RootNamespace >
1514 <AssemblyName >YAF.DotNetNuke.Module</AssemblyName >
1615 <TargetFrameworkVersion >v4.8.1</TargetFrameworkVersion >
17- <RuntimeIdentifier >win</RuntimeIdentifier >
16+ <RuntimeIdentifier >win</RuntimeIdentifier >
1817 <FileUpgradeFlags >
1918 </FileUpgradeFlags >
2019 <OldToolsVersion >4.0</OldToolsVersion >
236235 <Content Include =" App_LocalResources\YafDnnModuleImport.ascx.resx" />
237236 </ItemGroup >
238237 <PropertyGroup >
239- <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10 .0</VisualStudioVersion >
238+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >18 .0</VisualStudioVersion >
240239 </PropertyGroup >
241240 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Package|AnyCPU'" >
242241 <OutputPath >bin\</OutputPath >
You can’t perform that action at this time.
0 commit comments