diff --git a/Argu.sln b/Argu.sln
index dda5383d..050eb55a 100644
--- a/Argu.sln
+++ b/Argu.sln
@@ -21,14 +21,13 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{EE42293D-9398-4EF4-B151-9DE992EBB85A}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
+ .github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2687163A-E0EA-4EC6-A388-430314AA8C85}"
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".project", ".project", "{2687163A-E0EA-4EC6-A388-430314AA8C85}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitignore = .gitignore
- .tfignore = .tfignore
- Argu.sln = Argu.sln
build.cmd = build.cmd
build.fsx = build.fsx
build.sh = build.sh
@@ -39,6 +38,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
LICENSE.md = LICENSE.md
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
+ Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{C9E28045-41C6-422E-9928-4220EF3FF19B}"
@@ -61,10 +61,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "resource", "resource", "{B1
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{A15390A5-BC39-433F-BA25-8775B4C2E329}"
EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{93AB3CBB-7714-49DD-9C6F-40E153A66E8F}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E40F0B06-703E-4541-826F-3B8AED67AF7B}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -91,8 +87,6 @@ Global
{EE42293D-9398-4EF4-B151-9DE992EBB85A} = {83FE66F8-6E59-4178-8962-11117B51F39C}
{10ED3503-22F2-42EF-8B35-C979A5B700D0} = {C9E28045-41C6-422E-9928-4220EF3FF19B}
{E0563A30-4451-4DF2-9D21-26C76EB85C22} = {A15390A5-BC39-433F-BA25-8775B4C2E329}
- {D3E958F9-5FFF-462E-BDC7-A03272A9F5D9} = {93AB3CBB-7714-49DD-9C6F-40E153A66E8F}
- {8E234746-5098-4400-98F1-62C77AB91711} = {E40F0B06-703E-4541-826F-3B8AED67AF7B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99215464-9AB5-4BC3-A033-92EA250F8FC1}
diff --git a/Directory.Build.props b/Directory.Build.props
index a5014fb8..5322f843 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,25 +1,25 @@
-
- 5
- true
- true
-
+
+ 5
+ true
+ true
+
-
-
- A declarative command line and XML configuration parser for F# applications.
- Eirik Tsarpalis
- 2019
- F#, argument, commandline, parser
-
- https://github.com/fsprojects/Argu/
- https://fsprojects.github.io/Argu/
- MIT
-
-
-
-
- https://github.com/fsprojects/Argu/blob/master/LICENSE.md
- https://github.com/fsprojects/Argu/blob/master/RELEASE_NOTES.md
-
+
+
+ A declarative command line and XML configuration parser for F# applications.
+ Eirik Tsarpalis
+ 2019
+ F#, argument, commandline, parser
+
+ https://github.com/fsprojects/Argu/
+ https://fsprojects.github.io/Argu/
+ MIT
+
+
+
+
+ https://github.com/fsprojects/Argu/blob/master/LICENSE.md
+ https://github.com/fsprojects/Argu/blob/master/RELEASE_NOTES.md
+
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 2ff4c45a..0f7e11d7 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -3,13 +3,17 @@
true
+
+
+
+
+
+
-
-
\ No newline at end of file
diff --git a/samples/Argu.Samples.LS/Argu.Samples.LS.fsproj b/samples/Argu.Samples.LS/Argu.Samples.LS.fsproj
index e5b5c6a0..7065f4ec 100644
--- a/samples/Argu.Samples.LS/Argu.Samples.LS.fsproj
+++ b/samples/Argu.Samples.LS/Argu.Samples.LS.fsproj
@@ -1,16 +1,16 @@
-
- net6.0
- Exe
- ls
-
- false
-
-
-
-
-
-
-
-
+
+ net6.0
+ Exe
+ ls
+
+ false
+
+
+
+
+
+
+
+
diff --git a/src/Argu/Argu.fsproj b/src/Argu/Argu.fsproj
index ca45f17e..e7bb5448 100644
--- a/src/Argu/Argu.fsproj
+++ b/src/Argu/Argu.fsproj
@@ -1,30 +1,31 @@
-
-
-
- netstandard2.0
- true
- true
- logo.png
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ netstandard2.0
+ true
+ true
+ logo.png
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/Argu.Tests/Argu.Tests.fsproj b/tests/Argu.Tests/Argu.Tests.fsproj
index faaf2384..673ee2d5 100644
--- a/tests/Argu.Tests/Argu.Tests.fsproj
+++ b/tests/Argu.Tests/Argu.Tests.fsproj
@@ -1,19 +1,19 @@
-
- net6.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ net6.0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+