Skip to content

Commit 18e4b3d

Browse files
authored
Migrate test adapter to .NET 8.0 (#311)
1 parent 28cafa2 commit 18e4b3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/TestAdapter/nanoFramework.TestAdapter.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net48;net6.0</TargetFrameworks>
4+
<TargetFrameworks>net48;net8.0</TargetFrameworks>
55
<SignAssembly>true</SignAssembly>
66
<PlatformTarget>AnyCPU</PlatformTarget>
77
<OutputType>Library</OutputType>

source/TestAdapter/packages.lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ=="
201201
}
202202
},
203-
"net6.0": {
203+
"net8.0": {
204204
"CliWrap": {
205205
"type": "Direct",
206206
"requested": "[3.6.7, )",

0 commit comments

Comments
 (0)