Version changes

This commit is contained in:
iminet
2026-02-08 12:44:06 +01:00
parent d8360b1f53
commit f50495c41d
12 changed files with 170 additions and 70 deletions

View File

@@ -17,28 +17,40 @@
"Newtonsoft.Json/13.0.1": {
"type": "package",
"compile": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {}
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {}
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"related": ".xml"
}
}
},
"Polly/7.2.2": {
"type": "package",
"compile": {
"lib/netstandard2.0/Polly.dll": {}
"lib/netstandard2.0/Polly.dll": {
"related": ".pdb;.xml"
}
},
"runtime": {
"lib/netstandard2.0/Polly.dll": {}
"lib/netstandard2.0/Polly.dll": {
"related": ".pdb;.xml"
}
}
},
"RestSharp/106.15.0": {
"type": "package",
"compile": {
"lib/netstandard2.0/RestSharp.dll": {}
"lib/netstandard2.0/RestSharp.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/RestSharp.dll": {}
"lib/netstandard2.0/RestSharp.dll": {
"related": ".xml"
}
}
},
"SmartThingsNet/0.7.0": {
@@ -51,19 +63,27 @@
"System.ComponentModel.Annotations": "5.0.0"
},
"compile": {
"lib/netstandard2.1/SmartThingsNet.dll": {}
"lib/netstandard2.1/SmartThingsNet.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.1/SmartThingsNet.dll": {}
"lib/netstandard2.1/SmartThingsNet.dll": {
"related": ".xml"
}
}
},
"System.ComponentModel.Annotations/5.0.0": {
"type": "package",
"compile": {
"ref/netstandard2.1/System.ComponentModel.Annotations.dll": {}
"ref/netstandard2.1/System.ComponentModel.Annotations.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.1/System.ComponentModel.Annotations.dll": {}
"lib/netstandard2.1/System.ComponentModel.Annotations.dll": {
"related": ".xml"
}
}
}
}
@@ -267,34 +287,27 @@
]
},
"packageFolders": {
"C:\\Users\\Imi\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {},
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
"C:\\Users\\ikincses\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Imi\\Downloads\\SmartThings\\SmartThings.csproj",
"projectUniqueName": "C:\\Users\\ikincses\\source\\repos\\devtools\\csharp\\SmartThings\\SmartThings.csproj",
"projectName": "SmartThings",
"projectPath": "C:\\Users\\Imi\\Downloads\\SmartThings\\SmartThings.csproj",
"packagesPath": "C:\\Users\\Imi\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Imi\\Downloads\\SmartThings\\obj\\",
"projectPath": "C:\\Users\\ikincses\\source\\repos\\devtools\\csharp\\SmartThings\\SmartThings.csproj",
"packagesPath": "C:\\Users\\ikincses\\.nuget\\packages\\",
"outputPath": "C:\\Users\\ikincses\\source\\repos\\devtools\\csharp\\SmartThings\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
],
"configFilePaths": [
"C:\\Users\\Imi\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
"C:\\Users\\ikincses\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net6.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
"https://api.nuget.org/v3/index.json": {},
"https://git.iminet.hu/api/packages/imi/nuget/index.json": {},
"https://nuget.pkg.github.com/iminet/index.json": {}
},
"frameworks": {
"net6.0": {
@@ -306,7 +319,13 @@
"warnAsError": [
"NU1605"
]
}
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
},
"SdkAnalysisLevel": "10.0.100"
},
"frameworks": {
"net6.0": {
@@ -323,16 +342,35 @@
"net47",
"net471",
"net472",
"net48"
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"downloadDependencies": [
{
"name": "Microsoft.AspNetCore.App.Ref",
"version": "[6.0.36, 6.0.36]"
},
{
"name": "Microsoft.NETCore.App.Host.win-x64",
"version": "[6.0.36, 6.0.36]"
},
{
"name": "Microsoft.NETCore.App.Ref",
"version": "[6.0.36, 6.0.36]"
},
{
"name": "Microsoft.WindowsDesktop.App.Ref",
"version": "[6.0.36, 6.0.36]"
}
],
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.108\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.102\\RuntimeIdentifierGraph.json"
}
}
}