Skip to content

Commit

Permalink
更新代码生成器
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Jun 30, 2024
1 parent 3c7f43b commit 4c5f91b
Show file tree
Hide file tree
Showing 6 changed files with 346 additions and 336 deletions.
8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ bld/
/packages
*.user
/Data
/Log
[Ll]og/
[Cc]onfig/
*.log
*.nuspec
*.nupkg
/BinTest
/BinUnitTest
/NewLife.Remoting.Extensions/Properties
*.nupkg
12 changes: 12 additions & 0 deletions NewLife.Remoting.Extensions/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"profiles": {
"NewLife.Remoting.Extensions": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:55961;http://localhost:55962"
}
}
}
Loading

0 comments on commit 4c5f91b

Please sign in to comment.