Skip to content

Commit 6de8fc0

Browse files
committed
Move framework props file to net461 folder
1 parent 9f13bdd commit 6de8fc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UpdateLibgit2ToSha.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)