diff --git a/browser/IgBlazorSamples.Client/ReadMe.md b/browser/IgBlazorSamples.Client/ReadMe.md
index b54cc6faeb..55e1d8cbea 100644
--- a/browser/IgBlazorSamples.Client/ReadMe.md
+++ b/browser/IgBlazorSamples.Client/ReadMe.md
@@ -59,4 +59,4 @@ from `./samples/` folder to `./browser/IgBlazorSamples.Client/`
- output files will be located in:
-`./browser/browser/IgBlazorSamples.Client/bin/Release/net6.0/publish/wwwroot`
\ No newline at end of file
+`./browser/browser/IgBlazorSamples.Client/bin/Release/net8.0/publish/wwwroot`
\ No newline at end of file
diff --git a/browser/IgBlazorSamples.Core/IgBlazorSamples.Core.csproj b/browser/IgBlazorSamples.Core/IgBlazorSamples.Core.csproj
index 2b077374e9..afaff79e10 100644
--- a/browser/IgBlazorSamples.Core/IgBlazorSamples.Core.csproj
+++ b/browser/IgBlazorSamples.Core/IgBlazorSamples.Core.csproj
@@ -1,7 +1,7 @@
- net6.0
+ net8.0
3.0
Infragistics.Samples.Core
Infragistics.Samples.Core
diff --git a/browser/IgBlazorSamples.Gulp/tasks/gulp-tests.js b/browser/IgBlazorSamples.Gulp/tasks/gulp-tests.js
index d0a24bd53f..e1568990f5 100644
--- a/browser/IgBlazorSamples.Gulp/tasks/gulp-tests.js
+++ b/browser/IgBlazorSamples.Gulp/tasks/gulp-tests.js
@@ -75,8 +75,8 @@ function testProjectFiles(cb) {
'net8.0',
'3.0',
'',
- '',
+ '',
+ '',
'',
];
gulp.src([
diff --git a/browser/IgBlazorSamples.Server/IgBlazorSamples.Server.csproj b/browser/IgBlazorSamples.Server/IgBlazorSamples.Server.csproj
index 18afaf7c6a..3877956884 100644
--- a/browser/IgBlazorSamples.Server/IgBlazorSamples.Server.csproj
+++ b/browser/IgBlazorSamples.Server/IgBlazorSamples.Server.csproj
@@ -1,7 +1,7 @@
- net6.0
+ net8.0
Infragistics.Samples
Infragistics.Samples
4.0.0
diff --git a/browser/IgBlazorSamples.Shared/IgBlazorSamples.Shared.csproj b/browser/IgBlazorSamples.Shared/IgBlazorSamples.Shared.csproj
index 2b7b777b3c..3b32c48b3f 100644
--- a/browser/IgBlazorSamples.Shared/IgBlazorSamples.Shared.csproj
+++ b/browser/IgBlazorSamples.Shared/IgBlazorSamples.Shared.csproj
@@ -1,7 +1,7 @@
- net6.0
+ net8.0
3.0
Infragistics.Samples.Shared
Infragistics.Samples.Shared