Skip to content

Commit

Permalink
Adjust package references
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelvds committed Nov 28, 2024
1 parent 52997d7 commit 07d7535
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion queue/src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
<NoWarn>NU1605</NoWarn>
<NoWarn>NU5104</NoWarn>
</PackageReference>
<PackageReference Update="fiskaltrust.storage" Version="1.3.66" />
<PackageReference Include="fiskaltrust.storage" Version="1.3.66">
<NoWarn>NU1605</NoWarn>
<NoWarn>NU5104</NoWarn>
</PackageReference>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
using fiskaltrust.storage.V0.MasterData;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using ftJournalFRCopyPayload = fiskaltrust.Middleware.Contracts.Models.FR.ftJournalFRCopyPayload;

namespace fiskaltrust.Middleware.Storage.Base
{
Expand Down
2 changes: 1 addition & 1 deletion queue/test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Update="fiskaltrust.storage" Version="1.3.66" />
<PackageReference Include="fiskaltrust.storage" Version="1.3.66" NoWarn="NU5104" />
<PackageReference Include="fiskaltrust.interface" Version="1.3.55-rc2" NoWarn="NU5104" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@

<ItemGroup>
<PackageReference Update="fiskaltrust.interface" Version="1.3.55-rc2" />
<PackageReference Update="fiskaltrust.storage" Version="1.3.66" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

<ItemGroup>
<PackageReference Include="System.Linq.Async" Version="5.0.0" />
<PackageReference Update="fiskaltrust.storage" Version="1.3.66" />
<PackageReference Update="Moq" Version="4.20.69" />
</ItemGroup>

Expand Down

0 comments on commit 07d7535

Please sign in to comment.