File tree 2 files changed +4
-1
lines changed
src/Nerdbank.GitVersioning.Tasks
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 33
33
<TfmSpecificPackageFile Include ="
34
34
$(OutputPath)LibGit2Sharp.dll*;
35
35
$(OutputPath)MSBuildExtensionTask.dll;
36
+ $(OutputPath)Microsoft.DotNet.PlatformAbstractions.dll;
36
37
$(OutputPath)Nerdbank.GitVersioning.*dll;
37
38
$(OutputPath)Newtonsoft.Json.dll;
38
39
$(OutputPath)Validation.dll;
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ IMPORTANT: The 3.x release may produce a different version height than prior maj
19
19
<files >
20
20
<file src =" $BaseOutputPath$net461\LibGit2Sharp.dll" target =" build\MSBuildFull\LibGit2Sharp.dll" />
21
21
<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" />
23
24
<file src =" $BaseOutputPath$net461\Nerdbank.GitVersioning.Tasks.dll" target =" build\MSBuildFull\Nerdbank.GitVersioning.Tasks.dll" />
24
25
<file src =" $BaseOutputPath$net461\Newtonsoft.Json.dll" target =" build\MSBuildFull\Newtonsoft.Json.dll" />
25
26
<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
35
36
36
37
<file src =" $LibGit2SharpNativeBinaries$libgit2\LibGit2Sharp.dll.config" target =" build\MSBuildCore\LibGit2Sharp.dll.config" />
37
38
<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" />
38
40
<file src =" $BaseOutputPath$netcoreapp2.0\NerdBank.GitVersioning.dll" target =" build\MSBuildCore\NerdBank.GitVersioning.dll" />
39
41
<file src =" $BaseOutputPath$netcoreapp2.0\Nerdbank.GitVersioning.Tasks.dll" target =" build\MSBuildCore\Nerdbank.GitVersioning.Tasks.dll" />
40
42
<file src =" $BaseOutputPath$netcoreapp2.0\Newtonsoft.Json.dll" target =" build\MSBuildCore\Newtonsoft.Json.dll" />
You can’t perform that action at this time.
0 commit comments