Skip to content

Commit 7b8fee4

Browse files
committed
Merge branch 'dev9/25-dependencies/third-party-1307' of https://github.com/johnhenley/Dnn.CommunityForums into dev9/25-dependencies/third-party-1307
2 parents 441057f + bb82482 commit 7b8fee4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: Dnn.CommunityForums/DnnCommunityForums.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@
3838
</ItemGroup>
3939

4040
<ItemGroup>
41-
<PackageReference Include="DotNetNuke.Abstractions" Version="9.13.7" />
42-
<None Remove="packages.config" />
4341
<None Remove="CustomControls\Resources\TextSuggest.js" />
4442
</ItemGroup>
4543

4644
<ItemGroup>
4745
<AdditionalFiles Include="..\stylecop.json" Link="stylecop.json" />
46+
<AdditionalFiles Include="..\.editorconfig" Link=".editorconfig" />
4847
</ItemGroup>
4948

5049
<ItemGroup>

Diff for: Dnn.CommunityForumsTests/DnnCommunityForumsTests.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@
1616

1717
<ItemGroup>
1818
<AdditionalFiles Include="..\stylecop.json" Link="stylecop.json" />
19+
<AdditionalFiles Include="..\.editorconfig" Link=".editorconfig" />
1920
</ItemGroup>
2021

2122
<ItemGroup>
23+
<PackageReference Include="DotNetNuke.Abstractions" Version="9.11.0" />
2224
<PackageReference Include="coverlet.collector" Version="6.0.0" />
2325
<PackageReference Include="DotNetNuke.Abstractions" Version="9.11.0" />
2426
<PackageReference Include="DotNetNuke.Web" Version="9.11.0" />

0 commit comments

Comments
 (0)