Skip to content

Commit

Permalink
workflow filed updated
Browse files Browse the repository at this point in the history
nuget configurations updated
  • Loading branch information
anilsnl committed Feb 4, 2023
1 parent 99fcca7 commit 4cb3465
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
13 changes: 7 additions & 6 deletions src/AdsPush.APNS/AdsPush.APNS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<Description>
AdsPush is the server-side push notification library supports fully APNS(Apple Push Notification Service) and FCM (Firebase Cloud Messaging)
</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/adessoTurkey-dotNET/AdsPush</PackageProjectUrl>
<RepositoryUrl>https://github.com/adessoTurkey-dotNET/AdsPush</RepositoryUrl>
Expand All @@ -19,14 +18,16 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0"/>
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0"/>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1"/>
<PackageReference Include="Portable.BouncyCastle" Version="1.8.10"/>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AdsPush.Abstraction\AdsPush.Abstraction.csproj" />
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
<None Include="..\..\logo.png" Pack="true" PackagePath="\"/>
<ProjectReference Include="..\AdsPush.Abstraction\AdsPush.Abstraction.csproj"/>
</ItemGroup>

</Project>
7 changes: 4 additions & 3 deletions src/AdsPush.Abstraction/AdsPush.Abstraction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<Description>
AdsPush is the server-side push notification library supports fully APNS(Apple Push Notification Service) and FCM (Firebase Cloud Messaging)
</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/adessoTurkey-dotNET/AdsPush</PackageProjectUrl>
<RepositoryUrl>https://github.com/adessoTurkey-dotNET/AdsPush</RepositoryUrl>
Expand All @@ -17,9 +16,11 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<ProduceReferenceAssemblyInOutDir>true</ProduceReferenceAssemblyInOutDir>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FirebaseAdmin" Version="2.3.0" />
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
<None Include="..\..\logo.png" Pack="true" PackagePath="\"/>
<PackageReference Include="FirebaseAdmin" Version="2.3.0"/>
</ItemGroup>

</Project>
11 changes: 6 additions & 5 deletions src/AdsPush.Firebase/AdsPush.Firebase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<Description>
AdsPush is the server-side push notification library supports fully APNS(Apple Push Notification Service) and FCM (Firebase Cloud Messaging)
</Description>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/adessoTurkey-dotNET/AdsPush</PackageProjectUrl>
<RepositoryUrl>https://github.com/adessoTurkey-dotNET/AdsPush</RepositoryUrl>
Expand All @@ -19,13 +18,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FirebaseAdmin" Version="2.3.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
<None Include="..\..\logo.png" Pack="true" PackagePath="\"/>
<PackageReference Include="FirebaseAdmin" Version="2.3.0"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1"/>
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0"/>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AdsPush.Abstraction\AdsPush.Abstraction.csproj" />
<ProjectReference Include="..\AdsPush.Abstraction\AdsPush.Abstraction.csproj"/>
</ItemGroup>

</Project>

0 comments on commit 4cb3465

Please sign in to comment.