Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Nov 26, 2023
1 parent 8292a01 commit 0880894
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Bannerlord.ModuleManager.Native.TypeScript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"scripts": {
"install": "echo",
"native:0": "dotnet publish -r win-x64 --self-contained -c Release ../Bannerlord.ModuleManager.Native",
"native:1": "copyfiles -f ../Bannerlord.ModuleManager.Native/bin/Release/net7.0/win-x64/native/Bannerlord.ModuleManager.Native.dll .",
"native:2": "copyfiles -f ../Bannerlord.ModuleManager.Native/bin/Release/net7.0/win-x64/native/Bannerlord.ModuleManager.Native.lib .",
"native:3": "copyfiles -f ../Bannerlord.ModuleManager.Native/bin/Release/net7.0/win-x64/Bannerlord.ModuleManager.Native.h .",
"native:1": "copyfiles -f ../Bannerlord.ModuleManager.Native/bin/Release/net8.0/win-x64/native/Bannerlord.ModuleManager.Native.dll .",
"native:2": "copyfiles -f ../Bannerlord.ModuleManager.Native/bin/Release/net8.0/win-x64/native/Bannerlord.ModuleManager.Native.lib .",
"native:3": "copyfiles -f ../Bannerlord.ModuleManager.Native/bin/Release/net8.0/win-x64/Bannerlord.ModuleManager.Native.h .",
"build": "run-s native:* && run-s build:*",
"build-ts": "run-p build:*",
"build-native": "run-s native:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BUTR.NativeAOT.Shared.Source" Version="1.0.46" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
<PackageReference Include="BUTR.NativeAOT.Shared.Source" Version="1.0.88" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" />
<PackageReference Include="NUnit.Analyzers" Version="3.5.0" />
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 0880894

Please sign in to comment.