mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-26 04:22:17 -05:00
Added the files for the MLAPI Relay Server
- This version of the server is modified from the other open sourced one on GitHub as we ignore the port when attempting to connect. Program.cs is modified as such
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\Users\\ButenhoffJulia\\OneDrive - University of Wisconsin-Stout\\Desktop\\MLAPI.Relay\\MLAPI.Relay.Transports\\MLAPI.Relay.Transports.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\Users\\ButenhoffJulia\\OneDrive - University of Wisconsin-Stout\\Desktop\\MLAPI.Relay\\MLAPI.Relay.Transports\\MLAPI.Relay.Transports.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\ButenhoffJulia\\OneDrive - University of Wisconsin-Stout\\Desktop\\MLAPI.Relay\\MLAPI.Relay.Transports\\MLAPI.Relay.Transports.csproj",
|
||||
"projectName": "MLAPI.Relay.Transports",
|
||||
"projectPath": "C:\\Users\\ButenhoffJulia\\OneDrive - University of Wisconsin-Stout\\Desktop\\MLAPI.Relay\\MLAPI.Relay.Transports\\MLAPI.Relay.Transports.csproj",
|
||||
"packagesPath": "C:\\Users\\ButenhoffJulia\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\ButenhoffJulia\\OneDrive - University of Wisconsin-Stout\\Desktop\\MLAPI.Relay\\MLAPI.Relay.Transports\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\ButenhoffJulia\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"netcoreapp2.2"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp2.2": {
|
||||
"targetAlias": "netcoreapp2.2",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp2.2": {
|
||||
"targetAlias": "netcoreapp2.2",
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"suppressParent": "All",
|
||||
"target": "Package",
|
||||
"version": "[2.2.8, )",
|
||||
"autoReferenced": true
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.404\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
},
|
||||
"runtimes": {
|
||||
"linux-x64": {
|
||||
"#import": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user