diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9d4f9b9..c6eb63b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -32,7 +32,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- dotnet-quality: 'preview'
- name: Set version
id: get_version
@@ -86,7 +85,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- dotnet-quality: 'preview'
- name: Download NuGetPackage artifact
uses: actions/download-artifact@v4
diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props
index 8d7ed2b..73599fe 100644
--- a/src/Directory.Packages.props
+++ b/src/Directory.Packages.props
@@ -4,30 +4,32 @@
-
-
+
+
-
-
-
-
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
+
-
+
diff --git a/src/Task/AggregateConfigBuildTask.csproj b/src/Task/AggregateConfigBuildTask.csproj
index 78079ea..e5f8924 100644
--- a/src/Task/AggregateConfigBuildTask.csproj
+++ b/src/Task/AggregateConfigBuildTask.csproj
@@ -1,66 +1,70 @@
-
-
-
- netstandard2.0
- true
- true
- true
- true
- NU5100,CA1031,CA1819,CA1027
-
-
-
- true
-
-
-
- AggregateConfigBuildTask
- 0.0.1
- Billy Richardson
- richardsondev
- https://richardson.software
- Merges configuration files at build time, allowing them to be embedded as resources for streamlined deployment and access.
- yaml, json, arm, build, configuration, msbuild
- MIT
- https://github.com/richardsondev/AggregateConfigBuildTask
- https://github.com/richardsondev/AggregateConfigBuildTask
- https://github.com/richardsondev/AggregateConfigBuildTask/releases/tag/v$(Version)
- docs/README.md
- true
- true
- snupkg
- true
- tasks
- icon.png
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- licenses/LICENSE
-
-
-
-
-
-
+
+
+
+ netstandard2.0
+ true
+ true
+ true
+ true
+ NU5100,CA1031,CA1819,CA1027
+
+
+
+ true
+
+
+
+ AggregateConfigBuildTask
+ 0.0.1
+ Billy Richardson
+ richardsondev
+ https://richardson.software
+ Merges configuration files at build time, allowing them to be embedded as resources for streamlined deployment and access.
+ yaml, json, arm, build, configuration, msbuild
+ MIT
+ https://github.com/richardsondev/AggregateConfigBuildTask
+ https://github.com/richardsondev/AggregateConfigBuildTask
+ https://github.com/richardsondev/AggregateConfigBuildTask/releases/tag/v$(Version)
+ docs/README.md
+ true
+ true
+ snupkg
+ true
+ tasks
+ icon.png
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ licenses/LICENSE
+
+
+
+
+
+