Skip to content

Commit

Permalink
WIP2 Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Aug 12, 2023
1 parent 9595dfe commit 2e7f950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TestResult.xml
*~

# autogenerated file by configure.sh
before.gwallet.core-legacy.sln.targets
src/before.gwallet.core-legacy.sln.targets

# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
Expand Down
2 changes: 1 addition & 1 deletion NuGet.Restore.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<NuGetPath Condition=" '$(NuGetPath)' == '' ">$(MSBuildThisFileDirectory).nuget</NuGetPath>
<NuGetPath Condition=" '$(NuGetPath)' == '' ">$(MSBuildThisFileDirectory)..\.nuget</NuGetPath>
<NuGetUrl Condition=" '$(NuGetUrl)' == '' ">https://dist.nuget.org/win-x86-commandline/v5.4.0/nuget.exe</NuGetUrl>
<NuGet Condition=" '$(NuGet)' == '' ">$(NuGetPath)\nuget.exe</NuGet>
<Mono Condition=" '$(OS)' != 'Windows_NT' ">mono</Mono>
Expand Down

0 comments on commit 2e7f950

Please sign in to comment.