Skip to content

Commit

Permalink
🔨 调整项目文件中.netstandard公共配置信息的位置
Browse files Browse the repository at this point in the history
  • Loading branch information
gmf520 committed Sep 27, 2019
1 parent 1acd364 commit eb369a9
Show file tree
Hide file tree
Showing 23 changed files with 129 additions and 130 deletions.
4 changes: 2 additions & 2 deletions build/public.netcoreapp.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<Company>柳柳软件(66soft.net)</Company>
<Copyright>Copyright @ 66SOFT 2014-2019</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/i66soft/osharp-ns20</PackageProjectUrl>
<PackageProjectUrl>https://github.com/i66soft/osharp</PackageProjectUrl>
<PackageIconUrl>https://en.gravatar.com/userimage/140788132/0ff3b1e68fa0154337b1528c4276e276.png?size=80</PackageIconUrl>
<RepositoryUrl>https://github.com/i66soft/osharp-ns20</RepositoryUrl>
<RepositoryUrl>https://github.com/i66soft/osharp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>osharp osharpns</PackageTags>
<NeutralLanguage>zh-CHS</NeutralLanguage>
Expand Down
4 changes: 2 additions & 2 deletions build/public.netstandard.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<Company>柳柳软件(66soft.net)</Company>
<Copyright>Copyright @ 66SOFT 2014-2019</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/i66soft/osharp-ns20</PackageProjectUrl>
<PackageProjectUrl>https://github.com/i66soft/osharp</PackageProjectUrl>
<PackageIconUrl>https://en.gravatar.com/userimage/140788132/0ff3b1e68fa0154337b1528c4276e276.png?size=80</PackageIconUrl>
<RepositoryUrl>https://github.com/i66soft/osharp-ns20</RepositoryUrl>
<RepositoryUrl>https://github.com/i66soft/osharp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>osharp osharpns</PackageTags>
<NeutralLanguage>zh-CHS</NeutralLanguage>
Expand Down
6 changes: 3 additions & 3 deletions src/OSharp.AspNetCore/OSharp.AspNetCore.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup>
<PackageId>OSharpNS.AspNetCore</PackageId>
<Summary>OSharp(.NetStandard2.0) AspNetCore组件</Summary>
Expand All @@ -15,9 +18,6 @@
<DefineConstants>TRACE;DEBUG;NETSTANDARD2_0</DefineConstants>
</PropertyGroup>

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<ItemGroup>
<Compile Remove="Mvc\Extensions\**" />
<EmbeddedResource Remove="Mvc\Extensions\**" />
Expand Down
5 changes: 3 additions & 2 deletions src/OSharp.AutoMapper/OSharp.AutoMapper.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup>
<PackageId>OSharpNS.AutoMapper</PackageId>
<Summary>OSharp(.NetStandard2.0) AutoMapper 对象映射组件</Summary>
Expand All @@ -14,8 +17,6 @@
<DocumentationFile>bin\Debug\netstandard2.0\OSharp.AutoMapper.xml</DocumentationFile>
</PropertyGroup>

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />
<ItemGroup>
<Compile Remove="ServiceCollectionExtensions1.cs" />
</ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions src/OSharp.CodeGeneration/OSharp.CodeGeneration.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup>
<PackageId>OSharpNS.CodeGeneration</PackageId>
<Summary>OSharp(.NetStandard2.0) 代码生成组件</Summary>
Expand All @@ -16,8 +19,6 @@
<DocumentationFile>bin\Release\netstandard2.0\OSharp.CodeGeneration.xml</DocumentationFile>
</PropertyGroup>

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />
<ItemGroup>
<None Remove="Templates\AdminController.cshtml" />
<None Remove="Templates\Entity.cshtml" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup>
<RootNamespace>OSharp.Entity.MySql</RootNamespace>
<PackageId>OSharpNS.EntityFrameworkCore.MySql</PackageId>
Expand All @@ -15,9 +18,6 @@
<DocumentationFile>bin\Release\netstandard2.0\OSharp.EntityFrameworkCore.MySql.xml</DocumentationFile>
</PropertyGroup>

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<ItemGroup>
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="[2.2.0, 3.0)" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup>
<RootNamespace>OSharp.Entity.Oracle</RootNamespace>
<PackageId>OSharpNS.EntityFrameworkCore.Oracle</PackageId>
Expand All @@ -15,9 +18,6 @@
<DocumentationFile>bin\Release\netstandard2.0\OSharp.EntityFrameworkCore.Oracle.xml</DocumentationFile>
</PropertyGroup>

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<ItemGroup>
<PackageReference Include="Citms.EntityFrameworkCore.Oracle" Version="1.0.9" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup>
<RootNamespace>OSharp.Entity.PostgreSql</RootNamespace>
<PackageId>OSharpNS.EntityFrameworkCore.PostgreSql</PackageId>
Expand All @@ -17,8 +20,6 @@
<DocumentationFile>bin\Release\netstandard2.0\OSharp.EntityFrameworkCore.PostgreSql.xml</DocumentationFile>
</PropertyGroup>

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />
<ItemGroup>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="[2.2.4, 3.0)" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup>
<PackageId>OSharpNS.EntityFrameworkCore.SqlServer</PackageId>
<Description>OSharp(.NetStandard2.0)数据访问组件,封装EntityFrameworkCore的SqlServer数据访问功能的实现</Description>
<Summary>OSharp(.NetStandard2.0)数据访问组件SqlServer</Summary>
<RootNamespace>OSharp.Entity.SqlServer</RootNamespace>
</PropertyGroup>

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard2.0\OSharp.EntityFrameworkCore.SqlServer.xml</DocumentationFile>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup>
<RootNamespace>OSharp.Entity.Sqlite</RootNamespace>
<PackageId>OSharpNS.EntityFrameworkCore.Sqlite</PackageId>
<Description>OSharp(.NetStandard2.0)数据访问组件,封装EntityFrameworkCore的Sqlite数据访问功能的实现</Description>
<Summary>OSharp(.NetStandard2.0)数据访问组件Sqlite</Summary>
</PropertyGroup>

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard2.0\OSharp.EntityFrameworkCore.Sqlite.xml</DocumentationFile>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />
<PropertyGroup>
<PackageId>OSharpNS.EntityFrameworkCore</PackageId>
<Description>OSharp(.NetStandard2.0)数据访问组件,封装EntityFrameworkCore数据访问功能的实现</Description>
<Summary>OSharp(.NetStandard2.0)数据访问组件</Summary>
<RootNamespace>OSharp.Entity</RootNamespace>
</PropertyGroup>
<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard2.0\OSharp.EntityFrameworkCore.xml</DocumentationFile>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/OSharp.Exceptionless/OSharp.Exceptionless.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../../build/public.netcoreapp.props"/>
<Import Project="../../build/version.props" />

<PropertyGroup>
<PackageId>OSharpNS.Exceptionless</PackageId>
<Summary>OSharp(.NetStandard2.0) Exceptionless 分布式日志组件</Summary>
<Description>OSharp(.NetStandard2.0) Exceptionless 分布式日志组件,封装基于Exceptionless 分布式日志记录实现</Description>
</PropertyGroup>

<Import Project="../../build/public.netcoreapp.props"/>
<Import Project="../../build/version.props" />

<ItemGroup>
<PackageReference Include="Exceptionless.AspNetCore" Version="4.3.2027" />
</ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions src/OSharp.Hangfire/OSharp.Hangfire.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup>
<PackageId>OSharpNS.Hangfire</PackageId>
<Summary>OSharp(.NetStandard2.0) Hangfire 后台任务组件</Summary>
Expand All @@ -16,8 +19,6 @@
<DocumentationFile>bin\Release\netstandard2.0\OSharp.Hangfire.xml</DocumentationFile>
</PropertyGroup>

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />
<ItemGroup>
<PackageReference Include="Hangfire" Version="1.7.6" />
<PackageReference Include="Hangfire.MemoryStorage.Core" Version="1.4.0" />
Expand Down
5 changes: 3 additions & 2 deletions src/OSharp.Log4Net/OSharp.Log4Net.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup>
<PackageId>OSharpNS.Log4Net</PackageId>
<Description>OSharp(.NetStandard2.0)Log4Net组件,封装使用log4net组件来实现框架的日志输出功能</Description>
Expand All @@ -14,8 +17,6 @@
<DocumentationFile>bin\Release\netstandard2.0\OSharp.Log4Net.xml</DocumentationFile>
</PropertyGroup>

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />
<ItemGroup>
<PackageReference Include="log4net" Version="2.0.8" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/OSharp.MiniProfiler/OSharp.MiniProfiler.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup>
<PackageId>OSharpNS.MiniProfiler</PackageId>
<Summary>OSharp(.NetStandard2.0) MiniProfiler 性能监测组件</Summary>
Expand All @@ -16,9 +19,6 @@
<DocumentationFile>bin\Debug\netstandard2.0\OSharp.MiniProfiler.xml</DocumentationFile>
</PropertyGroup>

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<ItemGroup>
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.0.180" />
<PackageReference Include="MiniProfiler.EntityFrameworkCore" Version="4.0.180" />
Expand Down
5 changes: 3 additions & 2 deletions src/OSharp.NLog/OSharp.NLog.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup>
<PackageId>OSharpNS.NLog</PackageId>
<Description>OSharp(.NetStandard2.0)NLog组件,封装使用nlog组件来实现框架的日志输出功能</Description>
Expand All @@ -14,8 +17,6 @@
<DocumentationFile>bin\Release\netstandard2.0\OSharp.NLog.xml</DocumentationFile>
</PropertyGroup>

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />
<ItemGroup>
<PackageReference Include="NLog" Version="4.6.7" />
</ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions src/OSharp.Permissions/OSharp.Permissions.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup>
<PackageId>OSharpNS.Permissions</PackageId>
<Summary>OSharp(.NetStandard2.0)核心组件</Summary>
Expand All @@ -15,8 +18,6 @@
<DocumentationFile>bin\Debug\netstandard2.0\OSharp.Permissions.xml</DocumentationFile>
</PropertyGroup>

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />
<ItemGroup>
<Compile Remove="Authentication\**" />
<EmbeddedResource Remove="Authentication\**" />
Expand Down
6 changes: 3 additions & 3 deletions src/OSharp.Redis/OSharp.Redis.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup>
<PackageId>OSharpNS.Redis</PackageId>
<Summary>OSharp(.NetStandard2.0) Redis 缓存组件</Summary>
Expand All @@ -15,9 +18,6 @@
<DocumentationFile>bin\Release\netstandard2.0\OSharp.Redis.xml</DocumentationFile>
</PropertyGroup>

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Redis" Version="2.2.0" />
</ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions src/OSharp.Swagger/OSharp.Swagger.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />

<PropertyGroup>
<PackageId>OSharpNS.Swagger</PackageId>
<Summary>OSharp(.NetStandard2.0) Swagger 客户端组件</Summary>
<Description>OSharp(.NetStandard2.0) Swagger 客户端组件,封装基于Redis客户端实现</Description>
</PropertyGroup>

<Import Project="../../build/public.netstandard.props" />
<Import Project="../../build/version.props" />
<ItemGroup>
<None Remove="index.html" />
</ItemGroup>
Expand Down
Loading

0 comments on commit eb369a9

Please sign in to comment.