Skip to content

Commit 607a853

Browse files
authored
Update test library (#165)
1 parent ac62108 commit 607a853

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/TestAdapter/nanoFramework.TestAdapter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="ICSharpCode.Decompiler" Version="7.2.1.6856" />
12-
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="16.11.0" />
12+
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.3.0" />
1313
<PackageReference Include="nanoFramework.nanoCLR.Win32" GeneratePathProperty="true">
14-
<Version>1.8.0.179</Version>
14+
<Version>1.8.0.440</Version>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>

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": "1.0",
3+
"version": "2.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)