File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
nuget.package/build/net461 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Push-Location $libgit2Directory
101101
102102 Set-Content - Encoding UTF8 (Join-Path $projectDirectory " nuget.package\build\LibGit2Sharp.NativeBinaries.props" ) $buildProperties
103103
104- $net40BuildProperties = @"
104+ $net461BuildProperties = @"
105105<Project>
106106 <PropertyGroup>
107107 <libgit2_hash>$sha </libgit2_hash>
@@ -140,7 +140,7 @@ Push-Location $libgit2Directory
140140</Project>
141141"@
142142
143- Set-Content - Encoding UTF8 (Join-Path $projectDirectory " nuget.package\build\net40 \LibGit2Sharp.NativeBinaries.props" ) $net40BuildProperties
143+ Set-Content - Encoding UTF8 (Join-Path $projectDirectory " nuget.package\build\net461 \LibGit2Sharp.NativeBinaries.props" ) $net461BuildProperties
144144
145145 $dllConfig = @"
146146<configuration>
File renamed without changes.
You can’t perform that action at this time.
0 commit comments