Skip to content

Commit 08b0754

Browse files
committed
updated version
1 parent af42623 commit 08b0754

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

1313
An Example Forum running the current Version can be found here
1414

yaf_dnn/Installation/ReadMe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h4>
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>

yaf_dnn/YAF.DNN.Module.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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>
@@ -14,7 +13,7 @@
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>
@@ -236,7 +235,7 @@
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>

0 commit comments

Comments
 (0)