Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Commit 57807dd

Browse files
committed
Move nuget.config and version.json into src folder
1 parent 32e2aa7 commit 57807dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/PInvoke.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
88
..\.gitignore = ..\.gitignore
99
..\CONTRIB.txt = ..\CONTRIB.txt
1010
..\LICENSE.txt = ..\LICENSE.txt
11-
..\nuget.config = ..\nuget.config
1211
..\README.md = ..\README.md
13-
..\version.json = ..\version.json
12+
nuget.config = nuget.config
13+
version.json = version.json
1414
EndProjectSection
1515
EndProject
1616
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PInvoke.BCrypt", "PInvoke.BCrypt\PInvoke.BCrypt.csproj", "{9CE056E3-5D53-4092-97CC-78826A4D1C14}"

nuget.config renamed to src/nuget.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<config>
4-
<add key="repositorypath" value="packages" />
4+
<add key="repositorypath" value="..\packages" />
55
</config>
66
<packageSources>
77
<add key="myget.org/F/aarnott" value="https://www.myget.org/F/aarnott/api/v2" />
File renamed without changes.

0 commit comments

Comments
 (0)