File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ jobs:
4545 - name : Use cache
4646 uses : Swatinem/rust-cache@v2
4747
48- - name : Install .NET 8 SDK
48+ - name : Install .NET 10 SDK
4949 uses : actions/setup-dotnet@v4
5050 with :
51- dotnet-version : " 8 .0.x"
51+ dotnet-version : " 10 .0.x"
5252
5353 - name : Verify .NET SDK
5454 run : |
Original file line number Diff line number Diff line change 259259 "payjoin-mailroom-image" = mkContainerImage "payjoin-mailroom" packages . payjoin-mailroom tag ;
260260 } ;
261261
262- dotnetSdk = pkgs . dotnetCorePackages . sdk_8_0 ;
262+ dotnetSdk = pkgs . dotnetCorePackages . sdk_10_0 ;
263263
264264 devShells = builtins . mapAttrs (
265265 _name : craneLib :
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <!-- Required by UniFFI-generated interop code (pointer usage in payjoin.cs); disabling /unsafe fails with CS0227. -->
You can’t perform that action at this time.
0 commit comments