提交示例代码
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
@@ -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("Fantasy.ConfigTableProtocol")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Fantasy.ConfigTableProtocol")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Fantasy.ConfigTableProtocol")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// 由 MSBuild WriteCodeFragment 类生成。
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
3db015d912a8f238a0089f4e8455936aa6ede2963b82ba561d63f050fe50f445
|
||||
@@ -0,0 +1,15 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = Fantasy.ConfigTableProtocol
|
||||
build_property.ProjectDir = /Users/fantasy/Movies/邮件系统/Lession/NuGet/Fantasy.ConfigTableProtocol/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -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;
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"/Users/fantasy/Movies/邮件系统/Lession/NuGet/Fantasy.ConfigTableProtocol/Fantasy.ConfigTableProtocol.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"/Users/fantasy/Movies/邮件系统/Lession/NuGet/Fantasy.ConfigTableProtocol/Fantasy.ConfigTableProtocol.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/fantasy/Movies/邮件系统/Lession/NuGet/Fantasy.ConfigTableProtocol/Fantasy.ConfigTableProtocol.csproj",
|
||||
"projectName": "Fantasy.ConfigTableProtocol",
|
||||
"projectPath": "/Users/fantasy/Movies/邮件系统/Lession/NuGet/Fantasy.ConfigTableProtocol/Fantasy.ConfigTableProtocol.csproj",
|
||||
"packagesPath": "/Users/fantasy/.nuget/packages/",
|
||||
"outputPath": "/Users/fantasy/Movies/邮件系统/Lession/NuGet/Fantasy.ConfigTableProtocol/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/Users/fantasy/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"/usr/local/share/dotnet/library-packs": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "all"
|
||||
},
|
||||
"SdkAnalysisLevel": "9.0.100"
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"dependencies": {
|
||||
"Fantasy-Net.Tools.ExporterConfigTable": {
|
||||
"target": "Package",
|
||||
"version": "[2024.1.8, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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)' == '' ">/Users/fantasy/.nuget/packages/</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/Users/fantasy/.nuget/packages/</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.2</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="/Users/fantasy/.nuget/packages/" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<PkgFantasy-Net_Tools_ExporterConfigTable Condition=" '$(PkgFantasy-Net_Tools_ExporterConfigTable)' == '' ">/Users/fantasy/.nuget/packages/fantasy-net.tools.exporterconfigtable/2024.1.8</PkgFantasy-Net_Tools_ExporterConfigTable>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)fantasy-net.tools.exporterconfigtable/2024.1.8/buildTransitive/Fantasy-Net.Tools.ExporterConfigTable.targets" Condition="Exists('$(NuGetPackageRoot)fantasy-net.tools.exporterconfigtable/2024.1.8/buildTransitive/Fantasy-Net.Tools.ExporterConfigTable.targets')" />
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,144 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net8.0": {
|
||||
"Fantasy-Net.Tools.ExporterConfigTable/2024.1.8": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net8.0/Fantasy.Tools.ExporterConfigTable.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Fantasy.Tools.ExporterConfigTable.dll": {}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/Fantasy-Net.Tools.ExporterConfigTable.targets": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Fantasy-Net.Tools.ExporterConfigTable/2024.1.8": {
|
||||
"sha512": "Tx6wYQLqkdLt79cqGqBUIDY9YIeoFF8sYrrCo3IRqKKaBDfZXYx8RcsurfE3YzKc4WuYxxQskaoBThS0LvJGOQ==",
|
||||
"type": "package",
|
||||
"path": "fantasy-net.tools.exporterconfigtable/2024.1.8",
|
||||
"hasTools": true,
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"buildTransitive/Fantasy-Net.Tools.ExporterConfigTable.targets",
|
||||
"fantasy-net.tools.exporterconfigtable.2024.1.8.nupkg.sha512",
|
||||
"fantasy-net.tools.exporterconfigtable.nuspec",
|
||||
"icon.png",
|
||||
"lib/net8.0/Fantasy.Tools.ExporterConfigTable.dll",
|
||||
"tools/output/CommandLine.dll",
|
||||
"tools/output/EPPlus.Interfaces.dll",
|
||||
"tools/output/EPPlus.System.Drawing.dll",
|
||||
"tools/output/EPPlus.dll",
|
||||
"tools/output/ExporterSettings.json",
|
||||
"tools/output/Fantasy.Tools.ConfigTable",
|
||||
"tools/output/Fantasy.Tools.ConfigTable.deps.json",
|
||||
"tools/output/Fantasy.Tools.ConfigTable.dll",
|
||||
"tools/output/Fantasy.Tools.ConfigTable.pdb",
|
||||
"tools/output/Fantasy.Tools.ConfigTable.runtimeconfig.json",
|
||||
"tools/output/Microsoft.CodeAnalysis.CSharp.dll",
|
||||
"tools/output/Microsoft.CodeAnalysis.dll",
|
||||
"tools/output/Microsoft.Extensions.Configuration.Abstractions.dll",
|
||||
"tools/output/Microsoft.Extensions.Configuration.FileExtensions.dll",
|
||||
"tools/output/Microsoft.Extensions.Configuration.Json.dll",
|
||||
"tools/output/Microsoft.Extensions.Configuration.dll",
|
||||
"tools/output/Microsoft.Extensions.FileProviders.Abstractions.dll",
|
||||
"tools/output/Microsoft.Extensions.FileProviders.Physical.dll",
|
||||
"tools/output/Microsoft.Extensions.FileSystemGlobbing.dll",
|
||||
"tools/output/Microsoft.Extensions.Primitives.dll",
|
||||
"tools/output/Microsoft.IO.RecyclableMemoryStream.dll",
|
||||
"tools/output/Microsoft.Win32.SystemEvents.dll",
|
||||
"tools/output/Newtonsoft.Json.dll",
|
||||
"tools/output/Run.bat",
|
||||
"tools/output/Run.sh",
|
||||
"tools/output/System.Drawing.Common.dll",
|
||||
"tools/output/System.Formats.Asn1.dll",
|
||||
"tools/output/System.Security.Cryptography.Pkcs.dll",
|
||||
"tools/output/System.Text.Json.dll",
|
||||
"tools/output/protobuf-net.Core.dll",
|
||||
"tools/output/protobuf-net.dll",
|
||||
"tools/output/runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll",
|
||||
"tools/output/runtimes/win/lib/net7.0/System.Drawing.Common.dll",
|
||||
"tools/output/runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll"
|
||||
]
|
||||
}
|
||||
},
|
||||
"projectFileDependencyGroups": {
|
||||
"net8.0": [
|
||||
"Fantasy-Net.Tools.ExporterConfigTable >= 2024.1.8"
|
||||
]
|
||||
},
|
||||
"packageFolders": {
|
||||
"/Users/fantasy/.nuget/packages/": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/Users/fantasy/Movies/邮件系统/Lession/NuGet/Fantasy.ConfigTableProtocol/Fantasy.ConfigTableProtocol.csproj",
|
||||
"projectName": "Fantasy.ConfigTableProtocol",
|
||||
"projectPath": "/Users/fantasy/Movies/邮件系统/Lession/NuGet/Fantasy.ConfigTableProtocol/Fantasy.ConfigTableProtocol.csproj",
|
||||
"packagesPath": "/Users/fantasy/.nuget/packages/",
|
||||
"outputPath": "/Users/fantasy/Movies/邮件系统/Lession/NuGet/Fantasy.ConfigTableProtocol/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/Users/fantasy/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"/usr/local/share/dotnet/library-packs": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "all"
|
||||
},
|
||||
"SdkAnalysisLevel": "9.0.100"
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"dependencies": {
|
||||
"Fantasy-Net.Tools.ExporterConfigTable": {
|
||||
"target": "Package",
|
||||
"version": "[2024.1.8, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "f9MMX5neGX8=",
|
||||
"success": true,
|
||||
"projectFilePath": "/Users/fantasy/Movies/邮件系统/Lession/NuGet/Fantasy.ConfigTableProtocol/Fantasy.ConfigTableProtocol.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"/Users/fantasy/.nuget/packages/fantasy-net.tools.exporterconfigtable/2024.1.8/fantasy-net.tools.exporterconfigtable.2024.1.8.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
"restore":{"projectUniqueName":"/Users/fantasy/Movies/邮件系统/Lession/NuGet/Fantasy.ConfigTableProtocol/Fantasy.ConfigTableProtocol.csproj","projectName":"Fantasy.ConfigTableProtocol","projectPath":"/Users/fantasy/Movies/邮件系统/Lession/NuGet/Fantasy.ConfigTableProtocol/Fantasy.ConfigTableProtocol.csproj","outputPath":"/Users/fantasy/Movies/邮件系统/Lession/NuGet/Fantasy.ConfigTableProtocol/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"/usr/local/share/dotnet/library-packs":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"all"},"SdkAnalysisLevel":"9.0.100"}"frameworks":{"net8.0":{"targetAlias":"net8.0","dependencies":{"Fantasy-Net.Tools.ExporterConfigTable":{"target":"Package","version":"[2024.1.8, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/local/share/dotnet/sdk/9.0.100/PortableRuntimeIdentifierGraph.json"}}
|
||||
@@ -0,0 +1 @@
|
||||
17392438089758892
|
||||
@@ -0,0 +1 @@
|
||||
17392438089758892
|
||||
Reference in New Issue
Block a user