Skip to content

Commit 8c957bc

Browse files
authored
Bumps nanoFramework.CoreLibrary from 1.10.5 to 1.11.6-preview.2
1 parent c65864c commit 8c957bc

5 files changed

Lines changed: 13 additions & 12 deletions

File tree

Tests/System.Threading.CancellationToken/System.Threading.CancellationToken.nfproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Globals">
44
<NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
@@ -31,8 +31,8 @@
3131
<Compile Include="Properties\AssemblyInfo.cs" />
3232
</ItemGroup>
3333
<ItemGroup>
34-
<Reference Include="mscorlib, Version=1.10.5.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
35-
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll</HintPath>
34+
<Reference Include="mscorlib, Version=1.11.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
35+
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.11.6-preview.2\lib\mscorlib.dll</HintPath>
3636
<Private>True</Private>
3737
</Reference>
3838
<Reference Include="nanoFramework.TestFramework, Version=1.0.157.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
@@ -65,4 +65,4 @@
6565
</PropertyGroup>
6666
<Error Condition="!Exists('..\..\packages\nanoFramework.TestFramework.1.0.157\build\nanoFramework.TestFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\nanoFramework.TestFramework.1.0.157\build\nanoFramework.TestFramework.targets'))" />
6767
</Target>
68-
</Project>
68+
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="nanoFramework.CoreLibrary" version="1.10.5" targetFramework="netnanoframework10" />
3+
<package id="nanoFramework.CoreLibrary" version="1.11.6-preview.2" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.TestFramework" version="1.0.157" targetFramework="netnanoframework10" developmentDependency="true" />
55
</packages>

nanoFramework.System.Threading.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
<icon>images\nf-logo.png</icon>
1717
<repository type="git" url="https://github.com/nanoframework/System.Threading" commit="$commit$" />
1818
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This package includes the nanoFramework.System.Threading assembly for .NET nanoFramework C# projects.&#10;This package requires a target with nanoFramework.System.Threading v$nativeVersion$ (checksum $checksum$).</description>
19+
<description>This package includes the nanoFramework.System.Threading assembly for .NET nanoFramework C# projects.
20+
This package requires a target with nanoFramework.System.Threading v$nativeVersion$ (checksum $checksum$).</description>
2021
<tags>nanoFramework C# csharp netmf netnf nanoFramework.System.Threading sntp</tags>
2122
<dependencies>
22-
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
23+
<dependency id="nanoFramework.CoreLibrary" version="1.11.6-preview.2" />
2324
</dependencies>
2425
</metadata>
2526
<files>

nanoFramework.System.Threading/nanoFramework.System.Threading.nfproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props" Condition="Exists('..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props')" />
44
<Import Project="..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props" Condition="Exists('..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props')" />
@@ -62,8 +62,8 @@
6262
<None Include="packages.config" />
6363
</ItemGroup>
6464
<ItemGroup>
65-
<Reference Include="mscorlib, Version=1.10.5.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
66-
<HintPath>..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll</HintPath>
65+
<Reference Include="mscorlib, Version=1.11.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
66+
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.6-preview.2\lib\mscorlib.dll</HintPath>
6767
<Private>True</Private>
6868
</Reference>
6969
</ItemGroup>
@@ -89,4 +89,4 @@
8989
<Import Project="..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets" Condition="Exists('..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets')" />
9090
<Import Project="..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets" Condition="Exists('..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets')" />
9191
<Import Project="..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets" Condition="Exists('..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets')" />
92-
</Project>
92+
</Project>

nanoFramework.System.Threading/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<package id="Microsoft.Build.Tasks.Git" version="1.0.0" targetFramework="netnanoframework10" developmentDependency="true" />
44
<package id="Microsoft.SourceLink.Common" version="1.0.0" targetFramework="netnanoframework10" developmentDependency="true" />
55
<package id="Microsoft.SourceLink.GitHub" version="1.0.0" targetFramework="netnanoframework10" developmentDependency="true" />
6-
<package id="nanoFramework.CoreLibrary" version="1.10.5" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.CoreLibrary" version="1.11.6-preview.2" targetFramework="netnanoframework10" />
77
<package id="Nerdbank.GitVersioning" version="3.3.37" developmentDependency="true" targetFramework="netnanoframework10" />
88
</packages>

0 commit comments

Comments
 (0)