Skip to content

Commit 69ce6fa

Browse files
authored
Merge pull request #480 from clairernovotny/fix-466
Add Microsoft.DotNet.PlatformAbstractions to the package
2 parents 96d7f7f + 859df6e commit 69ce6fa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Nerdbank.GitVersioning.Tasks/Nerdbank.GitVersioning.Tasks.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<TfmSpecificPackageFile Include="
3434
$(OutputPath)LibGit2Sharp.dll*;
3535
$(OutputPath)MSBuildExtensionTask.dll;
36+
$(OutputPath)Microsoft.DotNet.PlatformAbstractions.dll;
3637
$(OutputPath)Nerdbank.GitVersioning.*dll;
3738
$(OutputPath)Newtonsoft.Json.dll;
3839
$(OutputPath)Validation.dll;

src/Nerdbank.GitVersioning.Tasks/Nerdbank.GitVersioning.nuspec

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ IMPORTANT: The 3.x release may produce a different version height than prior maj
1919
<files>
2020
<file src="$BaseOutputPath$net461\LibGit2Sharp.dll" target="build\MSBuildFull\LibGit2Sharp.dll" />
2121
<file src="$BaseOutputPath$net461\LibGit2Sharp.dll.config" target="build\MSBuildFull\LibGit2Sharp.dll.config" />
22-
<file src="$BaseOutputPath$net461\NerdBank.GitVersioning.dll" target="build\MSBuildFull\NerdBank.GitVersioning.dll" />
22+
<file src="$BaseOutputPath$net461\Microsoft.DotNet.PlatformAbstractions.dll" target="build\MSBuildFull\Microsoft.DotNet.PlatformAbstractions.dll" />
23+
<file src="$BaseOutputPath$net461\NerdBank.GitVersioning.dll" target="build\MSBuildFull\NerdBank.GitVersioning.dll" />
2324
<file src="$BaseOutputPath$net461\Nerdbank.GitVersioning.Tasks.dll" target="build\MSBuildFull\Nerdbank.GitVersioning.Tasks.dll" />
2425
<file src="$BaseOutputPath$net461\Newtonsoft.Json.dll" target="build\MSBuildFull\Newtonsoft.Json.dll" />
2526
<file src="$BaseOutputPath$net461\Validation.dll" target="build\MSBuildFull\Validation.dll" />
@@ -35,6 +36,7 @@ IMPORTANT: The 3.x release may produce a different version height than prior maj
3536

3637
<file src="$LibGit2SharpNativeBinaries$libgit2\LibGit2Sharp.dll.config" target="build\MSBuildCore\LibGit2Sharp.dll.config" />
3738
<file src="$BaseOutputPath$netcoreapp2.0\LibGit2Sharp.dll" target="build\MSBuildCore\LibGit2Sharp.dll" />
39+
<file src="$BaseOutputPath$netcoreapp2.0\Microsoft.DotNet.PlatformAbstractions.dll" target="build\MSBuildCore\Microsoft.DotNet.PlatformAbstractions.dll" />
3840
<file src="$BaseOutputPath$netcoreapp2.0\NerdBank.GitVersioning.dll" target="build\MSBuildCore\NerdBank.GitVersioning.dll" />
3941
<file src="$BaseOutputPath$netcoreapp2.0\Nerdbank.GitVersioning.Tasks.dll" target="build\MSBuildCore\Nerdbank.GitVersioning.Tasks.dll" />
4042
<file src="$BaseOutputPath$netcoreapp2.0\Newtonsoft.Json.dll" target="build\MSBuildCore\Newtonsoft.Json.dll" />

0 commit comments

Comments
 (0)