Skip to content

Commit 26b4890

Browse files
authored
Update dependencies and configurations (#19)
1 parent f31b4c4 commit 26b4890

File tree

3 files changed

+27
-59
lines changed

3 files changed

+27
-59
lines changed

.vscode/tasks.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "process",
88
"args": [
99
"build",
10-
"${workspaceFolder}/PlatformCore.sln",
10+
"${workspaceFolder}/PlatformCore.slnx",
1111
"/property:GenerateFullPaths=true",
1212
"/consoleloggerparameters:NoSummary;ForceNoAlign"
1313
],
@@ -19,7 +19,7 @@
1919
"type": "process",
2020
"args": [
2121
"publish",
22-
"${workspaceFolder}/PlatformCore.sln",
22+
"${workspaceFolder}/PlatformCore.slnx",
2323
"/property:GenerateFullPaths=true",
2424
"/consoleloggerparameters:NoSummary;ForceNoAlign"
2525
],
@@ -33,9 +33,9 @@
3333
"watch",
3434
"run",
3535
"--project",
36-
"${workspaceFolder}/PlatformCore.sln"
36+
"${workspaceFolder}/PlatformCore.slnx"
3737
],
3838
"problemMatcher": "$msCompile"
3939
}
4040
]
41-
}
41+
}

InfinityFlow.DigitalOcean.Client.sln

Lines changed: 0 additions & 55 deletions
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<Solution>
2+
<Folder Name="/Solution Items/">
3+
<File Path=".editorconfig" />
4+
<File Path=".filenesting.json" />
5+
<File Path=".gitattributes" />
6+
<File Path=".gitignore" />
7+
<File Path=".gitmodules" />
8+
<File Path=".yamllint" />
9+
<File Path="cspell.config.yaml" />
10+
<File Path="Directory.Build.props" />
11+
<File Path="Directory.Packages.props" />
12+
<File Path="NuGet.config" />
13+
<File Path="README.md" />
14+
</Folder>
15+
<Folder Name="/Solution Items/src/">
16+
<File Path="src/Directory.Build.props" />
17+
<File Path="Vogen.cs" />
18+
</Folder>
19+
<Folder Name="/Solution Items/test/">
20+
<File Path="test/Directory.Build.props" />
21+
</Folder>
22+
<Project Path="src/InfinityFlow.DigitalOcean.Client/InfinityFlow.DigitalOcean.Client.csproj" />
23+
</Solution>

0 commit comments

Comments
 (0)