We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc326a commit 9de264dCopy full SHA for 9de264d
nanoFirmwareFlasher.Tool/nanoFirmwareFlasher.Tool.csproj
@@ -19,14 +19,13 @@
19
<Description>.NET nanoFirmwareFlasher tool to flash firmware images to target devices.</Description>
20
<!-- need this to allow async Main() -->
21
<LangVersion>latest</LangVersion>
22
- <TargetFrameworks>netcoreapp6</TargetFrameworks>
+ <TargetFrameworks>netcoreapp6;net472</TargetFrameworks>
23
<PackAsTool>true</PackAsTool>
24
<PlatformTarget>x64</PlatformTarget>
25
<Platforms>x64;x86;anycpu</Platforms>
26
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
27
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
28
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
29
- <RestoreLockedMode>true</RestoreLockedMode>
30
</PropertyGroup>
31
32
<PropertyGroup>
0 commit comments