Skip to content

Commit

Permalink
Feature/architecture (#3)
Browse files Browse the repository at this point in the history
* Remove unused dependency
  • Loading branch information
qdimka authored Mar 19, 2020
1 parent 090ffef commit 9ac199b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>EF.DataProtection.Abstractions</AssemblyName>
<PackageId>EF.DataProtection.Abstractions</PackageId>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<PackageProjectUrl>https://github.com/qdimka/EntityFramework.DataProtection</PackageProjectUrl>
<IsTestProject>false</IsTestProject>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

<ItemGroup>
<ProjectReference Include="..\EF.DataProtection.Core\EF.DataProtection.Core.csproj" />
<ProjectReference Include="..\EF.DataProtection.Services\EF.DataProtection.Services.csproj" />
</ItemGroup>

</Project>
3 changes: 1 addition & 2 deletions src/EF.DataProtection.Core/EF.DataProtection.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>EF.DataProtection.Core</AssemblyName>
<PackageId>EF.DataProtection.Core</PackageId>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<PackageProjectUrl>https://github.com/qdimka/EntityFramework.DataProtection</PackageProjectUrl>
<IsTestProject>false</IsTestProject>
</PropertyGroup>
Expand All @@ -16,7 +16,6 @@

<ItemGroup>
<ProjectReference Include="..\EF.DataProtection.Abstractions\EF.DataProtection.Abstractions.csproj" />
<ProjectReference Include="..\EF.DataProtection.Services\EF.DataProtection.Services.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<ItemGroup>
<ProjectReference Include="..\EF.DataProtection.Abstractions\EF.DataProtection.Abstractions.csproj" />
<ProjectReference Include="..\EF.DataProtection.Core\EF.DataProtection.Core.csproj" />
<ProjectReference Include="..\EF.DataProtection.Services\EF.DataProtection.Services.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<ItemGroup>
<ProjectReference Include="..\EF.DataProtection.Core\EF.DataProtection.Core.csproj" />
<ProjectReference Include="..\EF.DataProtection.Extensions\EF.DataProtection.Extensions.csproj" />
<ProjectReference Include="..\EF.DataProtection.Services\EF.DataProtection.Services.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyName>EF.DataProtection.Services</AssemblyName>
<PackageId>EF.DataProtection.Services</PackageId>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<PackageProjectUrl>https://github.com/qdimka/EntityFramework.DataProtection</PackageProjectUrl>
<IsTestProject>false</IsTestProject>
</PropertyGroup>
Expand Down

0 comments on commit 9ac199b

Please sign in to comment.