notes-cli
cmdlet
▼
rust
main
/
global.json
Clone
▼
Name
Message
Date
📁
src
Create new notes
2 days ago
📄
.editorconfig
Create new notes
2 days ago
📄
.gitignore
Create new notes
2 days ago
📄
Directory.Build.props
Create new notes
2 days ago
📄
Directory.Packages.props
Create new notes
2 days ago
📄
dotnet-tools.json
Create new notes
2 days ago
📄
global.json
Create new notes
2 days ago
📄
NotesCli.slnx
Create new notes
2 days ago
📄
README.md
Initial commit
3 days ago
📄
global.json
1
2
3
4
5
6
7
{
"
sdk
": {
"
version
": "
10.0.302
",
"
rollForward
": "
disable
"
}
}