Skip to content

Commit 9de264d

Browse files
committed
Work CI-CD
- Add target for net472 to allow building in VS Code extension pipeline. - Remove RestoreLockedMode property. - Update packages lock file. ***NO_CI***
1 parent fdc326a commit 9de264d

File tree

2 files changed

+1184
-7
lines changed

2 files changed

+1184
-7
lines changed

nanoFirmwareFlasher.Tool/nanoFirmwareFlasher.Tool.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@
1919
<Description>.NET nanoFirmwareFlasher tool to flash firmware images to target devices.</Description>
2020
<!-- need this to allow async Main() -->
2121
<LangVersion>latest</LangVersion>
22-
<TargetFrameworks>netcoreapp6</TargetFrameworks>
22+
<TargetFrameworks>netcoreapp6;net472</TargetFrameworks>
2323
<PackAsTool>true</PackAsTool>
2424
<PlatformTarget>x64</PlatformTarget>
2525
<Platforms>x64;x86;anycpu</Platforms>
2626
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
2727
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2828
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
29-
<RestoreLockedMode>true</RestoreLockedMode>
3029
</PropertyGroup>
3130

3231
<PropertyGroup>

0 commit comments

Comments
 (0)