Skip to content

Commit 587c7b9

Browse files
committed
Updated Dnn reference to not require a specific version
1 parent e90d864 commit 587c7b9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Providers/DataProviders/SqlDataProvider/DotNetNuke.Modules.Repository.SqlDataProvider.vbproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@
9696
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
9797
</PropertyGroup>
9898
<ItemGroup>
99-
<Reference Include="DotNetNuke, Version=5.3.1.7, Culture=neutral, processorArchitecture=MSIL" />
99+
<Reference Include="DotNetNuke, Version=5.3.1.7, Culture=neutral, processorArchitecture=MSIL">
100+
<SpecificVersion>False</SpecificVersion>
101+
</Reference>
100102
<Reference Include="Microsoft.ApplicationBlocks.Data, Version=2.0.0.0, Culture=neutral">
101103
<SpecificVersion>False</SpecificVersion>
102104
<HintPath>..\..\..\..\..\bin\Microsoft.ApplicationBlocks.Data.dll</HintPath>

0 commit comments

Comments
 (0)