Skip to content

Commit 0b49979

Browse files
authored
Fixes in nuget package (#176)
1 parent fad8a92 commit 0b49979

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/TestAdapter/nanoFramework.TestAdapter.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="ICSharpCode.Decompiler" Version="7.2.1.6856" />
1212
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.3.2" />
1313
<PackageReference Include="nanoFramework.nanoCLR.Win32" GeneratePathProperty="true">
14-
<Version>1.8.0.440</Version>
14+
<Version>1.8.0.570</Version>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
<PrivateAssets>all</PrivateAssets>
1717
</PackageReference>

source/package.nuspec

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<readme>docs\README.md</readme>
1313
<developmentDependency>true</developmentDependency>
1414
<projectUrl>https://github.com/nanoFramework.TestFramework</projectUrl>
15-
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
1615
<icon>images\nf-logo.png</icon>
1716
<repository type="git" url="https://github.com/nanoFramework.TestFramework" commit="$commit$" />
1817
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>

source/runsettings/nano.runsettings

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<MaxCpuCount>1</MaxCpuCount>
66
<ResultsDirectory>.\TestResults</ResultsDirectory><!-- Path relative to solution directory -->
77
<TestSessionTimeout>120000</TestSessionTimeout><!-- Milliseconds -->
8-
<TargetFrameworkVersion>Framework40</TargetFrameworkVersion>
8+
<TargetFrameworkVersion>net48</TargetFrameworkVersion>
9+
<TargetPlatform>x64</TargetPlatform>
910
</RunConfiguration>
1011
<nanoFrameworkAdapter>
1112
<Logging>None</Logging>

0 commit comments

Comments
 (0)