Skip to content

Commit 6303710

Browse files
committed
Work CI-CD
- Add target for .NET Framework v4.7.2
1 parent 488ab3b commit 6303710

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nanoFramework.CoreLibrary.nuspec

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@
1313
<projectUrl>https://github.com/nanoframework/CoreLibrary</projectUrl>
1414
<icon>images\nf-logo.png</icon>
1515
<repository type="git" url="https://github.com/nanoframework/CoreLibrary" commit="$commit$" />
16-
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
16+
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1717
<description>This package includes the CoreLibrary assembly for .NET nanoFramework C# projects.&#10;This package requires a target with mscorlib v$nativeVersion$ (checksum $checksum$).&#10;In case you don't need the System.Reflection API there is another NuGet package without this API.</description>
1818
<tags>nanoFramework C# csharp netmf netnf nanoFramework.CoreLibrary</tags>
1919
</metadata>
2020
<files>
2121
<file src="nanoFramework.CoreLibrary\bin\Release\mscorlib.*" target="lib\netnano1.0" />
22+
<!-- need to target .NET Framework 4.7.2 to allow reference from VS extensionb project -->
23+
<file src="nanoFramework.CoreLibrary\bin\Release\mscorlib.*" target="lib\net472" />
2224
<file src="assets\readme.txt" target="" />
2325
<file src="README.md" target="docs\" />
2426
<file src="assets\nf-logo.png" target="images" />

0 commit comments

Comments
 (0)