Skip to content

Commit 5fab84f

Browse files
authored
Bumps nanoFramework.CoreLibrary from 1.10.5 to 1.11.6-preview.2
1 parent d7a5fc9 commit 5fab84f

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

System.Device.Dac/System.Device.Dac.nfproj

Lines changed: 3 additions & 3 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
<PropertyGroup Label="Globals">
44
<NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
@@ -53,8 +53,8 @@
5353
<None Include="packages.config" />
5454
</ItemGroup>
5555
<ItemGroup>
56-
<Reference Include="mscorlib, Version=1.10.5.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
57-
<HintPath>..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll</HintPath>
56+
<Reference Include="mscorlib, Version=1.11.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
57+
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.6-preview.2\lib\mscorlib.dll</HintPath>
5858
<Private>True</Private>
5959
</Reference>
6060
</ItemGroup>

System.Device.Dac/packages.config

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="Nerdbank.GitVersioning" version="3.1.91" developmentDependency="true" targetFramework="netnanoframework10" />
55
</packages>

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pool:
2323

2424
variables:
2525
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
26-
solution: '**/*.sln'
26+
solution: 'nanoFramework.System.Device.Dac.sln'
2727
buildPlatform: 'Any CPU'
2828
buildConfiguration: 'Release'
2929
classLibName: 'System.Device.Dac'

nanoframework.System.Device.Dac.DELIVERABLES.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<tags>
2020
</tags>
2121
<dependencies>
22-
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
22+
<dependency id="nanoFramework.CoreLibrary" version="1.11.6-preview.2" />
2323
</dependencies>
2424
</metadata>
2525
<files>

nanoframework.System.Device.Dac.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.Device.Dac" commit="$commit$" />
1818
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This package includes the System.Device.Dac assembly for .NET nanoFramework C# projects.&#10;This package requires a target with System.Device.Dac v$nativeVersion$ (checksum $checksum$).</description>
19+
<description>This package includes the System.Device.Dac assembly for .NET nanoFramework C# projects.
20+
This package requires a target with System.Device.Dac v$nativeVersion$ (checksum $checksum$).</description>
2021
<tags>nanoFramework C# csharp netmf netnf System.Device.Dac</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>

0 commit comments

Comments
 (0)