Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions td_corp.SHARED/Entities/Entity.cs

This file was deleted.

9 changes: 0 additions & 9 deletions td_corp.SHARED/Interfaces/ICommand.cs

This file was deleted.

10 changes: 0 additions & 10 deletions td_corp.SHARED/Interfaces/ICommandHandler.cs

This file was deleted.

9 changes: 0 additions & 9 deletions td_corp.SHARED/Interfaces/ICommandResult.cs

This file was deleted.

Binary file not shown.
Binary file not shown.
28 changes: 1 addition & 27 deletions td_corp.SHARED/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
"version": 3,
"targets": {
".NETStandard,Version=v2.0": {
"Flunt/1.0.5": {
"type": "package",
"compile": {
"lib/netstandard2.0/Flunt.dll": {}
},
"runtime": {
"lib/netstandard2.0/Flunt.dll": {}
}
},
"Microsoft.NETCore.Platforms/1.1.0": {
"type": "package",
"compile": {
Expand Down Expand Up @@ -38,18 +29,6 @@
}
},
"libraries": {
"Flunt/1.0.5": {
"sha512": "2p1B/LLsMf0bGwyMQK48/278OXTodXn3HyTU1v7fr/x0bNfrVSNC1Do1PxbgiOlDLChtAbtt1kPgXFqUnGAagg==",
"type": "package",
"path": "flunt/1.0.5",
"files": [
".nupkg.metadata",
".signature.p7s",
"flunt.1.0.5.nupkg.sha512",
"flunt.nuspec",
"lib/netstandard2.0/Flunt.dll"
]
},
"Microsoft.NETCore.Platforms/1.1.0": {
"sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
"type": "package",
Expand Down Expand Up @@ -196,8 +175,7 @@
},
"projectFileDependencyGroups": {
".NETStandard,Version=v2.0": [
"NETStandard.Library >= 2.0.3",
"flunt"
"NETStandard.Library >= 2.0.3"
]
},
"packageFolders": {
Expand Down Expand Up @@ -246,10 +224,6 @@
"target": "Package",
"version": "[2.0.3, )",
"autoReferenced": true
},
"flunt": {
"target": "Package",
"version": "(, )"
}
},
"imports": [
Expand Down
2 changes: 1 addition & 1 deletion td_corp.SHARED/obj/td_corp.SHARED.csproj.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 1,
"dgSpecHash": "fsVJj56XH4bExdQzRt7RrW44up7SNZU+e8up7eo63iQ1srZ5ci+fK/JJ+mSCgfUDrc0reOD0shcyAVwJG+f5QA==",
"dgSpecHash": "ve7rCCw4EqfHqxPg/zQmgAkq9O97qvC62FG2cvoYyBopotovx37ZvgIDM34C58g18AGP121JE1IIwvPzkvlgAg==",
"success": true
}
4 changes: 0 additions & 4 deletions td_corp.SHARED/obj/td_corp.SHARED.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
"target": "Package",
"version": "[2.0.3, )",
"autoReferenced": true
},
"flunt": {
"target": "Package",
"version": "(, )"
}
},
"imports": [
Expand Down
4 changes: 0 additions & 4 deletions td_corp.SHARED/td_corp.SHARED.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="flunt" Version="1.0.5" />
</ItemGroup>

</Project>