Initial Commit
This commit is contained in:
commit
9b2f95aee4
108 changed files with 4815 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
|
22
obj/Debug/net6.0/Flux_Systems_Assistant.AssemblyInfo.cs
Normal file
22
obj/Debug/net6.0/Flux_Systems_Assistant.AssemblyInfo.cs
Normal file
|
@ -0,0 +1,22 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Flux_Systems_Assistant")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Flux_Systems_Assistant")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Flux_Systems_Assistant")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
|
@ -0,0 +1 @@
|
|||
c698395aa10717bb81a3b871643ed87fc903a95b
|
|
@ -0,0 +1,10 @@
|
|||
is_global = true
|
||||
build_property.TargetFramework = net6.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = Flux_Systems_Assistant
|
||||
build_property.ProjectDir = C:\Users\sebas\RiderProjects\Flux_Systems_Assistant\
|
|
@ -0,0 +1,8 @@
|
|||
// <auto-generated/>
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
BIN
obj/Debug/net6.0/Flux_Systems_Assistant.assets.cache
Normal file
BIN
obj/Debug/net6.0/Flux_Systems_Assistant.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
67
obj/Flux_Systems_Assistant.csproj.nuget.dgspec.json
Normal file
67
obj/Flux_Systems_Assistant.csproj.nuget.dgspec.json
Normal file
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\Users\\sebas\\RiderProjects\\Flux_Systems_Assistant\\Flux_Systems_Assistant.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\Users\\sebas\\RiderProjects\\Flux_Systems_Assistant\\Flux_Systems_Assistant.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\sebas\\RiderProjects\\Flux_Systems_Assistant\\Flux_Systems_Assistant.csproj",
|
||||
"projectName": "Flux_Systems_Assistant",
|
||||
"projectPath": "C:\\Users\\sebas\\RiderProjects\\Flux_Systems_Assistant\\Flux_Systems_Assistant.csproj",
|
||||
"packagesPath": "C:\\Users\\sebas\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\sebas\\RiderProjects\\Flux_Systems_Assistant\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\sebas\\AppData\\Roaming\\NuGet\\NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"Discord.Net": {
|
||||
"target": "Package",
|
||||
"version": "[3.10.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.401\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
15
obj/Flux_Systems_Assistant.csproj.nuget.g.props
Normal file
15
obj/Flux_Systems_Assistant.csproj.nuget.g.props
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\sebas\.nuget\packages\</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.4.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\sebas\.nuget\packages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
2
obj/Flux_Systems_Assistant.csproj.nuget.g.targets
Normal file
2
obj/Flux_Systems_Assistant.csproj.nuget.g.targets
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
623
obj/project.assets.json
Normal file
623
obj/project.assets.json
Normal file
|
@ -0,0 +1,623 @@
|
|||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net6.0": {
|
||||
"Discord.Net/3.10.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Discord.Net.Commands": "3.10.0",
|
||||
"Discord.Net.Core": "3.10.0",
|
||||
"Discord.Net.Interactions": "3.10.0",
|
||||
"Discord.Net.Rest": "3.10.0",
|
||||
"Discord.Net.WebSocket": "3.10.0",
|
||||
"Discord.Net.Webhook": "3.10.0"
|
||||
}
|
||||
},
|
||||
"Discord.Net.Commands/3.10.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Discord.Net.Core": "3.10.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/Discord.Net.Commands.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Discord.Net.Commands.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Discord.Net.Core/3.10.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Newtonsoft.Json": "13.0.2",
|
||||
"System.Collections.Immutable": "5.0.0",
|
||||
"System.Interactive.Async": "5.0.0",
|
||||
"System.ValueTuple": "4.5.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/Discord.Net.Core.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Discord.Net.Core.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Discord.Net.Interactions/3.10.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Discord.Net.Core": "3.10.0",
|
||||
"Discord.Net.Rest": "3.10.0",
|
||||
"Discord.Net.WebSocket": "3.10.0",
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
|
||||
"System.Collections.Immutable": "5.0.0",
|
||||
"System.Reactive": "5.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/Discord.Net.Interactions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Discord.Net.Interactions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Discord.Net.Rest/3.10.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Discord.Net.Core": "3.10.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/Discord.Net.Rest.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Discord.Net.Rest.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Discord.Net.Webhook/3.10.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Discord.Net.Core": "3.10.0",
|
||||
"Discord.Net.Rest": "3.10.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/Discord.Net.Webhook.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Discord.Net.Webhook.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Discord.Net.WebSocket/3.10.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Discord.Net.Core": "3.10.0",
|
||||
"Discord.Net.Rest": "3.10.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/net6.0/Discord.Net.WebSocket.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Discord.Net.WebSocket.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Newtonsoft.Json/13.0.2": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net6.0/Newtonsoft.Json.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/Newtonsoft.Json.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Collections.Immutable/5.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/netstandard2.0/System.Collections.Immutable.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/System.Collections.Immutable.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Interactive.Async/5.0.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Linq.Async": "5.0.0"
|
||||
},
|
||||
"compile": {
|
||||
"lib/netcoreapp3.1/System.Interactive.Async.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netcoreapp3.1/System.Interactive.Async.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Linq.Async/5.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"ref/netcoreapp3.1/System.Linq.Async.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netcoreapp3.1/System.Linq.Async.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Reactive/5.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net5.0/System.Reactive.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net5.0/System.Reactive.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/net5.0/_._": {}
|
||||
}
|
||||
},
|
||||
"System.ValueTuple/4.5.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"ref/netcoreapp2.0/_._": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netcoreapp2.0/_._": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Discord.Net/3.10.0": {
|
||||
"sha512": "X5V2lM8YO3Vf1oqxmL1/zSAOKmIZ7AAlxbpgdelQlCKXWZSJeEadLqxQRLCa/z6VsK+btdfNHZFxeQjqYPQ9mQ==",
|
||||
"type": "package",
|
||||
"path": "discord.net/3.10.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"PackageLogo.png",
|
||||
"discord.net.3.10.0.nupkg.sha512",
|
||||
"discord.net.nuspec"
|
||||
]
|
||||
},
|
||||
"Discord.Net.Commands/3.10.0": {
|
||||
"sha512": "/DpV2H+PkOtypV6csIdp6NSqhxuDnyS25gcteaDpbwceMwCxmaveTiycUmPxbqgjKADzNx4qszoxShwQGoXalg==",
|
||||
"type": "package",
|
||||
"path": "discord.net.commands/3.10.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"PackageLogo.png",
|
||||
"discord.net.commands.3.10.0.nupkg.sha512",
|
||||
"discord.net.commands.nuspec",
|
||||
"lib/net461/Discord.Net.Commands.dll",
|
||||
"lib/net461/Discord.Net.Commands.xml",
|
||||
"lib/net5.0/Discord.Net.Commands.dll",
|
||||
"lib/net5.0/Discord.Net.Commands.xml",
|
||||
"lib/net6.0/Discord.Net.Commands.dll",
|
||||
"lib/net6.0/Discord.Net.Commands.xml",
|
||||
"lib/netstandard2.0/Discord.Net.Commands.dll",
|
||||
"lib/netstandard2.0/Discord.Net.Commands.xml",
|
||||
"lib/netstandard2.1/Discord.Net.Commands.dll",
|
||||
"lib/netstandard2.1/Discord.Net.Commands.xml"
|
||||
]
|
||||
},
|
||||
"Discord.Net.Core/3.10.0": {
|
||||
"sha512": "GnsLmSYDShws23rqzdf6aOwIG70cqYUHY7i2cFdj3YVz/c8OelsbLndnFvkg6yELcy7aD60NSHyYZ5oMsgDavA==",
|
||||
"type": "package",
|
||||
"path": "discord.net.core/3.10.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"PackageLogo.png",
|
||||
"discord.net.core.3.10.0.nupkg.sha512",
|
||||
"discord.net.core.nuspec",
|
||||
"lib/net461/Discord.Net.Core.dll",
|
||||
"lib/net461/Discord.Net.Core.xml",
|
||||
"lib/net5.0/Discord.Net.Core.dll",
|
||||
"lib/net5.0/Discord.Net.Core.xml",
|
||||
"lib/net6.0/Discord.Net.Core.dll",
|
||||
"lib/net6.0/Discord.Net.Core.xml",
|
||||
"lib/netstandard2.0/Discord.Net.Core.dll",
|
||||
"lib/netstandard2.0/Discord.Net.Core.xml",
|
||||
"lib/netstandard2.1/Discord.Net.Core.dll",
|
||||
"lib/netstandard2.1/Discord.Net.Core.xml"
|
||||
]
|
||||
},
|
||||
"Discord.Net.Interactions/3.10.0": {
|
||||
"sha512": "9IrJQ1kV6wmUHijUtfv4yA6+YlTxD0UyJV8mRaGN4CjahC5a5LGIwSj6MnUiz2Zgh0CPQIGGOB55K1Ovu13jjg==",
|
||||
"type": "package",
|
||||
"path": "discord.net.interactions/3.10.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"PackageLogo.png",
|
||||
"discord.net.interactions.3.10.0.nupkg.sha512",
|
||||
"discord.net.interactions.nuspec",
|
||||
"lib/net461/Discord.Net.Interactions.dll",
|
||||
"lib/net461/Discord.Net.Interactions.xml",
|
||||
"lib/net5.0/Discord.Net.Interactions.dll",
|
||||
"lib/net5.0/Discord.Net.Interactions.xml",
|
||||
"lib/net6.0/Discord.Net.Interactions.dll",
|
||||
"lib/net6.0/Discord.Net.Interactions.xml",
|
||||
"lib/netstandard2.0/Discord.Net.Interactions.dll",
|
||||
"lib/netstandard2.0/Discord.Net.Interactions.xml",
|
||||
"lib/netstandard2.1/Discord.Net.Interactions.dll",
|
||||
"lib/netstandard2.1/Discord.Net.Interactions.xml"
|
||||
]
|
||||
},
|
||||
"Discord.Net.Rest/3.10.0": {
|
||||
"sha512": "N2nlOCoZCTyQbDlwqDKcqknOgwAbeJgy2r9DAUNsNxcO763ru67WK3GxkA7V7QgZ80RU9rLB3fr9jvjJ14pUBA==",
|
||||
"type": "package",
|
||||
"path": "discord.net.rest/3.10.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"PackageLogo.png",
|
||||
"discord.net.rest.3.10.0.nupkg.sha512",
|
||||
"discord.net.rest.nuspec",
|
||||
"lib/net461/Discord.Net.Rest.dll",
|
||||
"lib/net461/Discord.Net.Rest.xml",
|
||||
"lib/net5.0/Discord.Net.Rest.dll",
|
||||
"lib/net5.0/Discord.Net.Rest.xml",
|
||||
"lib/net6.0/Discord.Net.Rest.dll",
|
||||
"lib/net6.0/Discord.Net.Rest.xml",
|
||||
"lib/netstandard2.0/Discord.Net.Rest.dll",
|
||||
"lib/netstandard2.0/Discord.Net.Rest.xml",
|
||||
"lib/netstandard2.1/Discord.Net.Rest.dll",
|
||||
"lib/netstandard2.1/Discord.Net.Rest.xml"
|
||||
]
|
||||
},
|
||||
"Discord.Net.Webhook/3.10.0": {
|
||||
"sha512": "1rZFNpsK7b34SQmtnwa/jm8E1aIkoaBA1GzPM1hDGC/NX1q9fxoF7CEyeiC1ExDz+WVBp8JBCwEfAr7Qx63/LA==",
|
||||
"type": "package",
|
||||
"path": "discord.net.webhook/3.10.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"PackageLogo.png",
|
||||
"discord.net.webhook.3.10.0.nupkg.sha512",
|
||||
"discord.net.webhook.nuspec",
|
||||
"lib/net5.0/Discord.Net.Webhook.dll",
|
||||
"lib/net5.0/Discord.Net.Webhook.xml",
|
||||
"lib/net6.0/Discord.Net.Webhook.dll",
|
||||
"lib/net6.0/Discord.Net.Webhook.xml",
|
||||
"lib/netstandard2.0/Discord.Net.Webhook.dll",
|
||||
"lib/netstandard2.0/Discord.Net.Webhook.xml",
|
||||
"lib/netstandard2.1/Discord.Net.Webhook.dll",
|
||||
"lib/netstandard2.1/Discord.Net.Webhook.xml"
|
||||
]
|
||||
},
|
||||
"Discord.Net.WebSocket/3.10.0": {
|
||||
"sha512": "pA581o5JoAAFlintQEeDncIr99WHZOWzwnZWLuPiSW4BmFjG/oYf8F6C60Ob/5w1C1QB0k72NLgh8mEwnTCI5Q==",
|
||||
"type": "package",
|
||||
"path": "discord.net.websocket/3.10.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"PackageLogo.png",
|
||||
"discord.net.websocket.3.10.0.nupkg.sha512",
|
||||
"discord.net.websocket.nuspec",
|
||||
"lib/net461/Discord.Net.WebSocket.dll",
|
||||
"lib/net461/Discord.Net.WebSocket.xml",
|
||||
"lib/net5.0/Discord.Net.WebSocket.dll",
|
||||
"lib/net5.0/Discord.Net.WebSocket.xml",
|
||||
"lib/net6.0/Discord.Net.WebSocket.dll",
|
||||
"lib/net6.0/Discord.Net.WebSocket.xml",
|
||||
"lib/netstandard2.0/Discord.Net.WebSocket.dll",
|
||||
"lib/netstandard2.0/Discord.Net.WebSocket.xml",
|
||||
"lib/netstandard2.1/Discord.Net.WebSocket.dll",
|
||||
"lib/netstandard2.1/Discord.Net.WebSocket.xml"
|
||||
]
|
||||
},
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
|
||||
"sha512": "ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==",
|
||||
"type": "package",
|
||||
"path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
||||
"lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
|
||||
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
|
||||
"microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512",
|
||||
"microsoft.extensions.dependencyinjection.abstractions.nuspec",
|
||||
"useSharedDesignerContext.txt",
|
||||
"version.txt"
|
||||
]
|
||||
},
|
||||
"Newtonsoft.Json/13.0.2": {
|
||||
"sha512": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==",
|
||||
"type": "package",
|
||||
"path": "newtonsoft.json/13.0.2",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"LICENSE.md",
|
||||
"README.md",
|
||||
"lib/net20/Newtonsoft.Json.dll",
|
||||
"lib/net20/Newtonsoft.Json.xml",
|
||||
"lib/net35/Newtonsoft.Json.dll",
|
||||
"lib/net35/Newtonsoft.Json.xml",
|
||||
"lib/net40/Newtonsoft.Json.dll",
|
||||
"lib/net40/Newtonsoft.Json.xml",
|
||||
"lib/net45/Newtonsoft.Json.dll",
|
||||
"lib/net45/Newtonsoft.Json.xml",
|
||||
"lib/net6.0/Newtonsoft.Json.dll",
|
||||
"lib/net6.0/Newtonsoft.Json.xml",
|
||||
"lib/netstandard1.0/Newtonsoft.Json.dll",
|
||||
"lib/netstandard1.0/Newtonsoft.Json.xml",
|
||||
"lib/netstandard1.3/Newtonsoft.Json.dll",
|
||||
"lib/netstandard1.3/Newtonsoft.Json.xml",
|
||||
"lib/netstandard2.0/Newtonsoft.Json.dll",
|
||||
"lib/netstandard2.0/Newtonsoft.Json.xml",
|
||||
"newtonsoft.json.13.0.2.nupkg.sha512",
|
||||
"newtonsoft.json.nuspec",
|
||||
"packageIcon.png"
|
||||
]
|
||||
},
|
||||
"System.Collections.Immutable/5.0.0": {
|
||||
"sha512": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
|
||||
"type": "package",
|
||||
"path": "system.collections.immutable/5.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"lib/net461/System.Collections.Immutable.dll",
|
||||
"lib/net461/System.Collections.Immutable.xml",
|
||||
"lib/netstandard1.0/System.Collections.Immutable.dll",
|
||||
"lib/netstandard1.0/System.Collections.Immutable.xml",
|
||||
"lib/netstandard1.3/System.Collections.Immutable.dll",
|
||||
"lib/netstandard1.3/System.Collections.Immutable.xml",
|
||||
"lib/netstandard2.0/System.Collections.Immutable.dll",
|
||||
"lib/netstandard2.0/System.Collections.Immutable.xml",
|
||||
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
|
||||
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
|
||||
"system.collections.immutable.5.0.0.nupkg.sha512",
|
||||
"system.collections.immutable.nuspec",
|
||||
"useSharedDesignerContext.txt",
|
||||
"version.txt"
|
||||
]
|
||||
},
|
||||
"System.Interactive.Async/5.0.0": {
|
||||
"sha512": "QaqhQVDiULcu4vm6o89+iP329HcK44cETHOYgy/jfEjtzeFy0ZxmuM7nel9ocjnKxEM4yh1mli7hgh8Q9o+/Iw==",
|
||||
"type": "package",
|
||||
"path": "system.interactive.async/5.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"lib/net461/System.Interactive.Async.dll",
|
||||
"lib/net461/System.Interactive.Async.xml",
|
||||
"lib/netcoreapp3.1/System.Interactive.Async.dll",
|
||||
"lib/netcoreapp3.1/System.Interactive.Async.xml",
|
||||
"lib/netstandard2.0/System.Interactive.Async.dll",
|
||||
"lib/netstandard2.0/System.Interactive.Async.xml",
|
||||
"lib/netstandard2.1/System.Interactive.Async.dll",
|
||||
"lib/netstandard2.1/System.Interactive.Async.xml",
|
||||
"system.interactive.async.5.0.0.nupkg.sha512",
|
||||
"system.interactive.async.nuspec"
|
||||
]
|
||||
},
|
||||
"System.Linq.Async/5.0.0": {
|
||||
"sha512": "cPtIuuH8TIjVHSi2ewwReWGW1PfChPE0LxPIDlfwVcLuTM9GANFTXiMB7k3aC4sk3f0cQU25LNKzx+jZMxijqw==",
|
||||
"type": "package",
|
||||
"path": "system.linq.async/5.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"lib/net461/System.Linq.Async.dll",
|
||||
"lib/net461/System.Linq.Async.xml",
|
||||
"lib/netcoreapp3.1/System.Linq.Async.dll",
|
||||
"lib/netcoreapp3.1/System.Linq.Async.xml",
|
||||
"lib/netstandard2.0/System.Linq.Async.dll",
|
||||
"lib/netstandard2.0/System.Linq.Async.xml",
|
||||
"lib/netstandard2.1/System.Linq.Async.dll",
|
||||
"lib/netstandard2.1/System.Linq.Async.xml",
|
||||
"ref/net461/System.Linq.Async.dll",
|
||||
"ref/net461/System.Linq.Async.xml",
|
||||
"ref/netcoreapp3.1/System.Linq.Async.dll",
|
||||
"ref/netcoreapp3.1/System.Linq.Async.xml",
|
||||
"ref/netstandard2.0/System.Linq.Async.dll",
|
||||
"ref/netstandard2.0/System.Linq.Async.xml",
|
||||
"ref/netstandard2.1/System.Linq.Async.dll",
|
||||
"ref/netstandard2.1/System.Linq.Async.xml",
|
||||
"system.linq.async.5.0.0.nupkg.sha512",
|
||||
"system.linq.async.nuspec"
|
||||
]
|
||||
},
|
||||
"System.Reactive/5.0.0": {
|
||||
"sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==",
|
||||
"type": "package",
|
||||
"path": "system.reactive/5.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"build/net5.0/_._",
|
||||
"build/netcoreapp3.1/System.Reactive.dll",
|
||||
"build/netcoreapp3.1/System.Reactive.targets",
|
||||
"build/netcoreapp3.1/System.Reactive.xml",
|
||||
"buildTransitive/net5.0/_._",
|
||||
"buildTransitive/netcoreapp3.1/System.Reactive.targets",
|
||||
"lib/net472/System.Reactive.dll",
|
||||
"lib/net472/System.Reactive.xml",
|
||||
"lib/net5.0-windows10.0.19041/System.Reactive.dll",
|
||||
"lib/net5.0-windows10.0.19041/System.Reactive.xml",
|
||||
"lib/net5.0/System.Reactive.dll",
|
||||
"lib/net5.0/System.Reactive.xml",
|
||||
"lib/netcoreapp3.1/_._",
|
||||
"lib/netstandard2.0/System.Reactive.dll",
|
||||
"lib/netstandard2.0/System.Reactive.xml",
|
||||
"lib/uap10.0.16299/System.Reactive.dll",
|
||||
"lib/uap10.0.16299/System.Reactive.pri",
|
||||
"lib/uap10.0.16299/System.Reactive.xml",
|
||||
"system.reactive.5.0.0.nupkg.sha512",
|
||||
"system.reactive.nuspec"
|
||||
]
|
||||
},
|
||||
"System.ValueTuple/4.5.0": {
|
||||
"sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==",
|
||||
"type": "package",
|
||||
"path": "system.valuetuple/4.5.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"LICENSE.TXT",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"lib/MonoAndroid10/_._",
|
||||
"lib/MonoTouch10/_._",
|
||||
"lib/net461/System.ValueTuple.dll",
|
||||
"lib/net461/System.ValueTuple.xml",
|
||||
"lib/net47/System.ValueTuple.dll",
|
||||
"lib/net47/System.ValueTuple.xml",
|
||||
"lib/netcoreapp2.0/_._",
|
||||
"lib/netstandard1.0/System.ValueTuple.dll",
|
||||
"lib/netstandard1.0/System.ValueTuple.xml",
|
||||
"lib/netstandard2.0/_._",
|
||||
"lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll",
|
||||
"lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml",
|
||||
"lib/uap10.0.16299/_._",
|
||||
"lib/xamarinios10/_._",
|
||||
"lib/xamarinmac20/_._",
|
||||
"lib/xamarintvos10/_._",
|
||||
"lib/xamarinwatchos10/_._",
|
||||
"ref/MonoAndroid10/_._",
|
||||
"ref/MonoTouch10/_._",
|
||||
"ref/net461/System.ValueTuple.dll",
|
||||
"ref/net47/System.ValueTuple.dll",
|
||||
"ref/netcoreapp2.0/_._",
|
||||
"ref/netstandard2.0/_._",
|
||||
"ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll",
|
||||
"ref/uap10.0.16299/_._",
|
||||
"ref/xamarinios10/_._",
|
||||
"ref/xamarinmac20/_._",
|
||||
"ref/xamarintvos10/_._",
|
||||
"ref/xamarinwatchos10/_._",
|
||||
"system.valuetuple.4.5.0.nupkg.sha512",
|
||||
"system.valuetuple.nuspec",
|
||||
"useSharedDesignerContext.txt",
|
||||
"version.txt"
|
||||
]
|
||||
}
|
||||
},
|
||||
"projectFileDependencyGroups": {
|
||||
"net6.0": [
|
||||
"Discord.Net >= 3.10.0"
|
||||
]
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\sebas\\.nuget\\packages\\": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\sebas\\RiderProjects\\Flux_Systems_Assistant\\Flux_Systems_Assistant.csproj",
|
||||
"projectName": "Flux_Systems_Assistant",
|
||||
"projectPath": "C:\\Users\\sebas\\RiderProjects\\Flux_Systems_Assistant\\Flux_Systems_Assistant.csproj",
|
||||
"packagesPath": "C:\\Users\\sebas\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\sebas\\RiderProjects\\Flux_Systems_Assistant\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\sebas\\AppData\\Roaming\\NuGet\\NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"Discord.Net": {
|
||||
"target": "Package",
|
||||
"version": "[3.10.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.401\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
23
obj/project.nuget.cache
Normal file
23
obj/project.nuget.cache
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "IjpkKICSGdBy683X98lWANkHy1650hunt7i6t/VfanfvQIrf6DV1RbM+SmtSYQQW1XL/qil9x8r3amEYmdy+pw==",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\Users\\sebas\\RiderProjects\\Flux_Systems_Assistant\\Flux_Systems_Assistant.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\sebas\\.nuget\\packages\\discord.net\\3.10.0\\discord.net.3.10.0.nupkg.sha512",
|
||||
"C:\\Users\\sebas\\.nuget\\packages\\discord.net.commands\\3.10.0\\discord.net.commands.3.10.0.nupkg.sha512",
|
||||
"C:\\Users\\sebas\\.nuget\\packages\\discord.net.core\\3.10.0\\discord.net.core.3.10.0.nupkg.sha512",
|
||||
"C:\\Users\\sebas\\.nuget\\packages\\discord.net.interactions\\3.10.0\\discord.net.interactions.3.10.0.nupkg.sha512",
|
||||
"C:\\Users\\sebas\\.nuget\\packages\\discord.net.rest\\3.10.0\\discord.net.rest.3.10.0.nupkg.sha512",
|
||||
"C:\\Users\\sebas\\.nuget\\packages\\discord.net.webhook\\3.10.0\\discord.net.webhook.3.10.0.nupkg.sha512",
|
||||
"C:\\Users\\sebas\\.nuget\\packages\\discord.net.websocket\\3.10.0\\discord.net.websocket.3.10.0.nupkg.sha512",
|
||||
"C:\\Users\\sebas\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\5.0.0\\microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\sebas\\.nuget\\packages\\newtonsoft.json\\13.0.2\\newtonsoft.json.13.0.2.nupkg.sha512",
|
||||
"C:\\Users\\sebas\\.nuget\\packages\\system.collections.immutable\\5.0.0\\system.collections.immutable.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\sebas\\.nuget\\packages\\system.interactive.async\\5.0.0\\system.interactive.async.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\sebas\\.nuget\\packages\\system.linq.async\\5.0.0\\system.linq.async.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\sebas\\.nuget\\packages\\system.reactive\\5.0.0\\system.reactive.5.0.0.nupkg.sha512",
|
||||
"C:\\Users\\sebas\\.nuget\\packages\\system.valuetuple\\4.5.0\\system.valuetuple.4.5.0.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
1
obj/project.packagespec.json
Normal file
1
obj/project.packagespec.json
Normal file
|
@ -0,0 +1 @@
|
|||
"restore":{"projectUniqueName":"C:\\Users\\sebas\\RiderProjects\\Flux_Systems_Assistant\\Flux_Systems_Assistant.csproj","projectName":"Flux_Systems_Assistant","projectPath":"C:\\Users\\sebas\\RiderProjects\\Flux_Systems_Assistant\\Flux_Systems_Assistant.csproj","outputPath":"C:\\Users\\sebas\\RiderProjects\\Flux_Systems_Assistant\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["net6.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","dependencies":{"Discord.Net":{"target":"Package","version":"[3.10.0, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\6.0.401\\RuntimeIdentifierGraph.json"}}
|
1
obj/rider.project.restore.info
Normal file
1
obj/rider.project.restore.info
Normal file
|
@ -0,0 +1 @@
|
|||
16830439643755414
|
Loading…
Add table
Add a link
Reference in a new issue