mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
* Work on #2324 with code written for a PoC with Siegfried Pammer some time ago. Trying it out: copy multitargeting.props.template to multitargeting.props * Copy all files to the output folder (otherwise NuGet assemblies aren't there for net5.0 which is nasty for debugging, and publish doesn't pick them up either)pull/2360/head
8 changed files with 61 additions and 8 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!-- |
||||
Copy this file to multitargeting.props and in global.json, change to framework 5.0.100 |
||||
--> |
||||
<Project> |
||||
<PropertyGroup> |
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> |
||||
<TargetFrameworks>net472;net5.0-windows</TargetFrameworks> |
||||
</PropertyGroup> |
||||
</Project> |
Loading…
Reference in new issue