提交 f7c3e927 编写于 作者: T tanghai

修复FileServer无法启动的bug,原因是没有带asp.net core的库

上级 d0f9f04a
......@@ -43,6 +43,7 @@
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=EE38E3D2_002D3D2A_002D4061_002DBD50_002DAE8568126C7D_002Fd_003AModule_002Fd_003AMessage_002Ff_003AAMRpcHandler_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=EE38E3D2_002D3D2A_002D4061_002DBD50_002DAE8568126C7D_002Fd_003AModule_002Fd_003AMessage_002Ff_003ANetInnerComponent_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/AnalysisEnabled/@EntryValue">VISIBLE_FILES</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceForeachStatementBraces/@EntryIndexedValue">HINT</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceIfStatementBraces/@EntryIndexedValue">HINT</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=EnforceWhileStatementBraces/@EntryIndexedValue">HINT</s:String>
......
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v2.1",
"signature": "8d74a95046236c3098907da75a779339f58ec64f"
"signature": "1362f7daa146aa00964ba63fcd3e38bce2d4ff92"
},
"compilationOptions": {
"defines": [
"TRACE",
"DEBUG",
"RELEASE",
"NETCOREAPP",
"NETCOREAPP2_1"
],
......@@ -14,7 +14,7 @@
"platform": "",
"allowUnsafe": false,
"warningsAsErrors": false,
"optimize": false,
"optimize": true,
"keyFile": "",
"emitEntryPoint": true,
"xmlDoc": false,
......@@ -25,7 +25,6 @@
"FileServer/1.0.0": {
"dependencies": {
"Microsoft.AspNetCore.App": "2.1.1",
"Microsoft.AspNetCore.Razor.Design": "2.1.2",
"Microsoft.AspNetCore.StaticFiles": "2.2.0-preview3-35497",
"Microsoft.Extensions.Configuration": "2.2.0-preview3-35497",
"Microsoft.NETCore.App": "2.1.0"
......@@ -114,7 +113,6 @@
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {}
}
},
"Microsoft.AspNetCore.Razor.Design/2.1.2": {},
"Microsoft.AspNetCore.StaticFiles/2.2.0-preview3-35497": {
"dependencies": {
"Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0-preview3-35497",
......@@ -563,7 +561,6 @@
"Microsoft.AspNetCore.NodeServices": "2.1.1",
"Microsoft.AspNetCore.Owin": "2.1.1",
"Microsoft.AspNetCore.Razor": "2.1.1",
"Microsoft.AspNetCore.Razor.Design": "2.1.2",
"Microsoft.AspNetCore.Razor.Language": "2.1.1",
"Microsoft.AspNetCore.Razor.Runtime": "2.1.1",
"Microsoft.AspNetCore.ResponseCaching": "2.1.1",
......@@ -1097,7 +1094,6 @@
"Microsoft.AspNetCore.Mvc.RazorPages": "2.1.1",
"Microsoft.AspNetCore.Mvc.TagHelpers": "2.1.1",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "2.1.1",
"Microsoft.AspNetCore.Razor.Design": "2.1.2",
"Microsoft.Extensions.Caching.Memory": "2.1.1",
"Microsoft.Extensions.DependencyInjection": "2.1.1"
},
......@@ -3273,13 +3269,6 @@
"path": "microsoft.aspnetcore.http.features/2.2.0-preview3-35497",
"hashPath": "microsoft.aspnetcore.http.features.2.2.0-preview3-35497.nupkg.sha512"
},
"Microsoft.AspNetCore.Razor.Design/2.1.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ab4+TZw3Sxqrr5TwrwVyABeQkhSxYMJXgG6yZw7T+r6Vz+hcOt+pK79o15ESG7kZvWAK9wRG7emnTIia5O6R1Q==",
"path": "microsoft.aspnetcore.razor.design/2.1.2",
"hashPath": "microsoft.aspnetcore.razor.design.2.1.2.nupkg.sha512"
},
"Microsoft.AspNetCore.StaticFiles/2.2.0-preview3-35497": {
"type": "package",
"serviceable": true,
......
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\USER-PC\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\USER-PC\\.nuget\\packages",
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
]
}
}
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="dotnet" arguments=".\FileServer.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" />
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: 1c2827bf-aa19-402a-bfd1-1c92e6b8fd84-->
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ActiveDebugProfile>IIS Express</ActiveDebugProfile>
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
</PropertyGroup>
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!--
此文件由 Web 项目的发布/打包过程使用。可以通过编辑此 MSBuild 文件
自定义此过程的行为。为了解与此相关的更多内容,请访问 https://go.microsoft.com/fwlink/?LinkID=208121。
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WebPublishMethod>FileSystem</WebPublishMethod>
<PublishProvider>FileSystem</PublishProvider>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish />
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data>
<ProjectGuid>1c2827bf-aa19-402a-bfd1-1c92e6b8fd84</ProjectGuid>
<publishUrl>../../FileServer/</publishUrl>
<DeleteExistingFiles>True</DeleteExistingFiles>
<TargetFramework>netcoreapp2.1</TargetFramework>
<SelfContained>false</SelfContained>
<_IsPortable>true</_IsPortable>
</PropertyGroup>
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<!--
此文件由 Web 项目的发布/打包过程使用。可以通过编辑此 MSBuild 文件
自定义此过程的行为。为了解与此相关的更多内容,请访问 https://go.microsoft.com/fwlink/?LinkID=208121。
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TimeStampOfAssociatedLegacyPublishXmlFile />
<_PublishTargetUrl>D:\Source\ET\Tools\FileServer\../../FileServer/</_PublishTargetUrl>
</PropertyGroup>
</Project>
\ No newline at end of file
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:56073/",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"FileServer": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:56076/"
}
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册