File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 <AssemblyName >PSModule.Sodium</AssemblyName >
66 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" System.Management.Automation" Version =" 7.4.0 " PrivateAssets =" All" />
11- <PackageReference Include =" libsodium" Version =" 1.0.20.1 " />
10+ <PackageReference Include =" System.Management.Automation" Version =" 7.6.1 " PrivateAssets =" All" />
11+ <PackageReference Include =" libsodium" Version =" 1.0.22 " />
1212 </ItemGroup >
1313
1414</Project >
Original file line number Diff line number Diff line change 1919 throw " dotnet publish failed for runtime '$_ '."
2020 }
2121
22- $source = " $PSScriptRoot /bin/Release/net8 .0/$_ /publish"
22+ $source = " $PSScriptRoot /bin/Release/net10 .0/$_ /publish"
2323 $destination = " $PSScriptRoot /../src/libs/$_ "
2424 Copy-Item - Path $source - Destination $destination - Recurse - Force
2525 }
You can’t perform that action at this time.
0 commit comments