From 2f0fe710bf011d4f0051339bfbfebb597bff1a50 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周三, 06 11月 2024 13:35:02 +0800 Subject: [PATCH] 切换数据库为mysql --- DataCapture_MA/bin/Debug/Microsoft.Extensions.DependencyModel.xml | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/DataCapture_MA/bin/Debug/Microsoft.Extensions.DependencyModel.xml b/DataCapture_MA/bin/Debug/Microsoft.Extensions.DependencyModel.xml new file mode 100644 index 0000000..89b8625 --- /dev/null +++ b/DataCapture_MA/bin/Debug/Microsoft.Extensions.DependencyModel.xml @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<doc> + <assembly> + <name>Microsoft.Extensions.DependencyModel</name> + </assembly> + <members> + <member name="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime"> + <summary> + The runtime ID associated with this group (may be empty if the group is runtime-agnostic) + </summary> + </member> + <member name="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.AssetPaths"> + <summary> + Gets a list of asset paths provided in this runtime group + </summary> + </member> + <member name="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.RuntimeFiles"> + <summary> + Gets a list of RuntimeFiles provided in this runtime group + </summary> + </member> + </members> +</doc> -- Gitblit v1.9.3