Skip to content

Commit

Permalink
bump libs
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Jan 23, 2024
1 parent 4735c54 commit 6999b96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion BTCPayServer.Hwi/BTCPayServer.Hwi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


<ItemGroup>
<PackageReference Include="NBitcoin" Version="7.0.31" />
<PackageReference Include="NBitcoin" Version="7.0.34" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions BTCPayServer.Vault.Tests/BTCPayServer.Vault.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
10 changes: 5 additions & 5 deletions BTCPayServer.Vault/BTCPayServer.Vault.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ItemGroup>
<PackageReference Include="Avalonia.Desktop" Version="11.0.6" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.0.6" />
<PackageReference Include="BTCPayServer.NTag424.PCSC" Version="1.0.16" />
<PackageReference Include="BTCPayServer.NTag424.PCSC" Version="1.0.18" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down Expand Up @@ -62,9 +62,9 @@
<SelfContained>true</SelfContained>
</PropertyGroup>
<ItemGroup Condition="'$(GithubDistrib)' == 'true'">
<TrimmerRootAssembly Include="BTCPayServer.Vault"/>
<TrimmerRootAssembly Include="Avalonia.Themes.Simple"/>
<TrimmerRootAssembly Include="Avalonia.Base"/>
<TrimmerRootAssembly Include="Avalonia.FreeDesktop"/>
<TrimmerRootAssembly Include="BTCPayServer.Vault" />
<TrimmerRootAssembly Include="Avalonia.Themes.Simple" />
<TrimmerRootAssembly Include="Avalonia.Base" />
<TrimmerRootAssembly Include="Avalonia.FreeDesktop" />
</ItemGroup>
</Project>

0 comments on commit 6999b96

Please sign in to comment.