diff --git a/ADotNet.Infrastructure.Build/Program.cs b/ADotNet.Infrastructure.Build/Program.cs
index ac0a076..8e630ab 100644
--- a/ADotNet.Infrastructure.Build/Program.cs
+++ b/ADotNet.Infrastructure.Build/Program.cs
@@ -4,7 +4,7 @@
// See License.txt in the project root for license information.
// ---------------------------------------------------------------------------
-using ISL.ReIdentification.Infrastructure.Services;
+using ADotNet.Infrastructure.Build.Services;
namespace ADotNet.Infrastructure.Build
{
diff --git a/ADotNet.Infrastructure.Build/Services/ScriptGenerationService.cs b/ADotNet.Infrastructure.Build/Services/ScriptGenerationService.cs
index d23479d..1ce917b 100644
--- a/ADotNet.Infrastructure.Build/Services/ScriptGenerationService.cs
+++ b/ADotNet.Infrastructure.Build/Services/ScriptGenerationService.cs
@@ -11,7 +11,7 @@
using ADotNet.Models.Pipelines.GithubPipelines.DotNets.Tasks;
using ADotNet.Models.Pipelines.GithubPipelines.DotNets.Tasks.SetupDotNetTaskV3s;
-namespace ISL.ReIdentification.Infrastructure.Services
+namespace ADotNet.Infrastructure.Build.Services
{
internal class ScriptGenerationService
{
@@ -59,7 +59,7 @@ public void GenerateBuildScript(string branchName, string projectName, string do
With = new TargetDotNetVersionV3
{
- DotNetVersion = "9.0.100"
+ DotNetVersion = dotNetVersion
}
},
diff --git a/ADotNet/ADotNet.csproj b/ADotNet/ADotNet.csproj
index 261164f..bddac1d 100644
--- a/ADotNet/ADotNet.csproj
+++ b/ADotNet/ADotNet.csproj
@@ -18,9 +18,9 @@
True
README.md
- 4.1.0
- 4.1.0
- 4.1.0
+ 4.2.0
+ 4.2.0
+ 4.2.0
License.txt
True
https://github.dev/The-Standard-Organization/ADotNet
@@ -58,7 +58,7 @@
-
+