Skip to content

Commit

Permalink
Restored dependency to Easy.Storage.Common.
Browse files Browse the repository at this point in the history
  • Loading branch information
NimaAra committed Jul 27, 2019
1 parent a6215de commit 9e09c1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Easy.Storage.Common/Easy.Storage.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
<PackageReference Include="Dapper" Version="1.60.6" />
<PackageReference Include="Easy.Common" Version="3.4.0" />
<PackageReference Include="Easy.Common" Version="3.5.0" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down
10 changes: 1 addition & 9 deletions Easy.Storage.SQLServer/Easy.Storage.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<AssemblyName>Easy.Storage.SQLServer</AssemblyName>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>7.3</LangVersion>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);IncludeP2PAssets</TargetsForTfmSpecificBuildOutput>
</PropertyGroup>

<ItemGroup>
Expand All @@ -30,16 +29,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Easy.Storage.Common\Easy.Storage.Common.csproj" PrivateAssets="All" />
<ProjectReference Include="..\Easy.Storage.Common\Easy.Storage.Common.csproj" />
</ItemGroup>

<Target Name="IncludeP2PAssets">
<ItemGroup>
<BuildOutputInPackage Include="$(OutputPath)Easy.Storage.Common.dll" />
<BuildOutputInPackage Include="$(OutputPath)Easy.Storage.Common.xml" />
</ItemGroup>
</Target>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
Expand Down
10 changes: 1 addition & 9 deletions Easy.Storage.SQLite/Easy.Storage.Sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<AssemblyName>Easy.Storage.SQLite</AssemblyName>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>7.3</LangVersion>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);IncludeP2PAssets</TargetsForTfmSpecificBuildOutput>
</PropertyGroup>

<ItemGroup>
Expand All @@ -31,16 +30,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Easy.Storage.Common\Easy.Storage.Common.csproj" PrivateAssets="All" />
<ProjectReference Include="..\Easy.Storage.Common\Easy.Storage.Common.csproj" />
</ItemGroup>

<Target Name="IncludeP2PAssets">
<ItemGroup>
<BuildOutputInPackage Include="$(OutputPath)Easy.Storage.Common.dll" />
<BuildOutputInPackage Include="$(OutputPath)Easy.Storage.Common.xml" />
</ItemGroup>
</Target>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
Expand Down

0 comments on commit 9e09c1d

Please sign in to comment.