Skip to content

Commit 9eaa40a

Browse files
author
Chris Crutchfield
committed
resolve build and doc issues
1 parent 2f83f81 commit 9eaa40a

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

src/Cake.GitVersioning/Cake.GitVersioning.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
<IncludeBuildOutput>false</IncludeBuildOutput>
1515
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);PackBuildOutputs</TargetsForTfmSpecificContentInPackage>
1616
<DocumentationRootFolder>..\..\doc</DocumentationRootFolder>
17+
</PropertyGroup>
1718

1819
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1920
<DocumentationFile>C:\git\Nerdbank.GitVersioning\src\..\bin\Cake.GitVersioning\Debug\net461\Cake.GitVersioning.xml</DocumentationFile>
2021
</PropertyGroup>
2122

2223
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2324
<DocumentationFile>C:\git\Nerdbank.GitVersioning\src\..\bin\Cake.GitVersioning\Release\net461\Cake.GitVersioning.xml</DocumentationFile>
24-
<PropertyGroup>
25+
</PropertyGroup>
2526

2627
<!-- This is a tools package and should express no dependencies. -->
2728
<ItemDefinitionGroup>
@@ -35,7 +36,7 @@
3536

3637
<ItemGroup>
3738
<PackageReference Include="Cake.Core" Version="0.26.0" />
38-
<PackageReference Include="DotNetMDDocs" Version="0.5.0" />
39+
<PackageReference Include="DotNetMDDocs" Version="0.7.0" />
3940
<PackageReference Include="Nerdbank.GitVersioning.LKG" Version="1.6.20-beta-gfea83a8c9e" />
4041
</ItemGroup>
4142

src/NerdBank.GitVersioning/NerdBank.GitVersioning.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<DocumentationRootFolder>..\..\doc</DocumentationRootFolder>
99
</PropertyGroup>
1010
<ItemGroup>
11-
<PackageReference Include="DotNetMDDocs" Version="0.5.0" />
11+
<PackageReference Include="DotNetMDDocs" Version="0.7.0" />
1212
<PackageReference Include="LibGit2Sharp" Version="0.24.7-g9fca61fdda" PrivateAssets="None" />
1313
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
1414
<PackageReference Include="System.Diagnostics.Process" Version="4.3.0" Condition=" '$(TargetFramework)' == 'netstandard1.3' " />

src/Nerdbank.GitVersioning.sln

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,10 @@ Global
5252
{568CD02D-49C4-49DB-A34D-2DE9D7A0FE85}.Debug|Any CPU.Build.0 = Debug|Any CPU
5353
{568CD02D-49C4-49DB-A34D-2DE9D7A0FE85}.Release|Any CPU.ActiveCfg = Release|Any CPU
5454
{568CD02D-49C4-49DB-A34D-2DE9D7A0FE85}.Release|Any CPU.Build.0 = Release|Any CPU
55-
{568CD02D-49C4-49DB-A34D-2DE9D7A0FE85}.Release|x64.ActiveCfg = Release|Any CPU
56-
{568CD02D-49C4-49DB-A34D-2DE9D7A0FE85}.Release|x64.Build.0 = Release|Any CPU
57-
{568CD02D-49C4-49DB-A34D-2DE9D7A0FE85}.Release|x86.ActiveCfg = Release|Any CPU
58-
{568CD02D-49C4-49DB-A34D-2DE9D7A0FE85}.Release|x86.Build.0 = Release|Any CPU
59-
{1F267A97-DFE3-4166-83B1-9D236B7A09BD}.Release|x64.ActiveCfg = Release|Any CPU
60-
{1F267A97-DFE3-4166-83B1-9D236B7A09BD}.Release|x64.Build.0 = Release|Any CPU
61-
{1F267A97-DFE3-4166-83B1-9D236B7A09BD}.Release|x86.ActiveCfg = Release|Any CPU
62-
{1F267A97-DFE3-4166-83B1-9D236B7A09BD}.Release|x86.Build.0 = Release|Any CPU
55+
{1F267A97-DFE3-4166-83B1-9D236B7A09BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56+
{1F267A97-DFE3-4166-83B1-9D236B7A09BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
57+
{1F267A97-DFE3-4166-83B1-9D236B7A09BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
58+
{1F267A97-DFE3-4166-83B1-9D236B7A09BD}.Release|Any CPU.Build.0 = Release|Any CPU
6359
EndGlobalSection
6460
GlobalSection(SolutionProperties) = preSolution
6561
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)