diff --git a/samples/features/json/reactjs/dotnet-comments-app/CommentsReactApp.xproj b/samples/features/json/reactjs/dotnet-comments-app/CommentsReactApp.xproj
deleted file mode 100644
index 964f28b5..00000000
--- a/samples/features/json/reactjs/dotnet-comments-app/CommentsReactApp.xproj
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- 14.0
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
- c8014cba-1952-414a-b78e-f60f9e5c5625
- ReactCommentsApp
- .\obj
- .\bin\
- v4.6
-
-
- 2.0
-
-
-
\ No newline at end of file
diff --git a/samples/features/json/reactjs/dotnet-comments-app/dotnet-comments-app.csproj b/samples/features/json/reactjs/dotnet-comments-app/dotnet-comments-app.csproj
new file mode 100644
index 00000000..067a5f12
--- /dev/null
+++ b/samples/features/json/reactjs/dotnet-comments-app/dotnet-comments-app.csproj
@@ -0,0 +1,38 @@
+
+
+
+ netcoreapp1.0;net46
+ true
+ dotnet-comments-app
+ Exe
+ dotnet-comments-app
+ 1.0.4
+
+
+
+
+ PreserveNewest
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/samples/features/json/reactjs/dotnet-comments-app/project.json b/samples/features/json/reactjs/dotnet-comments-app/project.json
deleted file mode 100644
index c6fe1b0d..00000000
--- a/samples/features/json/reactjs/dotnet-comments-app/project.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "dependencies": {
- "Belgrade.Sql.Client": "0.3.0",
- "Microsoft.AspNetCore.Mvc": "1.0.0",
- "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
- "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
- "Microsoft.AspNetCore.StaticFiles": "1.0.0",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
- "Microsoft.Extensions.Configuration.FileExtensions": "1.0.0",
- "Microsoft.Extensions.Configuration.Json": "1.0.0",
- "Microsoft.Extensions.Logging": "1.0.0",
- "Microsoft.Extensions.Logging.Console": "1.0.0",
- "Microsoft.Extensions.Logging.Debug": "1.0.0",
- "System.Data.SqlClient": "4.1.0"
- },
-
- "tools": {
- "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
- "version": "1.0.0-preview1-final",
- "imports": "portable-net45+win8+dnxcore50"
- }
- },
-
- "frameworks": {
- "netcoreapp1.0": {
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.0.0",
- "type": "platform"
- }
- }
- },
- "net46": {}
- },
-
- "buildOptions": {
- "emitEntryPoint": true,
- "preserveCompilationContext": true
- },
-
- "publishOptions": {
- "include": [
- "wwwroot",
- "Views",
- "appsettings.json",
- "web.config"
- ]
- },
-
- "scripts": {
- "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
- }
-}