Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR] The proj files have been updated to enable SourceLink #1

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
2ec793c
[COMMIT] The proj files have been updated to enable SourceLink [User.…
JTOne123 Jun 25, 2020
2165411
[COMMIT] The proj files have been updated to enable SourceLink [Simpl…
JTOne123 Jun 25, 2020
fa38f47
[COMMIT] The proj files have been updated to enable SourceLink [CQRS.…
JTOne123 Jun 25, 2020
2320ec6
[COMMIT] The proj files have been updated to enable SourceLink [CQRS.…
JTOne123 Jun 25, 2020
31259a9
[COMMIT] The proj files have been updated to enable SourceLink [CQRS.…
JTOne123 Jun 25, 2020
443a107
[COMMIT] The proj files have been updated to enable SourceLink [CQRS.…
JTOne123 Jun 25, 2020
e6269e3
[COMMIT] The proj files have been updated to enable SourceLink [Simpl…
JTOne123 Jun 25, 2020
1a82e13
[COMMIT] The proj files have been updated to enable SourceLink [Simpl…
JTOne123 Jun 25, 2020
00a2b6b
[COMMIT] The proj files have been updated to enable SourceLink [Simpl…
JTOne123 Jun 25, 2020
4f69c3e
[COMMIT] The proj files have been updated to enable SourceLink [Simpl…
JTOne123 Jun 25, 2020
cf1875e
[COMMIT] The proj files have been updated to enable SourceLink [Simpl…
JTOne123 Jun 25, 2020
ac468e3
[COMMIT] The proj files have been updated to enable SourceLink [Simpl…
JTOne123 Jun 25, 2020
303368c
[COMMIT] The proj files have been updated to enable SourceLink [EasyU…
JTOne123 Jun 25, 2020
4c25b79
[COMMIT] The proj files have been updated to enable SourceLink [EasyU…
JTOne123 Jun 25, 2020
d777cc9
[COMMIT] The proj files have been updated to enable SourceLink [EasyU…
JTOne123 Jun 25, 2020
4a7e04f
[COMMIT] The proj files have been updated to enable SourceLink [EasyU…
JTOne123 Jun 25, 2020
43bb48d
[COMMIT] The proj files have been updated to enable SourceLink [MiniD…
JTOne123 Jun 25, 2020
266ea32
[COMMIT] The proj files have been updated to enable SourceLink [Simpl…
JTOne123 Jun 25, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/EasyUnitOfWork.DbCon/EasyUnitOfWork.DbCon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@
<PackageProjectUrl>https://github.com/grissomlau/miniDDD</PackageProjectUrl>
<RepositoryUrl>https://github.com/grissomlau/miniDDD</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<ProjectReference Include="..\EasyUnitOfWork\EasyUnitOfWork.csproj" />
</ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/EasyUnitOfWork.EF/EasyUnitOfWork.EF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@
<PackageProjectUrl>https://github.com/grissomlau/miniDDD</PackageProjectUrl>
<RepositoryUrl>https://github.com/grissomlau/miniDDD</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.5" />
</ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/EasyUnitOfWork.SqlSugar/EasyUnitOfWork.SqlSugar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@
<RepositoryUrl>https://github.com/grissomlau/miniDDD</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.0</Version>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="sqlSugarCore" Version="5.0.0.15" />
</ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/EasyUnitOfWork/EasyUnitOfWork.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
<PackageProjectUrl>https://github.com/grissomlau/miniDDD</PackageProjectUrl>
<RepositoryUrl>https://github.com/grissomlau/miniDDD</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


</Project>
8 changes: 8 additions & 0 deletions src/MiniDDD/MiniDDD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@
<Authors>grissomlau@qq.com</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Company>grissomlau@qq.com</Company>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

</Project>
8 changes: 8 additions & 0 deletions src/Sample/CQRS/ConAppServer/CQRS.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Jimu.Common.Discovery.ConsulIntegration" Version="0.2.6" />
<PackageReference Include="Jimu.Server" Version="0.2.6" />
Expand Down
8 changes: 8 additions & 0 deletions src/Sample/CQRS/Domain/CQRS.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Jimu" Version="0.2.6" />
</ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/Sample/CQRS/Events/User.DDD.CQRS.Events.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<ProjectReference Include="..\..\..\Jimu\Jimu.csproj" />
</ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/Sample/CQRS/IServices/CQRS.IServices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Jimu" Version="0.2.6" />
</ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/Sample/CQRS/Services/CQRS.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<None Remove="DDD.CQRS.Services.csproj.bak" />
</ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/Sample/Simple/Domain/Simple.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<ProjectReference Include="..\..\..\MiniDDD\MiniDDD.csproj" />
</ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/Sample/Simple/IServices/Simple.IServices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


</Project>
8 changes: 8 additions & 0 deletions src/Sample/Simple/Infrastruction/Model/Simple.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="sqlSugarCore" Version="4.6.4.9" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Autofac" Version="4.9.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Autofac" Version="4.9.4" />
<PackageReference Include="Dapper" Version="2.0.30" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Autofac" Version="4.9.4" />
<PackageReference Include="sqlSugarCore" Version="5.0.0.10" />
Expand Down
8 changes: 8 additions & 0 deletions src/Sample/Simple/Server/Simple.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@
<ApplicationIcon />
<OutputType>Exe</OutputType>
<StartupObject />
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Jimu.Common.Discovery.ConsulIntegration" Version="0.2.6" />
<PackageReference Include="Jimu.Server" Version="0.2.6" />
Expand Down
8 changes: 8 additions & 0 deletions src/Sample/Simple/Services/Simple.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<Compile Remove="DbModule.cs" />
</ItemGroup>
Expand Down