Skip to content

Commit 601d81a

Browse files
committed
Add missing ref to share project
- Need this to include TestClassAttribute. - Bump version to 3.0.
1 parent 612ead3 commit 601d81a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

source/UnitTestLauncher/nanoFramework.UnitTestLauncher.nfproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
4545
</Reference>
4646
</ItemGroup>
47+
<Import Project="..\TestFrameworkShared\TestFrameworkShared.projitems" Label="Shared" />
4748
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
4849
<ProjectExtensions>
4950
<ProjectCapabilities>

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "2.1",
3+
"version": "3.0",
44
"assemblyVersion": {
55
"precision": "build"
66
},
@@ -23,4 +23,4 @@
2323
"firstUnstableTag": "preview",
2424
"versionIncrement": "build"
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)