完全以netcore为主,不再支持net40
This commit is contained in:
parent
d41961581e
commit
02c40bc832
|
@ -3,7 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<AssemblyName>AntAgent</AssemblyName>
|
||||
<TargetFrameworks>net45;netcoreapp3.1</TargetFrameworks>
|
||||
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
|
||||
<AssemblyTitle>蚂蚁代理</AssemblyTitle>
|
||||
<Description>调度中心下发C#或Sql给蚂蚁代理执行</Description>
|
||||
<Company>新生命开发团队</Company>
|
||||
|
@ -12,7 +12,8 @@
|
|||
<FileVersion>1.0.2020.0111</FileVersion>
|
||||
<AssemblyVersion>1.0.*</AssemblyVersion>
|
||||
<Deterministic>false</Deterministic>
|
||||
<OutputPath>..\BinAgent</OutputPath>
|
||||
<OutputPath>..\Bin\Agent</OutputPath>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
|
@ -39,4 +40,7 @@
|
|||
<ProjectReference Include="..\AntJob\AntJob.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||
<Exec Command="del "$(TargetDir)*.xml" /q
del "$(TargetDir)*.dll.config" /q" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net45;netstandard2.0;net40</TargetFrameworks>
|
||||
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
|
||||
<AssemblyTitle>蚂蚁调度系统扩展</AssemblyTitle>
|
||||
<Description>分布式任务调度系统,纯NET打造的重量级大数据实时计算平台,万亿级调度经验积累</Description>
|
||||
<Company>新生命开发团队</Company>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<AssemblyName>AntServer</AssemblyName>
|
||||
<TargetFrameworks>net45;netcoreapp3.1</TargetFrameworks>
|
||||
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
|
||||
<AssemblyTitle>蚂蚁调度中心</AssemblyTitle>
|
||||
<Description>分布式任务调度系统,纯NET打造的重量级大数据实时计算平台,万亿级调度经验积累</Description>
|
||||
<Company>新生命开发团队</Company>
|
||||
|
@ -11,7 +11,8 @@
|
|||
<FileVersion>1.0.2020.0110</FileVersion>
|
||||
<AssemblyVersion>1.0.*</AssemblyVersion>
|
||||
<Deterministic>false</Deterministic>
|
||||
<OutputPath>..\BinServer</OutputPath>
|
||||
<OutputPath>..\Bin\Server</OutputPath>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
|
@ -46,4 +47,8 @@
|
|||
<ItemGroup>
|
||||
<ProjectReference Include="..\AntJob.Data\AntJob.Data.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||
<Exec Command="del "$(TargetDir)*.xml" /q
del "$(TargetDir)*.dll.config" /q" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
|
@ -7,15 +7,15 @@
|
|||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"Membership": {
|
||||
"connectionString": "Data Source=..\\..\\Data\\Membership.db",
|
||||
"connectionString": "Data Source=..\\Data\\Membership.db",
|
||||
"providerName": "SQLite"
|
||||
},
|
||||
"Log": {
|
||||
"connectionString": "Data Source=..\\..\\Data\\Log.db",
|
||||
"connectionString": "Data Source=..\\Data\\Log.db",
|
||||
"providerName": "SQLite"
|
||||
},
|
||||
"Ant": {
|
||||
"connectionString": "Data Source=..\\..\\Data\\Ant.db",
|
||||
"connectionString": "Data Source=..\\Data\\Ant.db",
|
||||
"providerName": "SQLite"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,8 @@
|
|||
<FileVersion>1.0.2020.0110</FileVersion>
|
||||
<AssemblyVersion>1.0.*</AssemblyVersion>
|
||||
<Deterministic>false</Deterministic>
|
||||
<OutputPath>..\BinWeb</OutputPath>
|
||||
<OutputPath>..\Bin\Web</OutputPath>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
|
@ -29,4 +30,8 @@
|
|||
<ProjectReference Include="..\AntJob.Data\AntJob.Data.csproj" />
|
||||
<ProjectReference Include="..\AntJob\AntJob.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||
<Exec Command="del "$(TargetDir)*.xml" /q
del "$(TargetDir)*.dll.config" /q" />
|
||||
</Target>
|
||||
</Project>
|
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
"iisSettings": {
|
||||
"windowsAuthentication": false,
|
||||
"anonymousAuthentication": true,
|
||||
"iisExpress": {
|
||||
"applicationUrl": "http://localhost:3614/",
|
||||
"sslPort": 44393
|
||||
}
|
||||
},
|
||||
"profiles": {
|
||||
"IIS Express": {
|
||||
"commandName": "IISExpress",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
},
|
||||
"AntJob.Web": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "https://localhost:5001;http://localhost:5000"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"System": "Information",
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -7,15 +7,15 @@
|
|||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"Membership": {
|
||||
"connectionString": "Data Source=..\\..\\Data\\Membership.db",
|
||||
"connectionString": "Data Source=..\\Data\\Membership.db",
|
||||
"providerName": "SQLite"
|
||||
},
|
||||
"Log": {
|
||||
"connectionString": "Data Source=..\\..\\Data\\Log.db",
|
||||
"connectionString": "Data Source=..\\Data\\Log.db",
|
||||
"providerName": "SQLite"
|
||||
},
|
||||
"Ant": {
|
||||
"connectionString": "Data Source=..\\..\\Data\\Ant.db",
|
||||
"connectionString": "Data Source=..\\Data\\Ant.db",
|
||||
"providerName": "SQLite"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net45;netstandard2.0;net40</TargetFrameworks>
|
||||
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
|
||||
<AssemblyTitle>蚂蚁调度系统</AssemblyTitle>
|
||||
<Description>分布式任务调度系统,纯NET打造的重量级大数据实时计算平台,万亿级调度经验积累</Description>
|
||||
<Company>新生命开发团队</Company>
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<TargetFrameworks>net45;netcoreapp3.1</TargetFrameworks>
|
||||
<AssemblyVersion>1.0.*</AssemblyVersion>
|
||||
<Deterministic>false</Deterministic>
|
||||
<OutputPath>..\..\Bin\Hello</OutputPath>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -5,12 +5,13 @@
|
|||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<AssemblyVersion>1.0.*</AssemblyVersion>
|
||||
<Deterministic>false</Deterministic>
|
||||
<OutputPath>..\Bin\Test</OutputPath>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\AntJob.Data\AntJob.Data.csproj" />
|
||||
<ProjectReference Include="..\AntJob.Extensions\AntJob.Extensions.csproj" />
|
||||
<ProjectReference Include="..\AntJob.Server\AntJob.Server.csproj" />
|
||||
<ProjectReference Include="..\AntJob\AntJob.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
||||
</packageSources>
|
||||
</configuration>
|
Loading…
Reference in New Issue