Skip to content

Commit 3b28a7c

Browse files
committed
chore: move files Directory.*.props to src/
1 parent 180f5cb commit 3b28a7c

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

MaaFramework.Binding.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
88
.editorconfig = .editorconfig
99
.gitattributes = .gitattributes
1010
.gitignore = .gitignore
11-
Directory.Build.props = Directory.Build.props
12-
Directory.Packages.props = Directory.Packages.props
11+
src\Directory.Build.props = src\Directory.Build.props
12+
src\Directory.Packages.props = src\Directory.Packages.props
1313
LICENSE.md = LICENSE.md
1414
README.md = README.md
1515
README.zh_cn.md = README.zh_cn.md

tools/Builder/Build.csx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var version = tags.Count switch
3131
};
3232

3333
var runtimes = NuGetVersion.Parse(
34-
XDocument.Load("Directory.Packages.props")
34+
XDocument.Load("./src/Directory.Packages.props")
3535
.Descendants("PackageVersion")
3636
.FirstOrDefault(e => e.Attribute("Include")?.Value == "Maa.Framework.Runtimes")
3737
!.Attribute("Version")

0 commit comments

Comments
 (0)