Skip to content

Commit 5d7c0c6

Browse files
committed
Updated packages and linked Directory.Build.props to solution file
1 parent bd0c760 commit 5d7c0c6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

LinkDotNet.Blog.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2323
EndProjectSection
2424
EndProject
2525
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{86FD0EB5-13F9-4F1C-ADA1-072EEFEFF1E9}"
26+
ProjectSection(SolutionItems) = preProject
27+
src\Directory.Build.props = src\Directory.Build.props
28+
EndProjectSection
2629
EndProject
2730
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CAD2F4A3-1282-49B5-B0AB-655CDBED0A35}"
31+
ProjectSection(SolutionItems) = preProject
32+
tests\Directory.Build.props = tests\Directory.Build.props
33+
EndProjectSection
2834
EndProject
2935
Global
3036
GlobalSection(SolutionConfigurationPlatforms) = preSolution

tests/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<ItemGroup Condition="$(MSBuildProjectName) != 'LinkDotNet.Blog.TestUtilities'">
55
<PackageReference Include="bunit" Version="1.4.15" />
6-
<PackageReference Include="FluentAssertions" Version="6.4.0" />
6+
<PackageReference Include="FluentAssertions" Version="6.5.0" />
77
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0-preview-20220131-20" />
88
<PackageReference Include="Moq" Version="4.16.1" />
99
<PackageReference Include="xunit" Version="2.4.2-pre.12" />
@@ -45,4 +45,4 @@
4545
<CodeAnalysisRuleSet>$(SolutionDir)\stylecop.analyzers.ruleset</CodeAnalysisRuleSet>
4646
</PropertyGroup>
4747

48-
</Project>
48+
</Project>

0 commit comments

Comments
 (0)