mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
ReactJS app moved to different folder
ReactJS app is moved to reactjs/dotnet-comment-app. Removed project.lock.json file from source control.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -6,4 +6,5 @@ obj/*
|
||||
*.sln
|
||||
*.log
|
||||
Properties/PublishProfiles/*
|
||||
appsettings.development.json
|
||||
appsettings.development.json
|
||||
project.lock.json
|
||||
+3
@@ -6,5 +6,8 @@
|
||||
"System": "Information",
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"CommentsDb": "Server=.;Database=CommentsDb;Integrated Security=true"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user