From a531fa7357275232c43f82d4d950e5b87923423a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Thu, 11 Apr 2024 19:53:18 +0100 Subject: [PATCH] Update templates with mscorlib 1.15.5 (#818) ***NO_CI*** --- .../CS.BlankApplication-vs2019.vstemplate | 2 +- .../CS.BlankApplication-vs2022.vstemplate | 2 +- CSharp.ClassLibrary/CS.ClassLibrary-vs2019.vstemplate | 2 +- CSharp.ClassLibrary/CS.ClassLibrary-vs2022.vstemplate | 2 +- .../CS.TestApplication-vs2019.vstemplate | 2 +- .../CS.TestApplication-vs2022.vstemplate | 2 +- .../VisualStudio.Extension-vs2019.csproj | 8 ++++---- VisualStudio.Extension-2019/packages.lock.json | 6 +++--- VisualStudio.Extension-2019/source.extension.vsixmanifest | 2 +- .../VisualStudio.Extension-vs2022.csproj | 8 ++++---- VisualStudio.Extension-2022/packages.lock.json | 6 +++--- VisualStudio.Extension-2022/source.extension.vsixmanifest | 2 +- 12 files changed, 22 insertions(+), 22 deletions(-) diff --git a/CSharp.BlankApplication/CS.BlankApplication-vs2019.vstemplate b/CSharp.BlankApplication/CS.BlankApplication-vs2019.vstemplate index b94236b..b0829a3 100644 --- a/CSharp.BlankApplication/CS.BlankApplication-vs2019.vstemplate +++ b/CSharp.BlankApplication/CS.BlankApplication-vs2019.vstemplate @@ -24,7 +24,7 @@ - + diff --git a/CSharp.BlankApplication/CS.BlankApplication-vs2022.vstemplate b/CSharp.BlankApplication/CS.BlankApplication-vs2022.vstemplate index cfbff20..13c24c6 100644 --- a/CSharp.BlankApplication/CS.BlankApplication-vs2022.vstemplate +++ b/CSharp.BlankApplication/CS.BlankApplication-vs2022.vstemplate @@ -24,7 +24,7 @@ - + diff --git a/CSharp.ClassLibrary/CS.ClassLibrary-vs2019.vstemplate b/CSharp.ClassLibrary/CS.ClassLibrary-vs2019.vstemplate index fc51c5f..1466bbf 100644 --- a/CSharp.ClassLibrary/CS.ClassLibrary-vs2019.vstemplate +++ b/CSharp.ClassLibrary/CS.ClassLibrary-vs2019.vstemplate @@ -24,7 +24,7 @@ - + diff --git a/CSharp.ClassLibrary/CS.ClassLibrary-vs2022.vstemplate b/CSharp.ClassLibrary/CS.ClassLibrary-vs2022.vstemplate index 7b5b722..ab376f9 100644 --- a/CSharp.ClassLibrary/CS.ClassLibrary-vs2022.vstemplate +++ b/CSharp.ClassLibrary/CS.ClassLibrary-vs2022.vstemplate @@ -24,7 +24,7 @@ - + diff --git a/CSharp.TestApplication/CS.TestApplication-vs2019.vstemplate b/CSharp.TestApplication/CS.TestApplication-vs2019.vstemplate index 880cd70..05a1bf0 100644 --- a/CSharp.TestApplication/CS.TestApplication-vs2019.vstemplate +++ b/CSharp.TestApplication/CS.TestApplication-vs2019.vstemplate @@ -24,7 +24,7 @@ - + diff --git a/CSharp.TestApplication/CS.TestApplication-vs2022.vstemplate b/CSharp.TestApplication/CS.TestApplication-vs2022.vstemplate index 77bbb72..bb2b399 100644 --- a/CSharp.TestApplication/CS.TestApplication-vs2022.vstemplate +++ b/CSharp.TestApplication/CS.TestApplication-vs2022.vstemplate @@ -24,7 +24,7 @@ - + diff --git a/VisualStudio.Extension-2019/VisualStudio.Extension-vs2019.csproj b/VisualStudio.Extension-2019/VisualStudio.Extension-vs2019.csproj index efaf7b1..a9547ee 100644 --- a/VisualStudio.Extension-2019/VisualStudio.Extension-vs2019.csproj +++ b/VisualStudio.Extension-2019/VisualStudio.Extension-vs2019.csproj @@ -102,8 +102,8 @@ - - Packages\nanoFramework.CoreLibrary.1.14.2.nupkg + + Packages\nanoFramework.CoreLibrary.1.15.5.nupkg Always true @@ -543,7 +543,7 @@ 5.4.1.1 - 1.14.2 + 1.15.5 runtime; build; native; contentfiles; analyzers; buildtransitive @@ -648,4 +648,4 @@ --> - + \ No newline at end of file diff --git a/VisualStudio.Extension-2019/packages.lock.json b/VisualStudio.Extension-2019/packages.lock.json index 15c9733..9bd8bc9 100644 --- a/VisualStudio.Extension-2019/packages.lock.json +++ b/VisualStudio.Extension-2019/packages.lock.json @@ -356,9 +356,9 @@ }, "nanoFramework.CoreLibrary": { "type": "Direct", - "requested": "[1.14.2, )", - "resolved": "1.14.2", - "contentHash": "j1mrz4mitl5LItvmHMsw1aHzCAfvTTgIkRxA0mhs5mSpctJ/BBcuNwua5j3MspfRNKreCQPy/qZy/D9ADLL/PA==" + "requested": "[1.15.5, )", + "resolved": "1.15.5", + "contentHash": "u2+GvAp1uxLrGdILACAZy+EVKOs28EQ52j8Lz7599egXZ3GBGejjnR2ofhjMQwzrJLlgtyrsx8nSLngDfJNsAg==" }, "nanoFramework.TestFramework": { "type": "Direct", diff --git a/VisualStudio.Extension-2019/source.extension.vsixmanifest b/VisualStudio.Extension-2019/source.extension.vsixmanifest index 58e7caf..045a8a2 100644 --- a/VisualStudio.Extension-2019/source.extension.vsixmanifest +++ b/VisualStudio.Extension-2019/source.extension.vsixmanifest @@ -31,7 +31,7 @@ - + diff --git a/VisualStudio.Extension-2022/VisualStudio.Extension-vs2022.csproj b/VisualStudio.Extension-2022/VisualStudio.Extension-vs2022.csproj index bc60784..5f03bcf 100644 --- a/VisualStudio.Extension-2022/VisualStudio.Extension-vs2022.csproj +++ b/VisualStudio.Extension-2022/VisualStudio.Extension-vs2022.csproj @@ -120,8 +120,8 @@ - - Packages\nanoFramework.CoreLibrary.1.14.2.nupkg + + Packages\nanoFramework.CoreLibrary.1.15.5.nupkg Always true @@ -560,7 +560,7 @@ 5.4.1.1 - 1.14.2 + 1.15.5 runtime; build; native; contentfiles; analyzers; buildtransitive @@ -666,4 +666,4 @@ --> - + \ No newline at end of file diff --git a/VisualStudio.Extension-2022/packages.lock.json b/VisualStudio.Extension-2022/packages.lock.json index c5ec0ed..2911025 100644 --- a/VisualStudio.Extension-2022/packages.lock.json +++ b/VisualStudio.Extension-2022/packages.lock.json @@ -348,9 +348,9 @@ }, "nanoFramework.CoreLibrary": { "type": "Direct", - "requested": "[1.14.2, )", - "resolved": "1.14.2", - "contentHash": "j1mrz4mitl5LItvmHMsw1aHzCAfvTTgIkRxA0mhs5mSpctJ/BBcuNwua5j3MspfRNKreCQPy/qZy/D9ADLL/PA==" + "requested": "[1.15.5, )", + "resolved": "1.15.5", + "contentHash": "u2+GvAp1uxLrGdILACAZy+EVKOs28EQ52j8Lz7599egXZ3GBGejjnR2ofhjMQwzrJLlgtyrsx8nSLngDfJNsAg==" }, "nanoFramework.TestFramework": { "type": "Direct", diff --git a/VisualStudio.Extension-2022/source.extension.vsixmanifest b/VisualStudio.Extension-2022/source.extension.vsixmanifest index 1a0f604..67a307f 100644 --- a/VisualStudio.Extension-2022/source.extension.vsixmanifest +++ b/VisualStudio.Extension-2022/source.extension.vsixmanifest @@ -33,7 +33,7 @@ - +