bug fixed

This commit is contained in:
kamonwan taengsuk
2023-06-08 14:47:04 +07:00
parent c4103c631e
commit d8f01f359c
29 changed files with 1313 additions and 243 deletions

View File

@@ -1 +1 @@
31b6ddde15058a36e5b61ddd11c6482fd20c1c37
a9b769c5aa8198877b368595fbd27fdd31ce1f62

View File

@@ -61,8 +61,6 @@ C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\tr\Microsoft.CodeAn
C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\zh-Hans\Microsoft.CodeAnalysis.VisualBasic.resources.dll
C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\zh-Hant\Microsoft.CodeAnalysis.VisualBasic.resources.dll
C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\runtimes\any\lib\netcoreapp3.0\FastReport.Compat.dll
C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\FastReport.Compat.dll
C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\FastReport.DataVisualization.dll
C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.csproj.AssemblyReference.cache
C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.AssemblyInfoInputs.cache
@@ -77,3 +75,10 @@ C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.dll
C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.xml
C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.pdb
C:\Users\USER\Documents\rmutr_report\obj\Debug\netcoreapp3.1\rmutr_report.genruntimeconfig.cache
C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\System.Data.SqlClient.dll
C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\runtimes\any\lib\netcoreapp3.0\FastReport.DataVisualization.dll
C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\runtimes\win-arm64\native\sni.dll
C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\runtimes\win-x64\native\sni.dll
C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\runtimes\win-x86\native\sni.dll
C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netstandard2.0\System.Data.SqlClient.dll
C:\Users\USER\Documents\rmutr_report\bin\Debug\netcoreapp3.1\runtimes\win\lib\netstandard2.0\System.Data.SqlClient.dll

View File

@@ -50,12 +50,13 @@
}
}
},
"FastReport.Compat/2023.1.8": {
"FastReport.Compat/2021.2.0": {
"type": "package",
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "3.3.1",
"Microsoft.CodeAnalysis.VisualBasic": "3.3.1",
"System.Drawing.Common": "4.7.0"
"System.Drawing.Common": "4.6.0",
"System.Windows.Extensions": "4.6.0"
},
"compile": {
"lib/netcoreapp3.0/_._": {}
@@ -64,7 +65,7 @@
"lib/netcoreapp3.0/_._": {}
},
"build": {
"buildTransitive/netcoreapp3.0/FastReport.Compat.targets": {}
"build/netcoreapp3.0/_._": {}
},
"runtimeTargets": {
"runtimes/any/lib/netcoreapp3.0/FastReport.Compat.dll": {
@@ -73,23 +74,21 @@
}
}
},
"FastReport.Core/2023.2.17-demo": {
"FastReport.Core/2021.3.0": {
"type": "package",
"dependencies": {
"FastReport.Compat": "[2023.1.8]",
"FastReport.DataVisualization": "[2023.1.0]",
"System.Drawing.Common": "4.7.0",
"System.Security.Cryptography.Pkcs": "4.7.0"
"FastReport.Compat": "2021.2.0",
"FastReport.DataVisualization": "2021.2.0",
"System.Drawing.Common": "4.6.1",
"System.Security.Cryptography.Pkcs": "4.5.2",
"System.Security.Permissions": "4.4.0",
"System.Text.Encoding.CodePages": "4.5.1"
},
"compile": {
"lib/netcoreapp3.1/FastReport.dll": {
"related": ".xml"
}
"lib/netstandard2.1/FastReport.dll": {}
},
"runtime": {
"lib/netcoreapp3.1/FastReport.dll": {
"related": ".xml"
}
"lib/netstandard2.1/FastReport.dll": {}
},
"build": {
"buildTransitive/FastReport.Core.props": {}
@@ -98,10 +97,12 @@
"buildMultiTargeting/FastReport.Core.props": {}
}
},
"FastReport.DataVisualization/2023.1.0": {
"FastReport.DataVisualization/2021.2.0": {
"type": "package",
"dependencies": {
"FastReport.Compat": "2023.1.0"
"FastReport.Compat": "2021.2.0",
"System.Data.SqlClient": "4.4.3",
"System.Drawing.Common": "4.6.0"
},
"compile": {
"lib/netcoreapp3.0/_._": {}
@@ -110,7 +111,13 @@
"lib/netcoreapp3.0/_._": {}
},
"build": {
"buildTransitive/netcoreapp3.0/FastReport.DataVisualization.targets": {}
"build/netcoreapp3.0/_._": {}
},
"runtimeTargets": {
"runtimes/any/lib/netcoreapp3.0/FastReport.DataVisualization.dll": {
"assetType": "runtime",
"rid": "any"
}
}
},
"Microsoft.CodeAnalysis.Analyzers/2.9.4": {
@@ -316,7 +323,7 @@
"buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {}
}
},
"Microsoft.NETCore.Platforms/3.1.0": {
"Microsoft.NETCore.Platforms/3.0.0": {
"type": "package",
"compile": {
"lib/netstandard1.0/_._": {}
@@ -338,10 +345,36 @@
}
}
},
"Microsoft.Win32.SystemEvents/4.7.0": {
"Microsoft.Win32.Registry/4.4.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0"
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Security.AccessControl": "4.4.0",
"System.Security.Principal.Windows": "4.4.0"
},
"compile": {
"ref/netstandard2.0/_._": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/Microsoft.Win32.Registry.dll": {}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll": {
"assetType": "runtime",
"rid": "unix"
},
"runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"Microsoft.Win32.SystemEvents/4.6.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "3.0.0"
},
"compile": {
"ref/netstandard2.0/_._": {
@@ -360,6 +393,41 @@
}
}
},
"runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"dependencies": {
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
}
},
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"runtimeTargets": {
"runtimes/win-arm64/native/sni.dll": {
"assetType": "native",
"rid": "win-arm64"
}
}
},
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"runtimeTargets": {
"runtimes/win-x64/native/sni.dll": {
"assetType": "native",
"rid": "win-x64"
}
}
},
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"runtimeTargets": {
"runtimes/win-x86/native/sni.dll": {
"assetType": "native",
"rid": "win-x86"
}
}
},
"Swashbuckle.AspNetCore/6.5.0": {
"type": "package",
"dependencies": {
@@ -452,11 +520,38 @@
}
}
},
"System.Drawing.Common/4.7.0": {
"System.Data.SqlClient/4.4.3": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.Win32.SystemEvents": "4.7.0"
"Microsoft.Win32.Registry": "4.4.0",
"System.Security.Principal.Windows": "4.4.0",
"System.Text.Encoding.CodePages": "4.4.0",
"runtime.native.System.Data.SqlClient.sni": "4.4.0"
},
"compile": {
"ref/netstandard2.0/System.Data.SqlClient.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Data.SqlClient.dll": {}
},
"runtimeTargets": {
"runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll": {
"assetType": "runtime",
"rid": "unix"
},
"runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.Drawing.Common/4.6.1": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "3.0.0",
"Microsoft.Win32.SystemEvents": "4.6.0"
},
"compile": {
"ref/netcoreapp3.0/System.Drawing.Common.dll": {
@@ -525,42 +620,101 @@
}
}
},
"System.Security.Cryptography.Cng/4.7.0": {
"System.Security.AccessControl/4.4.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Security.Principal.Windows": "4.4.0"
},
"compile": {
"ref/netcoreapp3.0/_._": {
"ref/netstandard2.0/System.Security.AccessControl.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
"related": ".xml"
}
"lib/netstandard2.0/System.Security.AccessControl.dll": {}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
"runtimes/unix/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
"assetType": "runtime",
"rid": "unix"
},
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.Security.Cryptography.Pkcs/4.7.0": {
"System.Security.Cryptography.Cng/4.5.0": {
"type": "package",
"dependencies": {
"System.Security.Cryptography.Cng": "4.7.0"
},
"compile": {
"ref/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {
"ref/netcoreapp2.1/_._": {
"related": ".xml"
}
},
"runtime": {
"lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {
"lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.Security.Cryptography.Pkcs/4.5.2": {
"type": "package",
"dependencies": {
"System.Security.Cryptography.Cng": "4.5.0"
},
"compile": {
"ref/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll": {}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {
"runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
"System.Security.Permissions/4.4.0": {
"type": "package",
"dependencies": {
"System.Security.AccessControl": "4.4.0"
},
"compile": {
"ref/netstandard2.0/System.Security.Permissions.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Security.Permissions.dll": {}
}
},
"System.Security.Principal.Windows/4.4.0": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0"
},
"compile": {
"ref/netstandard2.0/System.Security.Principal.Windows.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
"assetType": "runtime",
"rid": "unix"
},
"runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
"assetType": "runtime",
"rid": "win"
}
@@ -593,6 +747,28 @@
"runtime": {
"lib/netcoreapp2.1/_._": {}
}
},
"System.Windows.Extensions/4.6.0": {
"type": "package",
"dependencies": {
"System.Drawing.Common": "4.6.0"
},
"compile": {
"ref/netcoreapp3.0/System.Windows.Extensions.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netcoreapp3.0/System.Windows.Extensions.dll": {
"related": ".xml"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
"assetType": "runtime",
"rid": "win"
}
}
}
}
},
@@ -658,10 +834,10 @@
"lib/netstandard2.0/ExcelNumberFormat.xml"
]
},
"FastReport.Compat/2023.1.8": {
"sha512": "GFvZwuKkUJ21nd26IKu8iGb8uXUQ5/98Cl76cLDsvcrXC3HqdPht1AfIALP9to6ov26ZAFuqxnwwSeDL+5AXfw==",
"FastReport.Compat/2021.2.0": {
"sha512": "BcHoqU3Bw/99fZ3OtiMPM1qChgFgtfyDYaszDNEB56s92yyu0JpPA/4DUjhjoI1m56Vcl5K3acwnzQ8sXz3HrA==",
"type": "package",
"path": "fastreport.compat/2023.1.8",
"path": "fastreport.compat/2021.2.0",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -669,10 +845,9 @@
"build/netcoreapp3.0/FastReport.Compat.targets",
"build/netcoreapp3.0/lib/Any/FastReport.Compat.dll",
"build/netcoreapp3.0/lib/Win/FastReport.Compat.dll",
"buildTransitive/netcoreapp3.0/FastReport.Compat.targets",
"fastreport.compat.2023.1.8.nupkg.sha512",
"fastreport.compat.2021.2.0.nupkg.sha512",
"fastreport.compat.nuspec",
"frlogo192.png",
"frlogo-big.png",
"lib/net40/FastReport.Compat.dll",
"lib/net5.0-windows7.0/FastReport.Compat.dll",
"lib/netcoreapp3.0/_._",
@@ -681,32 +856,27 @@
"runtimes/any/lib/netcoreapp3.0/FastReport.Compat.dll"
]
},
"FastReport.Core/2023.2.17-demo": {
"sha512": "o7BAHpDRMgtrmYWs3P1Qewu2KBTYUNgJb1RN4rKxfKmyxk2u3vkx6QeO3lCouHNIFYRBejgz1wwefQb2BpEACw==",
"FastReport.Core/2021.3.0": {
"sha512": "zRTL8X6LVvLsl96bzbYrB2bNFlr4n55G9ye4qCjcgvlcAi6KtDnG3b1TP1Bn05f94Ydxo/2/xENRSNe23bK3kg==",
"type": "package",
"path": "fastreport.core/2023.2.17-demo",
"path": "fastreport.core/2021.3.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"build/FastReport.Core.props",
"buildMultiTargeting/FastReport.Core.props",
"buildTransitive/FastReport.Core.props",
"fastreport.core.2023.2.17-demo.nupkg.sha512",
"fastreport.core.2021.3.0.nupkg.sha512",
"fastreport.core.nuspec",
"frlogo192.png",
"lib/net462/FastReport.dll",
"lib/net462/FastReport.xml",
"lib/netcoreapp3.1/FastReport.dll",
"lib/netcoreapp3.1/FastReport.xml",
"frlogo-big.png",
"lib/net40/FastReport.dll",
"lib/netstandard2.0/FastReport.dll",
"lib/netstandard2.0/FastReport.xml",
"license.md"
"lib/netstandard2.1/FastReport.dll"
]
},
"FastReport.DataVisualization/2023.1.0": {
"sha512": "OGn3m/4SeNEGgy13kFz/pj3diJEl7eqPFWrdffKxio2GplAtqxVScW2bs5nVDNNgLmtglTg52DOMFKjQgm5hZg==",
"FastReport.DataVisualization/2021.2.0": {
"sha512": "LN19UDFkn6Sq5ahmonAsnnHNUn64IcO6ZLFrJ1DEC6qS7Qq+X9Ekq5d7zCb6fzINxFxRgJHquhNI3QCZxo+8Sg==",
"type": "package",
"path": "fastreport.datavisualization/2023.1.0",
"path": "fastreport.datavisualization/2021.2.0",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -714,14 +884,14 @@
"build/netcoreapp3.0/FastReport.DataVisualization.targets",
"build/netcoreapp3.0/lib/Any/FastReport.DataVisualization.dll",
"build/netcoreapp3.0/lib/Win/FastReport.DataVisualization.dll",
"buildTransitive/netcoreapp3.0/FastReport.DataVisualization.targets",
"fastreport.datavisualization.2023.1.0.nupkg.sha512",
"fastreport.datavisualization.2021.2.0.nupkg.sha512",
"fastreport.datavisualization.nuspec",
"frlogo192.png",
"frlogo-big.png",
"lib/net40/FastReport.DataVisualization.dll",
"lib/net5.0-windows7.0/FastReport.DataVisualization.dll",
"lib/netcoreapp3.0/_._",
"lib/netstandard2.0/FastReport.DataVisualization.dll"
"lib/netstandard2.0/FastReport.DataVisualization.dll",
"runtimes/any/lib/netcoreapp3.0/FastReport.DataVisualization.dll"
]
},
"Microsoft.CodeAnalysis.Analyzers/2.9.4": {
@@ -1179,17 +1349,17 @@
"tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll"
]
},
"Microsoft.NETCore.Platforms/3.1.0": {
"sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
"Microsoft.NETCore.Platforms/3.0.0": {
"sha512": "TsETIgVJb/AKoYfSP+iCxkuly5d3inZjTdx/ItZLk2CxY85v8083OBS3uai84kK3/baLnS5/b5XGs6zR7SuuHQ==",
"type": "package",
"path": "microsoft.netcore.platforms/3.1.0",
"path": "microsoft.netcore.platforms/3.0.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/netstandard1.0/_._",
"microsoft.netcore.platforms.3.1.0.nupkg.sha512",
"microsoft.netcore.platforms.3.0.0.nupkg.sha512",
"microsoft.netcore.platforms.nuspec",
"runtime.json",
"useSharedDesignerContext.txt",
@@ -1213,10 +1383,49 @@
"microsoft.openapi.nuspec"
]
},
"Microsoft.Win32.SystemEvents/4.7.0": {
"sha512": "mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
"Microsoft.Win32.Registry/4.4.0": {
"sha512": "dA36TlNVn/XfrZtmf0fiI/z1nd3Wfp2QVzTdj26pqgP9LFWq0i1hYEUAW50xUjGFYn1+/cP3KGuxT2Yn1OUNBQ==",
"type": "package",
"path": "microsoft.win32.systemevents/4.7.0",
"path": "microsoft.win32.registry/4.4.0",
"files": [
".nupkg.metadata",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net46/Microsoft.Win32.Registry.dll",
"lib/net461/Microsoft.Win32.Registry.dll",
"lib/netstandard1.3/Microsoft.Win32.Registry.dll",
"lib/netstandard2.0/Microsoft.Win32.Registry.dll",
"microsoft.win32.registry.4.4.0.nupkg.sha512",
"microsoft.win32.registry.nuspec",
"ref/net46/Microsoft.Win32.Registry.dll",
"ref/net461/Microsoft.Win32.Registry.dll",
"ref/net461/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/Microsoft.Win32.Registry.dll",
"ref/netstandard1.3/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/de/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/es/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/it/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml",
"ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml",
"ref/netstandard2.0/Microsoft.Win32.Registry.dll",
"ref/netstandard2.0/Microsoft.Win32.Registry.xml",
"runtimes/unix/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll",
"runtimes/win/lib/net46/Microsoft.Win32.Registry.dll",
"runtimes/win/lib/net461/Microsoft.Win32.Registry.dll",
"runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.Registry.dll",
"runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"Microsoft.Win32.SystemEvents/4.6.0": {
"sha512": "Edg+pFW5C8WJb680Za2kTV8TqUi6Ahl/WldRVoOVJ23UQLpDHFspa+umgFjkWZw24ETsU99Cg+ErZz683M4chg==",
"type": "package",
"path": "microsoft.win32.systemevents/4.6.0",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -1226,7 +1435,7 @@
"lib/net461/Microsoft.Win32.SystemEvents.xml",
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
"microsoft.win32.systemevents.4.7.0.nupkg.sha512",
"microsoft.win32.systemevents.4.6.0.nupkg.sha512",
"microsoft.win32.systemevents.nuspec",
"ref/net461/Microsoft.Win32.SystemEvents.dll",
"ref/net461/Microsoft.Win32.SystemEvents.xml",
@@ -1242,6 +1451,65 @@
"version.txt"
]
},
"runtime.native.System.Data.SqlClient.sni/4.4.0": {
"sha512": "A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
"type": "package",
"path": "runtime.native.system.data.sqlclient.sni/4.4.0",
"files": [
".nupkg.metadata",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"runtime.native.system.data.sqlclient.sni.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"sha512": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
"type": "package",
"path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
"files": [
".nupkg.metadata",
"ThirdPartyNotices.txt",
"dotnet_library_license.txt",
"runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec",
"runtimes/win-arm64/native/sni.dll",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"sha512": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
"type": "package",
"path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
"files": [
".nupkg.metadata",
"ThirdPartyNotices.txt",
"dotnet_library_license.txt",
"runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec",
"runtimes/win-x64/native/sni.dll",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"sha512": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
"type": "package",
"path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
"files": [
".nupkg.metadata",
"ThirdPartyNotices.txt",
"dotnet_library_license.txt",
"runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec",
"runtimes/win-x86/native/sni.dll",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"Swashbuckle.AspNetCore/6.5.0": {
"sha512": "FK05XokgjgwlCI6wCT+D4/abtQkL1X1/B9Oas6uIwHFmYrIO9WUD5aLC9IzMs9GnHfUXOtXZ2S43gN1mhs5+aA==",
"type": "package",
@@ -1381,10 +1649,78 @@
"version.txt"
]
},
"System.Drawing.Common/4.7.0": {
"sha512": "v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
"System.Data.SqlClient/4.4.3": {
"sha512": "D1hEOS1oPLJ6WcGCzpTWe8SauWVxnDoDTUWhv5XCNdRm/QeSUk4BQ3ZDe7BH+zNVHDBkPYjVzpVjnCl43eOSGg==",
"type": "package",
"path": "system.drawing.common/4.7.0",
"path": "system.data.sqlclient/4.4.3",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net451/System.Data.SqlClient.dll",
"lib/net46/System.Data.SqlClient.dll",
"lib/net461/System.Data.SqlClient.dll",
"lib/netstandard1.2/System.Data.SqlClient.dll",
"lib/netstandard1.3/System.Data.SqlClient.dll",
"lib/netstandard2.0/System.Data.SqlClient.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net451/System.Data.SqlClient.dll",
"ref/net46/System.Data.SqlClient.dll",
"ref/net461/System.Data.SqlClient.dll",
"ref/net461/System.Data.SqlClient.xml",
"ref/netstandard1.2/System.Data.SqlClient.dll",
"ref/netstandard1.2/System.Data.SqlClient.xml",
"ref/netstandard1.2/de/System.Data.SqlClient.xml",
"ref/netstandard1.2/es/System.Data.SqlClient.xml",
"ref/netstandard1.2/fr/System.Data.SqlClient.xml",
"ref/netstandard1.2/it/System.Data.SqlClient.xml",
"ref/netstandard1.2/ja/System.Data.SqlClient.xml",
"ref/netstandard1.2/ko/System.Data.SqlClient.xml",
"ref/netstandard1.2/ru/System.Data.SqlClient.xml",
"ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml",
"ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml",
"ref/netstandard1.3/System.Data.SqlClient.dll",
"ref/netstandard1.3/System.Data.SqlClient.xml",
"ref/netstandard1.3/de/System.Data.SqlClient.xml",
"ref/netstandard1.3/es/System.Data.SqlClient.xml",
"ref/netstandard1.3/fr/System.Data.SqlClient.xml",
"ref/netstandard1.3/it/System.Data.SqlClient.xml",
"ref/netstandard1.3/ja/System.Data.SqlClient.xml",
"ref/netstandard1.3/ko/System.Data.SqlClient.xml",
"ref/netstandard1.3/ru/System.Data.SqlClient.xml",
"ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml",
"ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml",
"ref/netstandard2.0/System.Data.SqlClient.dll",
"ref/netstandard2.0/System.Data.SqlClient.xml",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll",
"runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll",
"runtimes/win/lib/net451/System.Data.SqlClient.dll",
"runtimes/win/lib/net46/System.Data.SqlClient.dll",
"runtimes/win/lib/net461/System.Data.SqlClient.dll",
"runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll",
"runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll",
"system.data.sqlclient.4.4.3.nupkg.sha512",
"system.data.sqlclient.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Drawing.Common/4.6.1": {
"sha512": "TFAADvBEUhdDb2Lteq/BUeG0J1y7a0GyFdpB8yE/eAcbiN0R5MII1nXExXsrtRZiO8C/L9SozL2wGqkRlhiv6A==",
"type": "package",
"path": "system.drawing.common/4.6.1",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -1414,7 +1750,7 @@
"runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll",
"runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll",
"runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.xml",
"system.drawing.common.4.7.0.nupkg.sha512",
"system.drawing.common.4.6.1.nupkg.sha512",
"system.drawing.common.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
@@ -1514,10 +1850,49 @@
"version.txt"
]
},
"System.Security.Cryptography.Cng/4.7.0": {
"sha512": "4WQjFuypWtxb/bl/YwEE7LYGn4fgpsikFfBU6xwEm4YBYiRAhXAEJ62lILBu2JJSFbClIAntFTGfDZafn8yZTg==",
"System.Security.AccessControl/4.4.0": {
"sha512": "2NRFPX/V81ucKQmqNgGBZrKGH/5ejsvivSGMRum0SMgPnJxwhuNkzVS1+7gC3R2X0f57CtwrPrXPPSe6nOp82g==",
"type": "package",
"path": "system.security.cryptography.cng/4.7.0",
"path": "system.security.accesscontrol/4.4.0",
"files": [
".nupkg.metadata",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net46/System.Security.AccessControl.dll",
"lib/net461/System.Security.AccessControl.dll",
"lib/netstandard1.3/System.Security.AccessControl.dll",
"lib/netstandard2.0/System.Security.AccessControl.dll",
"ref/net46/System.Security.AccessControl.dll",
"ref/net461/System.Security.AccessControl.dll",
"ref/net461/System.Security.AccessControl.xml",
"ref/netstandard1.3/System.Security.AccessControl.dll",
"ref/netstandard1.3/System.Security.AccessControl.xml",
"ref/netstandard1.3/de/System.Security.AccessControl.xml",
"ref/netstandard1.3/es/System.Security.AccessControl.xml",
"ref/netstandard1.3/fr/System.Security.AccessControl.xml",
"ref/netstandard1.3/it/System.Security.AccessControl.xml",
"ref/netstandard1.3/ja/System.Security.AccessControl.xml",
"ref/netstandard1.3/ko/System.Security.AccessControl.xml",
"ref/netstandard1.3/ru/System.Security.AccessControl.xml",
"ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
"ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
"ref/netstandard2.0/System.Security.AccessControl.dll",
"ref/netstandard2.0/System.Security.AccessControl.xml",
"runtimes/unix/lib/netcoreapp2.0/System.Security.AccessControl.dll",
"runtimes/win/lib/net46/System.Security.AccessControl.dll",
"runtimes/win/lib/net461/System.Security.AccessControl.dll",
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
"runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
"system.security.accesscontrol.4.4.0.nupkg.sha512",
"system.security.accesscontrol.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Security.Cryptography.Cng/4.5.0": {
"sha512": "WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==",
"type": "package",
"path": "system.security.cryptography.cng/4.5.0",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -1527,21 +1902,13 @@
"lib/MonoTouch10/_._",
"lib/net46/System.Security.Cryptography.Cng.dll",
"lib/net461/System.Security.Cryptography.Cng.dll",
"lib/net461/System.Security.Cryptography.Cng.xml",
"lib/net462/System.Security.Cryptography.Cng.dll",
"lib/net462/System.Security.Cryptography.Cng.xml",
"lib/net47/System.Security.Cryptography.Cng.dll",
"lib/net47/System.Security.Cryptography.Cng.xml",
"lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll",
"lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll",
"lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml",
"lib/netstandard1.3/System.Security.Cryptography.Cng.dll",
"lib/netstandard1.4/System.Security.Cryptography.Cng.dll",
"lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
"lib/netstandard2.0/System.Security.Cryptography.Cng.dll",
"lib/netstandard2.0/System.Security.Cryptography.Cng.xml",
"lib/netstandard2.1/System.Security.Cryptography.Cng.dll",
"lib/netstandard2.1/System.Security.Cryptography.Cng.xml",
"lib/uap10.0.16299/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
@@ -1560,15 +1927,11 @@
"ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml",
"ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll",
"ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml",
"ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll",
"ref/netcoreapp3.0/System.Security.Cryptography.Cng.xml",
"ref/netstandard1.3/System.Security.Cryptography.Cng.dll",
"ref/netstandard1.4/System.Security.Cryptography.Cng.dll",
"ref/netstandard1.6/System.Security.Cryptography.Cng.dll",
"ref/netstandard2.0/System.Security.Cryptography.Cng.dll",
"ref/netstandard2.0/System.Security.Cryptography.Cng.xml",
"ref/netstandard2.1/System.Security.Cryptography.Cng.dll",
"ref/netstandard2.1/System.Security.Cryptography.Cng.xml",
"ref/uap10.0.16299/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
@@ -1576,28 +1939,23 @@
"ref/xamarinwatchos10/_._",
"runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll",
"runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll",
"runtimes/win/lib/net461/System.Security.Cryptography.Cng.xml",
"runtimes/win/lib/net462/System.Security.Cryptography.Cng.dll",
"runtimes/win/lib/net462/System.Security.Cryptography.Cng.xml",
"runtimes/win/lib/net47/System.Security.Cryptography.Cng.dll",
"runtimes/win/lib/net47/System.Security.Cryptography.Cng.xml",
"runtimes/win/lib/netcoreapp2.0/System.Security.Cryptography.Cng.dll",
"runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll",
"runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll",
"runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml",
"runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll",
"runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
"runtimes/win/lib/uap10.0.16299/_._",
"system.security.cryptography.cng.4.7.0.nupkg.sha512",
"system.security.cryptography.cng.4.5.0.nupkg.sha512",
"system.security.cryptography.cng.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Security.Cryptography.Pkcs/4.7.0": {
"sha512": "0Srzh6YlhjuMxaqMyeCCdZs22cucaUAG6SKDd3gNHBJmre0VZ71ekzWu9rvLD4YXPetyNdPvV6Qst+8C++9v3Q==",
"System.Security.Cryptography.Pkcs/4.5.2": {
"sha512": "lIo52x0AAsZs8r1L58lPXaqN6PP51Z/XJts0kZtbZRNYcMguupxqRGjvc/GoqSKTbYa+aBwbkT4xoqQ7EsfN0A==",
"type": "package",
"path": "system.security.cryptography.pkcs/4.7.0",
"path": "system.security.cryptography.pkcs/4.5.2",
"files": [
".nupkg.metadata",
".signature.p7s",
@@ -1605,44 +1963,86 @@
"THIRD-PARTY-NOTICES.TXT",
"lib/net46/System.Security.Cryptography.Pkcs.dll",
"lib/net461/System.Security.Cryptography.Pkcs.dll",
"lib/net461/System.Security.Cryptography.Pkcs.xml",
"lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll",
"lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll",
"lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.xml",
"lib/netstandard1.3/System.Security.Cryptography.Pkcs.dll",
"lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll",
"lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml",
"lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll",
"lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml",
"ref/net46/System.Security.Cryptography.Pkcs.dll",
"ref/net461/System.Security.Cryptography.Pkcs.dll",
"ref/net461/System.Security.Cryptography.Pkcs.xml",
"ref/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll",
"ref/netcoreapp2.1/System.Security.Cryptography.Pkcs.xml",
"ref/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll",
"ref/netcoreapp3.0/System.Security.Cryptography.Pkcs.xml",
"ref/netstandard1.3/System.Security.Cryptography.Pkcs.dll",
"ref/netstandard2.0/System.Security.Cryptography.Pkcs.dll",
"ref/netstandard2.0/System.Security.Cryptography.Pkcs.xml",
"ref/netstandard2.1/System.Security.Cryptography.Pkcs.dll",
"ref/netstandard2.1/System.Security.Cryptography.Pkcs.xml",
"runtimes/win/lib/net46/System.Security.Cryptography.Pkcs.dll",
"runtimes/win/lib/net461/System.Security.Cryptography.Pkcs.dll",
"runtimes/win/lib/net461/System.Security.Cryptography.Pkcs.xml",
"runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Pkcs.dll",
"runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll",
"runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.xml",
"runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Pkcs.dll",
"runtimes/win/lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll",
"runtimes/win/lib/netstandard2.0/System.Security.Cryptography.Pkcs.xml",
"runtimes/win/lib/netstandard2.1/System.Security.Cryptography.Pkcs.dll",
"runtimes/win/lib/netstandard2.1/System.Security.Cryptography.Pkcs.xml",
"system.security.cryptography.pkcs.4.7.0.nupkg.sha512",
"system.security.cryptography.pkcs.4.5.2.nupkg.sha512",
"system.security.cryptography.pkcs.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Security.Permissions/4.4.0": {
"sha512": "ArK+Kh7BSqWhspqO3qe8R25MeUzBm3ZdWbYiN6Q0kLO3nR4dLeZzS03C0QUI/470w7pGRm7lUZ9sjfDQKJjRcQ==",
"type": "package",
"path": "system.security.permissions/4.4.0",
"files": [
".nupkg.metadata",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net461/System.Security.Permissions.dll",
"lib/netstandard2.0/System.Security.Permissions.dll",
"ref/net461/System.Security.Permissions.dll",
"ref/netstandard2.0/System.Security.Permissions.dll",
"ref/netstandard2.0/System.Security.Permissions.xml",
"system.security.permissions.4.4.0.nupkg.sha512",
"system.security.permissions.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Security.Principal.Windows/4.4.0": {
"sha512": "pP+AOzt1o3jESOuLmf52YQTF7H3Ng9hTnrOESQiqsnl2IbBh1HInsAMHYtoh75iUYV0OIkHmjvveraYB6zM97w==",
"type": "package",
"path": "system.security.principal.windows/4.4.0",
"files": [
".nupkg.metadata",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/net46/System.Security.Principal.Windows.dll",
"lib/net461/System.Security.Principal.Windows.dll",
"lib/netstandard1.3/System.Security.Principal.Windows.dll",
"lib/netstandard2.0/System.Security.Principal.Windows.dll",
"ref/net46/System.Security.Principal.Windows.dll",
"ref/net461/System.Security.Principal.Windows.dll",
"ref/net461/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/System.Security.Principal.Windows.dll",
"ref/netstandard1.3/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
"ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
"ref/netstandard2.0/System.Security.Principal.Windows.dll",
"ref/netstandard2.0/System.Security.Principal.Windows.xml",
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
"runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
"runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
"runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
"runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
"system.security.principal.windows.4.4.0.nupkg.sha512",
"system.security.principal.windows.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Text.Encoding.CodePages/4.5.1": {
"sha512": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==",
"type": "package",
@@ -1712,12 +2112,33 @@
"useSharedDesignerContext.txt",
"version.txt"
]
},
"System.Windows.Extensions/4.6.0": {
"sha512": "GL4izk0KgeyXklUOHViAk7y1IOYVYcn8nDpJZgcCqNzTGv2xd+8rgGgMKMo8G9nvfEuRCrNxWnGc74EiuYH2YA==",
"type": "package",
"path": "system.windows.extensions/4.6.0",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.TXT",
"THIRD-PARTY-NOTICES.TXT",
"lib/netcoreapp3.0/System.Windows.Extensions.dll",
"lib/netcoreapp3.0/System.Windows.Extensions.xml",
"ref/netcoreapp3.0/System.Windows.Extensions.dll",
"ref/netcoreapp3.0/System.Windows.Extensions.xml",
"runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll",
"runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.xml",
"system.windows.extensions.4.6.0.nupkg.sha512",
"system.windows.extensions.nuspec",
"useSharedDesignerContext.txt",
"version.txt"
]
}
},
"projectFileDependencyGroups": {
".NETCoreApp,Version=v3.1": [
"ClosedXML >= 0.96.0",
"FastReport.Core >= 2023.2.17-demo",
"FastReport.Core >= 2021.3.0",
"Swashbuckle.AspNetCore >= 6.5.0",
"Swashbuckle.AspNetCore.Annotations >= 6.5.0"
]
@@ -1768,7 +2189,7 @@
},
"FastReport.Core": {
"target": "Package",
"version": "[2023.2.17-demo, )"
"version": "[2021.3.0, )"
},
"Swashbuckle.AspNetCore": {
"target": "Package",

View File

@@ -1,39 +1,49 @@
{
"version": 2,
"dgSpecHash": "xnKDY44aWKA+iCvFcfGODtiexEoKaubYY0f7xUachKWAleRQmj0k+OC8wM1jihqxiE2y9ncTNPvzVG5zpx7hBQ==",
"dgSpecHash": "AcjdXi5x9A0nxsTWB+2PnbaIBtEgf/xXjiH70whPTOKfE3hLR7xlfQsZ/JREuaGE/sSzaWLOjWThFS4rkZ0mog==",
"success": true,
"projectFilePath": "C:\\Users\\USER\\Documents\\rmutr_report\\rmutr_report.csproj",
"expectedPackageFiles": [
"C:\\Users\\USER\\.nuget\\packages\\closedxml\\0.96.0\\closedxml.0.96.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\documentformat.openxml\\2.16.0\\documentformat.openxml.2.16.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\excelnumberformat\\1.1.0\\excelnumberformat.1.1.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\fastreport.compat\\2023.1.8\\fastreport.compat.2023.1.8.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\fastreport.core\\2023.2.17-demo\\fastreport.core.2023.2.17-demo.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\fastreport.datavisualization\\2023.1.0\\fastreport.datavisualization.2023.1.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\fastreport.compat\\2021.2.0\\fastreport.compat.2021.2.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\fastreport.core\\2021.3.0\\fastreport.core.2021.3.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\fastreport.datavisualization\\2021.2.0\\fastreport.datavisualization.2021.2.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\2.9.4\\microsoft.codeanalysis.analyzers.2.9.4.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\microsoft.codeanalysis.common\\3.3.1\\microsoft.codeanalysis.common.3.3.1.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\microsoft.codeanalysis.csharp\\3.3.1\\microsoft.codeanalysis.csharp.3.3.1.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\microsoft.codeanalysis.visualbasic\\3.3.1\\microsoft.codeanalysis.visualbasic.3.3.1.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\microsoft.extensions.apidescription.server\\6.0.5\\microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\microsoft.netcore.platforms\\3.0.0\\microsoft.netcore.platforms.3.0.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\microsoft.win32.systemevents\\4.7.0\\microsoft.win32.systemevents.4.7.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\microsoft.win32.registry\\4.4.0\\microsoft.win32.registry.4.4.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\microsoft.win32.systemevents\\4.6.0\\microsoft.win32.systemevents.4.6.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\runtime.win-x64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\runtime.win-x86.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\swashbuckle.aspnetcore\\6.5.0\\swashbuckle.aspnetcore.6.5.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\swashbuckle.aspnetcore.annotations\\6.5.0\\swashbuckle.aspnetcore.annotations.6.5.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.5.0\\swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.5.0\\swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.5.0\\swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.collections.immutable\\1.5.0\\system.collections.immutable.1.5.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.drawing.common\\4.7.0\\system.drawing.common.4.7.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.data.sqlclient\\4.4.3\\system.data.sqlclient.4.4.3.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.drawing.common\\4.6.1\\system.drawing.common.4.6.1.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.io.packaging\\4.7.0\\system.io.packaging.4.7.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.memory\\4.5.3\\system.memory.4.5.3.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\4.5.2\\system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.security.cryptography.cng\\4.7.0\\system.security.cryptography.cng.4.7.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.security.cryptography.pkcs\\4.7.0\\system.security.cryptography.pkcs.4.7.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.security.accesscontrol\\4.4.0\\system.security.accesscontrol.4.4.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.security.cryptography.pkcs\\4.5.2\\system.security.cryptography.pkcs.4.5.2.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.security.permissions\\4.4.0\\system.security.permissions.4.4.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.security.principal.windows\\4.4.0\\system.security.principal.windows.4.4.0.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.text.encoding.codepages\\4.5.1\\system.text.encoding.codepages.4.5.1.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.3\\system.threading.tasks.extensions.4.5.3.nupkg.sha512"
"C:\\Users\\USER\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.3\\system.threading.tasks.extensions.4.5.3.nupkg.sha512",
"C:\\Users\\USER\\.nuget\\packages\\system.windows.extensions\\4.6.0\\system.windows.extensions.4.6.0.nupkg.sha512"
],
"logs": []
}

View File

@@ -1 +1 @@
"restore":{"projectUniqueName":"C:\\Users\\USER\\Documents\\rmutr_report\\rmutr_report.csproj","projectName":"rmutr_report","projectPath":"C:\\Users\\USER\\Documents\\rmutr_report\\rmutr_report.csproj","outputPath":"C:\\Users\\USER\\Documents\\rmutr_report\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["netcoreapp3.1"],"sources":{"https://api.nuget.org/v3/index.json":{},"https://nuget.71dev.com/v3/index.json":{}},"frameworks":{"netcoreapp3.1":{"projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"netcoreapp3.1":{"dependencies":{"ClosedXML":{"target":"Package","version":"[0.96.0, )"},"FastReport.Core":{"target":"Package","version":"[2023.2.17-demo, )"},"Swashbuckle.AspNetCore":{"target":"Package","version":"[6.5.0, )"},"Swashbuckle.AspNetCore.Annotations":{"target":"Package","version":"[6.5.0, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.AspNetCore.App":{"privateAssets":"none"},"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\6.0.407\\RuntimeIdentifierGraph.json"}}
"restore":{"projectUniqueName":"C:\\Users\\USER\\Documents\\rmutr_report\\rmutr_report.csproj","projectName":"rmutr_report","projectPath":"C:\\Users\\USER\\Documents\\rmutr_report\\rmutr_report.csproj","outputPath":"C:\\Users\\USER\\Documents\\rmutr_report\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["netcoreapp3.1"],"sources":{"https://api.nuget.org/v3/index.json":{},"https://nuget.71dev.com/v3/index.json":{}},"frameworks":{"netcoreapp3.1":{"projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"netcoreapp3.1":{"dependencies":{"ClosedXML":{"target":"Package","version":"[0.96.0, )"},"FastReport.Core":{"target":"Package","version":"[2021.3.0, )"},"Swashbuckle.AspNetCore":{"target":"Package","version":"[6.5.0, )"},"Swashbuckle.AspNetCore.Annotations":{"target":"Package","version":"[6.5.0, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.AspNetCore.App":{"privateAssets":"none"},"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\6.0.407\\RuntimeIdentifierGraph.json"}}

View File

@@ -1 +1 @@
16862085695634796
16862103655496088

View File

@@ -47,7 +47,7 @@
},
"FastReport.Core": {
"target": "Package",
"version": "[2023.2.17-demo, )"
"version": "[2021.3.0, )"
},
"Swashbuckle.AspNetCore": {
"target": "Package",

View File

@@ -15,7 +15,7 @@
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props')" />
<Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.5.0\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.5.0\build\Swashbuckle.AspNetCore.props')" />
<Import Project="$(NuGetPackageRoot)fastreport.core\2023.2.17-demo\buildTransitive\FastReport.Core.props" Condition="Exists('$(NuGetPackageRoot)fastreport.core\2023.2.17-demo\buildTransitive\FastReport.Core.props')" />
<Import Project="$(NuGetPackageRoot)fastreport.core\2021.3.0\buildTransitive\FastReport.Core.props" Condition="Exists('$(NuGetPackageRoot)fastreport.core\2021.3.0\buildTransitive\FastReport.Core.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\USER\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5</PkgMicrosoft_Extensions_ApiDescription_Server>

View File

@@ -2,7 +2,5 @@
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.targets')" />
<Import Project="$(NuGetPackageRoot)fastreport.compat\2023.1.8\buildTransitive\netcoreapp3.0\FastReport.Compat.targets" Condition="Exists('$(NuGetPackageRoot)fastreport.compat\2023.1.8\buildTransitive\netcoreapp3.0\FastReport.Compat.targets')" />
<Import Project="$(NuGetPackageRoot)fastreport.datavisualization\2023.1.0\buildTransitive\netcoreapp3.0\FastReport.DataVisualization.targets" Condition="Exists('$(NuGetPackageRoot)fastreport.datavisualization\2023.1.0\buildTransitive\netcoreapp3.0\FastReport.DataVisualization.targets')" />
</ImportGroup>
</Project>