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

Commit daef8eb

Browse files
committed
Another attempt at fixing the build break on other machines
1 parent ee7e1e5 commit daef8eb

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

nuget.config

+3
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
<config>
44
<add key="repositorypath" value="packages" />
55
</config>
6+
<packageSources>
7+
<add key="myget.org/F/aarnott" value="https://www.myget.org/F/aarnott/api/v2" />
8+
</packageSources>
69
</configuration>

src/PInvoke.sln

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PInvoke", "PInvoke\PInvoke.
77
EndProject
88
Project("{FF286327-C783-4F7A-AB73-9BCBAD0D4460}") = "PInvoke.NuGet", "PInvoke.NuGet\PInvoke.NuGet.nuproj", "{62EEA3CD-5671-4CFC-BE51-C75BEFB3FC95}"
99
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CD09C869-A027-4F21-B78F-22CF072B9C7F}"
11+
ProjectSection(SolutionItems) = preProject
12+
..\.gitignore = ..\.gitignore
13+
..\nuget.config = ..\nuget.config
14+
..\README.md = ..\README.md
15+
..\version.json = ..\version.json
16+
EndProjectSection
17+
EndProject
1018
Global
1119
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1220
Debug|Any CPU = Debug|Any CPU

src/PInvoke/project.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"supports": {},
33
"dependencies": {
44
"Nerdbank.GitVersioning": "1.1.52-rc",
5-
"Nuproj": "0.10.4-beta-gf7fc34e7d8",
6-
"Nuproj.Common": "0.10.4-beta"
5+
"Nuproj": "0.10.10-beta-g13363167e1",
6+
"Nuproj.Common": "0.10.10-beta-g13363167e1"
77
},
88
"frameworks": {
99
".NETPortable,Version=v4.5,Profile=Profile111": {}

0 commit comments

Comments
 (0)