-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from IliyanIlievPH/13
Closes #13
- Loading branch information
Showing
75 changed files
with
211 additions
and
7,932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/MAVN.Service.Referral.Domain/MAVN.Service.Referral.Domain.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
src/MAVN.Service.Referral.DomainServices/MAVN.Service.Referral.DomainServices.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 7 additions & 8 deletions
15
src/MAVN.Service.Referral.MsSqlRepositories/MAVN.Service.Referral.MsSqlRepositories.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp2.2</TargetFramework> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<Version>1.0.0</Version> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="AutoMapper" Version="9.0.0" /> | ||
<PackageReference Include="LinqKit.Core" Version="1.1.17" /> | ||
<PackageReference Include="MAVN.Common.MsSql" Version="3.0.0" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.2.4" /> | ||
<PackageReference Include="MAVN.Persistence.PostgreSQL.Legacy" Version="1.1.0" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.5"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\MAVN.Service.Referral.Domain\MAVN.Service.Referral.Domain.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Folder Include="Migrations\" /> | ||
</ItemGroup> | ||
|
||
</Project> |
114 changes: 0 additions & 114 deletions
114
...Service.Referral.MsSqlRepositories/Migrations/20190605122149_InitialMigration.Designer.cs
This file was deleted.
Oops, something went wrong.
151 changes: 0 additions & 151 deletions
151
....Service.Referral.MsSqlRepositories/Migrations/20190607115039_AddReferralLead.Designer.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.