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
101
101
102
102
Set-Content - Encoding UTF8 (Join-Path $projectDirectory " nuget.package\build\LibGit2Sharp.NativeBinaries.props" ) $buildProperties
103
103
104
- $net40BuildProperties = @"
104
+ $net461BuildProperties = @"
105
105
<Project>
106
106
<PropertyGroup>
107
107
<libgit2_hash>$sha </libgit2_hash>
@@ -140,7 +140,7 @@ Push-Location $libgit2Directory
140
140
</Project>
141
141
"@
142
142
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
144
144
145
145
$dllConfig = @"
146
146
<configuration>
File renamed without changes.
You can’t perform that action at this time.
0 commit comments