Archived
Private
Public Access
1
0

Finished DependencyInjector

This commit is contained in:
2023-05-22 17:24:56 +02:00
commit 8c0d15398e
69 changed files with 788 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v7.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v7.0": {
"DependencyInjector.Test/1.0.0": {
"dependencies": {
"DependencyInjector": "1.0.0"
},
"runtime": {
"DependencyInjector.Test.dll": {}
}
},
"DependencyInjector/1.0.0": {
"runtime": {
"DependencyInjector.dll": {}
}
}
}
},
"libraries": {
"DependencyInjector.Test/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"DependencyInjector/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

View File

@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net7.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
}
}
}