Logan M.
Logan M.
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
blep
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
alr yeah that worked thx
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
so kinda like so?
<!--rust dll-->
<ItemGroup>
<None Update="src\rust\target\debug\print.dll" Pack="true" PackagePath="runtimes/win/lib/net7.0">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<!--rust dll-->
<ItemGroup>
<None Update="src\rust\target\debug\print.dll" Pack="true" PackagePath="runtimes/win/lib/net7.0">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
ok, thanks
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
would that be in <None>?
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
alr i'll try that
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
instead of shoving it in bin on build
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
so I imagine just keep it in strc/rust/target/
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
in that case what should I do here then?
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
oh
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
its the dll file that matters here right?
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
why shouldn't I exactly?
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
oh
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
oh
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
No there shouldnt be.. but wouldn't still have worked here with the paths provided?
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
No description
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
oh
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
Im confused though if thats the case wouldnt msbuild have given me an error of somekind about that?
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
wait what
47 replies
CC#
Created by Logan M. on 11/12/2023 in #help
Packaging a non-C# binary into a NuGet package.
Isn't <files> entire purpose this..?
47 replies